Skip to content

Commit

Permalink
Release 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed May 10, 2013
1 parent 763a013 commit ee6524b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2013-05-10 Gisle Aas <gisle@ActiveState.com>

Release 1.22

Deal with class names containing '=' [RT#72415]

Filters now get access to $ctx->expr; the textual expression
denoting the current object.



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

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

use overload ();
Expand Down

0 comments on commit ee6524b

Please sign in to comment.