From: Arthur Axel "fREW" Schmidt Date: Mon, 31 May 2010 14:25:23 +0000 (+0000) Subject: release 1.67 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6262db9506f0458c24d795e438832c6fae586249;p=scpubgit%2FQ-Branch.git release 1.67 --- diff --git a/Changes b/Changes index 18eeedf..c8dade1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for SQL::Abstract +revision 1.67 2010-05-31 14:21 (UTC) +---------------------------- - Fix SQL::Test failure when first chunk is an unrecognized literal - Generic -not operator tests diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index cae7e93..6212ae9 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.66_01'; +our $VERSION = '1.67'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases