- Even more robust behavior of GenericSubQuery limit dialect
- Make sure deployment_statements() and cursor_class() are called on
a resolved storage subclass
+ - fixes cache-miss bug when adding empty caches to related resultsets
+ chained off prefetched objects
* Misc
- Fix tests failing due to unspecified resultset retrieval order
# $VERSION declaration must stay up here, ahead of any other package
# declarations, as to not confuse various modules attempting to determine
# this ones version, whether that be s.c.o. or Module::Metadata, etc
-$VERSION = '0.08249_04';
+$VERSION = '0.08249_05';
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases