From: Peter Rabbitson Date: Thu, 7 May 2009 17:23:04 +0000 (+0000) Subject: Release 1.54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=73081069ef61a9fef20304e7f11e90e96c71e3e4;p=scpubgit%2FQ-Branch.git Release 1.54 --- diff --git a/Changes b/Changes index 3e8c7fd..3522f38 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for SQL::Abstract +revision 1.54 2009-05-07 17:23 (UTC) +---------------------------- + - allow special_operators to take both code refs and method names + (makes it possible to properly subclass the builtin ones) + revision 1.53 2009-04-30 14:58 (UTC) ---------------------------- - make sure hash keys are sorted in all search sub-conditions diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 8a3b343..ed4bb33 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util qw/blessed/; # GLOBALS #====================================================================== -our $VERSION = '1.53'; +our $VERSION = '1.54'; # This would confuse some packagers #$VERSION = eval $VERSION; # numify for warning-free dev releases