Skip to content

Commit

Permalink
bump version, changes and copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
garu committed Jan 21, 2024
1 parent 86e11c3 commit 7a76fd4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for Data-Printer

1.2.0 2024-01-21
NEW FEATURES:
- support the core boolean type (true/false) in perl >= 5.36.0
OTHER:
- doc fixes and improvements (Florian Schlichting, Andre Klärner)

1.1.1 2023-07-30
BUG FIXES:
- explicitly mentions that native perl classes (perl 5.38) do not
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ bugs and wishlists :)
LICENSE AND COPYRIGHT
---------------------

Copyright (C) 2011-2023 Breno G. de Oliveira
Copyright (C) 2011-2024 Breno G. de Oliveira

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion lib/DDP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use Data::Printer;

BEGIN {
push our @ISA, 'Data::Printer';
our $VERSION = '1.001001';
our $VERSION = '1.002000';
$VERSION = eval $VERSION;
}
1;
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Printer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use Data::Printer::Object;
use Data::Printer::Common;
use Data::Printer::Config;

our $VERSION = '1.001001';
our $VERSION = '1.002000';
$VERSION = eval $VERSION;

my $rc_arguments;
Expand Down Expand Up @@ -1134,7 +1134,7 @@ If I missed your name, please drop me a line!
=head1 LICENSE AND COPYRIGHT
Copyright (C) 2011-2023 Breno G. de Oliveira
Copyright (C) 2011-2024 Breno G. de Oliveira
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
Expand Down

0 comments on commit 7a76fd4

Please sign in to comment.