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
# 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