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=4139212bf5555b050ec4caca1eb9f5b8cdd6be95;hp=ff2dc6c759fc5cf9e021a5367e1f274577a1bd7b;hb=5c9cada3a82f2e9b745fed877fcc20e155e44993;hpb=380b6ea1587b75b618c597feb277297afbc3bacf diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index ff2dc6c..4139212 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -27,7 +27,7 @@ sub component_base_class { 'DBIx::Class' } # Always remember to do all digits for the version even if they're 0 # 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.08123_01'; +$VERSION = '0.08123_02'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases