Skip to content

Commit

Permalink
Release 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Oct 15, 2011
1 parent c771f4e commit 77a8218
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 @@
2011-10-15 Gisle Aas <gisle@ActiveState.com>

Release 1.21

Make dump($1) work when $1 was integer [RT#63883]

Dump floats without quoting



2011-10-02 Gisle Aas <gisle@ActiveState.com>

Release 1.20
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.20";
$VERSION = "1.21";
$DEBUG = 0;

use overload ();
Expand Down

0 comments on commit 77a8218

Please sign in to comment.