From: Peter Rabbitson <ribasushi@cpan.org>
Date: Mon, 8 Feb 2010 11:48:31 +0000 (+0000)
Subject: Release 0.08118
X-Git-Tag: v0.08118^0
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a12793fdab2d79de480f3c443dd52fcd0fbe31db;p=dbsrgits%2FDBIx-Class.git

Release 0.08118
---

diff --git a/Changes b/Changes
index 2ba69d7..80c6824 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.08118 2010-02-08 11:53:00 (UTC)
         - Fix a bug causing UTF8 columns not to be decoded (RT#54395)
         - Fix bug in One->Many->One prefetch-collapse handling (RT#54039)
         - Cleanup handling of relationship accessor types
diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm
index 2723dd8..93e18f7 100644
--- a/lib/DBIx/Class.pm
+++ b/lib/DBIx/Class.pm
@@ -25,7 +25,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.08117_01';
+$VERSION = '0.08118';
 
 $VERSION = eval $VERSION; # numify for warning-free dev releases