From: Alexander Hartmaier Date: Wed, 19 Jan 2011 18:38:37 +0000 (+0100) Subject: Release 0.08127 X-Git-Tag: v0.08127^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f45918464f2d5647febac0b7c0494a9e1ba09317;p=dbsrgits%2FDBIx-Class.git Release 0.08127 --- diff --git a/Changes b/Changes index 95e8ee0..83098b8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class +0.08127 2011-01-19 16:40 (UTC) * New Features / Changes - Schema/resultsource instances are now crossreferenced via a new system guaranteeing leak-free mutually assured destruction diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index acf2959..e68f87d 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.08126_01'; +$VERSION = '0.08127'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases