X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=f2229f0637071f480b725bdfa989e54cf0d8d17a;hb=cab1f708913e06219cda8a1f48a044619014c2ec;hp=4d4eddab78bad816c05d9958705e042237fc8f12;hpb=6eed360cc62442088050bea5284ac1853036d447;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 4d4edda..f2229f0 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.082700_01'; +$VERSION = '0.082700_06'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases