Release 0.08196 v0.08196
Andrew Rodland [Tue, 29 Nov 2011 05:34:15 +0000 (00:34 -0500)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 69fc7ba..1590ce6 100644 (file)
--- 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
index 1480029..412cb26 100644 (file)
@@ -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