From: Matt Phillips Date: Fri, 26 Apr 2013 13:59:52 +0000 (-0400) Subject: devrel 0.08249_05 X-Git-Tag: v0.08250~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=24dd6ae00744607afc04910a44483422c17cb565 devrel 0.08249_05 --- diff --git a/Changes b/Changes index 14a1c77..5f4d7b1 100644 --- a/Changes +++ b/Changes @@ -56,6 +56,8 @@ Revision history for DBIx::Class - 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 diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 3e6a982..0695e43 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -11,7 +11,7 @@ our $VERSION; # $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