From: Arthur Axel "fREW" Schmidt Date: Sun, 16 May 2010 15:47:01 +0000 (+0000) Subject: this should have been release 1.66, but I forgot to commit it when I released :-( X-Git-Tag: v1.70~103 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=4414eec5213c5b506e904860acfc8315b2338794 this should have been release 1.66, but I forgot to commit it when I released :-( --- diff --git a/Changes b/Changes index bf52db2..82dff07 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for SQL::Abstract +revision 1.66 2010-04-27 02:44 (UTC) +---------------------------- - Optimized the quoting mechanism, winning nearly 10% speedup on repeatable sql generation diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 207a7c7..44f553f 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.65_02'; +our $VERSION = '1.66'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases