From: Peter Rabbitson Date: Sun, 5 Jul 2009 23:12:57 +0000 (+0000) Subject: Where 08108 will come from X-Git-Tag: v0.08108^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ec1a5c147845f3692254d26bb497a6ae345776d;p=dbsrgits%2FDBIx-Class.git Where 08108 will come from --- diff --git a/Changes b/Changes index 8dc0517..1bc0888 100644 --- 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 diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 677ddb7..4db8939 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -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