Release 1.53
Peter Rabbitson [Thu, 30 Apr 2009 14:59:51 +0000 (14:59 +0000)]
Changes
Makefile.PL
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index fe948f0..3e8c7fd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for SQL::Abstract
 
+revision 1.53  2009-04-30 14:58 (UTC)
+----------------------------
+    - make sure hash keys are sorted in all search sub-conditions
+    - switch installer from EU::MM to M::I
+
 revision 1.52  2009-04-28 23:14 (UTC)
 ----------------------------
     - allow -between to handle [\"", \""] and \["", @bind] 
index f24b6d8..6ecb727 100644 (file)
@@ -6,7 +6,7 @@ use 5.006001;
 
 perl_version '5.006001';
 name 'SQL-Abstract';
-author 'Matt Trout <mst@shadowcat.co.uk>, but see the POD';
+author 'Nathan Wiger <nate@wiger.org>';
 
 all_from 'lib/SQL/Abstract.pm';
 
index 0359187..127e6ad 100644 (file)
@@ -15,7 +15,7 @@ use Scalar::Util qw/blessed/;
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.52';
+our $VERSION  = '1.53';
 
 # This would confuse some packagers
 #$VERSION      = eval $VERSION; # numify for warning-free dev releases