From: Peter Rabbitson Date: Tue, 23 Mar 2010 21:00:18 +0000 (+0000) Subject: Whoops - forgot to commit X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8d3bb2b1d120e1c9589cffc7e6f5756938c0f8e2;hp=48c19d14b67608f9ba5e748523d8ad68b54c0131;p=scpubgit%2FQ-Branch.git Whoops - forgot to commit --- diff --git a/Changes b/Changes index 4198ed1..5e1e236 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for SQL::Abstract +revision 1.62 2010-03-15 11:06 (UTC) +---------------------------- - Fixed open outer parens for a multi-line literal - Allow recursively-nested column-functions in WHERE - Bumped minimum perl to 5.6.2 and changed tests to diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 4ad06d9..060e601 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.61_01'; +our $VERSION = '1.62'; # This would confuse some packagers #$VERSION = eval $VERSION; # numify for warning-free dev releases