From: Peter Rabbitson Date: Tue, 9 Nov 2010 11:20:51 +0000 (+0100) Subject: Release 1.71 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d7d3d1584c95a2bc501e9b783678fae97ac0bb57;hp=aa2ae81e003080556f5658810efc7fd9316c2f86;p=scpubgit%2FQ-Branch.git Release 1.71 --- diff --git a/Changes b/Changes index cf70710..89d3b94 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for SQL::Abstract -revision 1.70 2010-11-08 +revision 1.71 2010-11-09 ---------------------------- - Add EXECUTING for clarity of long running SQL - Add "squash_repeats" option to fix it such that repeated SQL gets ellided diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index a8daef9..0e29467 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.70'; +our $VERSION = '1.71'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases