From: Justin Hunter Date: Tue, 28 Dec 2010 18:17:18 +0000 (-0800) Subject: Release 0.08126 X-Git-Tag: v0.08126^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=40b2218de3c9b90da19ce0e30fa747cacf933977 Release 0.08126 --- diff --git a/Changes b/Changes index 8d30b87..13171b6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class +0.08126 2010-12-28 18:10 (UTC) * Fixes - Bump forgotten Class::Accessor::Grouped core dependency - Promote forgotten Hash::Merge optdep to a hard requirement diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 06348f1..317d91c 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.08125'; +$VERSION = '0.08126'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases