From: Arthur Axel "fREW" Schmidt Date: Sun, 11 Apr 2010 18:54:43 +0000 (+0000) Subject: set version for dev users X-Git-Tag: v0.08122~120 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a3356adbf416fd1a86f6f699ac76723b5da11bd4;hp=c77ab576715790de93165cc5d2393b704349d809;p=dbsrgits%2FDBIx-Class.git set version for dev users --- diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index a835ae1..5c5a647 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.08121'; +$VERSION = '0.08121_01'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases