Release 1.54
Peter Rabbitson [Thu, 7 May 2009 17:23:04 +0000 (17:23 +0000)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index 3e8c7fd..3522f38 100644 (file)
--- 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
index 8a3b343..ed4bb33 100644 (file)
@@ -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