Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingmuch committed Sep 3, 2009
1 parent ea79855 commit d63452c
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.25";
our $VERSION = "0.26";

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

0 comments on commit d63452c

Please sign in to comment.