Release 0.08102 v0.08102
Peter Rabbitson [Thu, 30 Apr 2009 08:28:04 +0000 (08:28 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index b485c85..13bb6d8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.08102 2009-04-30 08:29:00 (UTC)
         - Fixed two subtle bugs when using columns or select/as
           paired with a join (limited prefetch)
         - Fixed breakage of cdbi tests (RT#45551)
index 97be959..32b58a1 100644 (file)
@@ -24,7 +24,7 @@ sub component_base_class { 'DBIx::Class' }
 # 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.08101';
+$VERSION = '0.08102';
 
 $VERSION = eval $VERSION; # numify for warning-free dev releases