[Bast-commits] r6167 - in SQL-Abstract/1.x/trunk: . lib/SQL

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Thu May 7 17:23:04 GMT 2009


Author: ribasushi
Date: 2009-05-07 17:23:04 +0000 (Thu, 07 May 2009)
New Revision: 6167

Modified:
   SQL-Abstract/1.x/trunk/Changes
   SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
Release 1.54

Modified: SQL-Abstract/1.x/trunk/Changes
===================================================================
--- SQL-Abstract/1.x/trunk/Changes	2009-05-07 17:20:00 UTC (rev 6166)
+++ SQL-Abstract/1.x/trunk/Changes	2009-05-07 17:23:04 UTC (rev 6167)
@@ -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

Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm	2009-05-07 17:20:00 UTC (rev 6166)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm	2009-05-07 17:23:04 UTC (rev 6167)
@@ -15,7 +15,7 @@
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.53';
+our $VERSION  = '1.54';
 
 # This would confuse some packagers
 #$VERSION      = eval $VERSION; # numify for warning-free dev releases




More information about the Bast-commits mailing list