Where 08108 will come from v0.08108
Peter Rabbitson [Sun, 5 Jul 2009 23:12:57 +0000 (23:12 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 8dc0517..1bc0888 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for DBIx::Class
 
+
+0.08108 2009-07-05 23:15:00 (UTC)
         - Fixed the has_many prefetch with limit/group deficiency -
           it is now possible to select "top 5 commenters" while
           prefetching all their comments
index 677ddb7..4db8939 100644 (file)
@@ -25,7 +25,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.08107';
+$VERSION = '0.08108';
 
 $VERSION = eval $VERSION; # numify for warning-free dev releases