Changelog for RT#98161
Peter Rabbitson [Thu, 4 Sep 2014 15:53:32 +0000 (17:53 +0200)]
Breakage introduced in 8d005ad9, fixed for good by a combination of 5268b1da
135ac69d and 95da0f23

Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index e73b27f..eace9ac 100644 (file)
--- 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
index 4d4edda..f2229f0 100644 (file)
@@ -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