Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingmuch committed Mar 8, 2009
1 parent 12a86b7 commit dac378c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Data/Visitor.pm
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.22";
our $VERSION = "0.23";

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

0 comments on commit dac378c

Please sign in to comment.