Skip to content

Commit

Permalink
Version 0.27.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Feb 3, 2010
1 parent d210dce commit 8a9a0ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.27
- Improve synopsis of Data::Visitor::Callback.
- Remove the Test::MockObject dependency.

0.26
- remove Any::Moose, one too many failures to subclass. When/if Mouse can be
subclassed by Moose we can consider putting it back
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Visitor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use namespace::clean -except => 'meta';
# the double not makes this no longer undef, so exempt from useless constant warnings in older perls
use constant DEBUG => not not our $DEBUG || $ENV{DATA_VISITOR_DEBUG};

our $VERSION = "0.26";
our $VERSION = "0.27";

has tied_as_objects => (
isa => "Bool",
Expand Down

0 comments on commit 8a9a0ff

Please sign in to comment.