X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=c749becc2d54ab95e841464ace7e549987017032;hb=9cb6547449386485d71d0412b7671c480454215e;hp=a0a090df45aaf17ef0d3a9f5890bd635bb7fd24d;hpb=9aa2ba09e8493a60dfb6f9ef77bb56421650f7e9;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index a0a090d..c749bec 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'; +$VERSION = '0.08123_01'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases