From: Arthur Axel 'fREW' Schmidt Date: Wed, 30 May 2012 02:05:22 +0000 (-0500) Subject: release 1.73_01 X-Git-Tag: v1.73_01^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=b4bd7d311e694c5ccafcfde1dc43aed5b8c5c520 release 1.73_01 --- diff --git a/Changes b/Changes index 0d05149..1ae186d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for SQL::Abstract +revision 1.73_01 2012-05-29 +---------------------------- - Fix parsing of ORDER BY foo + ? - Stop filling in placeholders in `format-sql` since it does not support passing values for them anyway diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index e37e312..80f1ccb 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.72'; +our $VERSION = '1.73_01'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases