X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=32e4c23884b9b04a190cef417bbc0c18efc21d87;hb=2131aa2eac548e0b10325b97c10d22a61fffd9c9;hp=1e0dc938486a94f9ed3539e663d07f0074291cc7;hpb=6189917d568e5e63a5767b4c73031ce2680e7c80;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 1e0dc93..32e4c23 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.082800'; +$VERSION = '0.082899_01'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases