X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;fp=lib%2FDBIx%2FClass.pm;h=863cb190b666a99cce2f2a71a30db3bf445ccdb2;hb=c6b73be9fc3d53b0f5e93fd0653a3eca06715996;hp=6f0cb12123ae8d7da884c79fd1d13940d80bc752;hpb=843b427a9aadf39c3a368e1a8d702e26f8653adf;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 6f0cb12..863cb19 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -11,7 +11,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_01'; +$VERSION = '0.082899_15'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases