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=245324879f96ff62fb9275221622b3f3bd640af8;hp=62e3cc4e594d4442168129a25240ad6487f57636;hb=006fb68c91f2ee5e48f33ae3d490f93d14aa969b;hpb=25b2172c367cf517e4d12e7f7ef58481d8ab25fe diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 62e3cc4..2453248 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -25,7 +25,7 @@ sub component_base_class { 'DBIx::Class' } # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports # brain damage and presumably various other packaging systems too -$VERSION = '0.08109'; +$VERSION = '0.08110'; $VERSION = eval $VERSION; # numify for warning-free dev releases