Skip to content

Commit

Permalink
bump version and changes for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
garu committed Jan 22, 2024
1 parent ee3acd0 commit 59790fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Data-Printer

1.2.1 2024-01-21
BUG FIXES:
- Ensure that core boolean support doesn't fail on perls
older than 5.36 (Paul Evans)

1.2.0 2024-01-21
NEW FEATURES:
- support the core boolean type (true/false) in perl >= 5.36.0
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.002000';
our $VERSION = '1.002001';
$VERSION = eval $VERSION;
}
1;
Expand Down
2 changes: 1 addition & 1 deletion 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.002000';
our $VERSION = '1.002001';
$VERSION = eval $VERSION;

my $rc_arguments;
Expand Down

0 comments on commit 59790fd

Please sign in to comment.