Skip to content

Commit

Permalink
Release 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Oct 18, 2010
1 parent 758732b commit 5e9f889
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2010-10-18 Gisle Aas <gisle@ActiveState.com>

Release 1.18

Don't downgrade is_utf8-strings with MIME::Base64 [RT#60103]

Deal with the perl-5.13 (?^:...) regex construct [RT#61552]

croak on bad add_dump_filter argument



2010-06-12 Gisle Aas <gisle@ActiveState.com>

Release 1.17
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.17";
$VERSION = "1.18";
$DEBUG = 0;

use overload ();
Expand Down

0 comments on commit 5e9f889

Please sign in to comment.