From: Andrew Rodland Date: Tue, 29 Nov 2011 05:34:15 +0000 (-0500) Subject: Release 0.08196 X-Git-Tag: v0.08196^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=30cfb462edd758da5dc57cb8bff0d989ef16329d;hp=cfa136aa2c08cfc19e7ef47e6cb1bccd8469e813;p=dbsrgits%2FDBIx-Class.git Release 0.08196 --- diff --git a/Changes b/Changes index 69fc7ba..1590ce6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class +0.08196 2011-11-29 05:35 (UTC) * Fixes - Fix tests for DBD::SQLite >= 1.34. - Fix test failures with DBICTEST_SQLITE_USE_FILE set diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 1480029..412cb26 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.08195'; +$VERSION = '0.08196'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases