From: Peter Rabbitson Date: Thu, 4 Sep 2014 15:53:32 +0000 (+0200) Subject: Changelog for RT#98161 X-Git-Tag: v0.082800~64 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cab1f708913e06219cda8a1f48a044619014c2ec;p=dbsrgits%2FDBIx-Class.git Changelog for RT#98161 Breakage introduced in 8d005ad9, fixed for good by a combination of 5268b1da 135ac69d and 95da0f23 --- diff --git a/Changes b/Changes index e73b27f..eace9ac 100644 --- a/Changes +++ b/Changes @@ -58,6 +58,8 @@ Revision history for DBIx::Class blind new) (GH#51) * Misc + - A bunch of fixes for the botched condition parsing in the previous + devrels (082700_01 ~ 082700_05) (RT#98161) - Ensure source metadata calls always take place on the result source instance registered with the caller - IFF DBIC_TRACE output defaults to STDERR we now silence the possible diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 4d4edda..f2229f0 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.082700_01'; +$VERSION = '0.082700_06'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases