Skip to content

Commit

Permalink
Release 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Oct 19, 2010
1 parent b141032 commit 0d2aff9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changes
@@ -1,3 +1,11 @@
2010-10-19 Gisle Aas <gisle@ActiveState.com>

Release 1.19

Add skips to tests to make perl-5.8 happy



2010-10-18 Gisle Aas <gisle@ActiveState.com>

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

$VERSION = "1.18";
$VERSION = "1.19";
$DEBUG = 0;

use overload ();
Expand Down

0 comments on commit 0d2aff9

Please sign in to comment.