X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=b6998ed2ac53639689558229a6c563aed744b2f9;hp=b2761cc51d7dfd8b4779c98daf2f9075dd63bf9a;hb=09d1a4c62503baa59b118dfe34bee236082c758e;hpb=2aeb3c7f2097a133952939b32d7dcaa46b0bfd3c diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index b2761cc..b6998ed 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.08202'; +$VERSION = '0.08202_01'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases