From: Alexander Hartmaier Date: Thu, 14 Jul 2011 17:02:30 +0000 (+0200) Subject: Release 0.08193 X-Git-Tag: v0.08193^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cfd773c28ec00ec6af068c2f9757f81255cfabfe;hp=9859bf7a4ab106f41a4373d8910a84f820e2fcf8;p=dbsrgits%2FDBIx-Class.git Release 0.08193 --- diff --git a/Changes b/Changes index 3d79078..8af1654 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class +0.08193 2011-07-14 17:00 (UTC) * New Features / Changes - Allow schema cloning to mutate attributes - DBIC now attempts more aggressive de-duplication of where diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 01f9500..8f00e30 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -11,7 +11,7 @@ our $VERSION; # $VERSION declaration must stay up here, ahead of any other package # declarations, as to not confuse various modules attempting to determine # this ones version, whether that be s.c.o. or Module::Metadata, etc -$VERSION = '0.08192'; +$VERSION = '0.08193'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases