diff --git a/Changes b/Changes index 0759006..bd6cc9e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +2010-10-19 Gisle Aas + + Release 1.19 + + Add skips to tests to make perl-5.8 happy + + + 2010-10-18 Gisle Aas Release 1.18 diff --git a/lib/Data/Dump.pm b/lib/Data/Dump.pm index e686924..b9e5c47 100644 --- a/lib/Data/Dump.pm +++ b/lib/Data/Dump.pm @@ -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 ();