From: Peter Rabbitson Date: Tue, 4 Jun 2013 21:06:24 +0000 (+0200) Subject: release 1.74 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FQ-Branch.git;a=commitdiff_plain;h=3cb8f017c8746fa9c688540f3e8bda09363bda09 release 1.74 --- diff --git a/Changes b/Changes index c178f5b..a9d3acc 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for SQL::Abstract +revision 1.74 2013-06-04 +---------------------------- - Fix insufficient parenthesis unroll during operator comparison - 'ORDER BY foo' and 'ORDER BY foo ASC' are now considered equal by default (with a switch to reenable old behavior when necessary) diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index c877a4d..3940881 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.73'; +our $VERSION = '1.74'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases