Release 0.08126 v0.08126
Justin Hunter [Tue, 28 Dec 2010 18:17:18 +0000 (10:17 -0800)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 8d30b87..13171b6 100644 (file)
--- 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
index 06348f1..317d91c 100644 (file)
@@ -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