X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=bdcc960310a4800a9f94e78fd5bc0be3c095f417;hb=c33d5ebc4d84e4338f269565f6fe011801cb9fd4;hp=fe27d47d282c11e077912043ddf79b4ca425bb1f;hpb=c61b8903ab2184af785474c545f1cf50281e4786;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index fe27d47..bdcc960 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -14,7 +14,7 @@ our $VERSION; # $VERSION declaration must stay up here, ahead of any other package # declarations, as to not confuse various modules attempting to determine # this ones version, whether that be s.c.o. or Module::Metadata, etc -$VERSION = '0.082899_15'; +$VERSION = '0.082899_25'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases