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=b0d9b1c044b8521aa316b3241fc688ebbd49f86c;hp=8a8538e510f102582c9ebed7cce033dfffb85221;hb=79346e56a9ebf94b504a2ee19e96ff3547a77321;hpb=94bfef72680bf7a687b39a2113be508d973608cc diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 8a8538e..b0d9b1c 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.082801'; +$VERSION = '0.082810'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases