X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=88e3c3f579b751742f256cf22ae6f12e47ed4562;hb=0f330864a4306946f0acd20fe841b95b45d30667;hp=62e3cc4e594d4442168129a25240ad6487f57636;hpb=b38e10bd665f8e7131c9e17069a23060935c328b;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 62e3cc4..88e3c3f 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.08111'; $VERSION = eval $VERSION; # numify for warning-free dev releases