From: Arthur Axel 'fREW' Schmidt Date: Tue, 10 May 2011 04:22:30 +0000 (-0500) Subject: Release 0.08192 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4cc6b7521e4dba9b214fc8be3d4c630fc3d7e5a9;p=dbsrgits%2FDBIx-Class-Historic.git Release 0.08192 --- diff --git a/Changes b/Changes index 2a2c251..0111ffa 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class +0.08192 2011-05-10 04:20 (UTC) * Fixes - Fix serious regression on SQLite, corrupting data when an alphanum value does not correspond to a stale numeric datatype in colinfo diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index f9cf49a..6310697 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.08191'; +$VERSION = '0.08192'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases