Skip to content

Commit

Permalink
Release 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Jun 9, 2015
1 parent 13509fb commit 301aee6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2015-06-09 Gisle Aas <gisle@ActiveState.com>

Release 1.23

Avoid "Negative repeat count does nothing"-warnings from perl-5.22

Typo fixes by David Steinbrunner



2013-05-10 Gisle Aas <gisle@ActiveState.com>

Release 1.22
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Dump.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require Exporter;
@EXPORT = qw(dd ddx);
@EXPORT_OK = qw(dump pp dumpf quote);

$VERSION = "1.22";
$VERSION = "1.23";
$DEBUG = 0;

use overload ();
Expand Down

0 comments on commit 301aee6

Please sign in to comment.