From: Arthur Axel "fREW" Schmidt Date: Fri, 22 Oct 2010 14:32:27 +0000 (+0000) Subject: release SQL::Abstract 1.69 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f7f28c4d2eccc1b5fe0280577ad73d82916ac5d;hp=958f1ce453b1065f3c152a791611cc688a354d6e;p=scpubgit%2FQ-Branch.git release SQL::Abstract 1.69 --- diff --git a/Changes b/Changes index 9bb2f63..b093f21 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for SQL::Abstract +revision 1.69 2010-10-22 +---------------------------- - Fix a silly bug which broke placeholder fill-in in DBIC - Installs format-sql to format SQL passed in over STDIN - Switch the tokenizer to precompiled regexes (massive speedup) diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 05da1c2..95f2df8 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.68'; +our $VERSION = '1.69'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases