[Bast-commits] r6048 - in SQL-Abstract/1.x/trunk: . lib/SQL
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Thu Apr 30 14:59:52 GMT 2009
Author: ribasushi
Date: 2009-04-30 15:59:51 +0100 (Thu, 30 Apr 2009)
New Revision: 6048
Modified:
SQL-Abstract/1.x/trunk/Changes
SQL-Abstract/1.x/trunk/Makefile.PL
SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
Release 1.53
Modified: SQL-Abstract/1.x/trunk/Changes
===================================================================
--- SQL-Abstract/1.x/trunk/Changes 2009-04-30 13:47:59 UTC (rev 6047)
+++ SQL-Abstract/1.x/trunk/Changes 2009-04-30 14:59:51 UTC (rev 6048)
@@ -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]
Modified: SQL-Abstract/1.x/trunk/Makefile.PL
===================================================================
--- SQL-Abstract/1.x/trunk/Makefile.PL 2009-04-30 13:47:59 UTC (rev 6047)
+++ SQL-Abstract/1.x/trunk/Makefile.PL 2009-04-30 14:59:51 UTC (rev 6048)
@@ -6,7 +6,7 @@
perl_version '5.006001';
name 'SQL-Abstract';
-author 'Matt Trout <mst at shadowcat.co.uk>, but see the POD';
+author 'Nathan Wiger <nate at wiger.org>';
all_from 'lib/SQL/Abstract.pm';
Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2009-04-30 13:47:59 UTC (rev 6047)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2009-04-30 14:59:51 UTC (rev 6048)
@@ -15,7 +15,7 @@
# GLOBALS
#======================================================================
-our $VERSION = '1.52';
+our $VERSION = '1.53';
# This would confuse some packagers
#$VERSION = eval $VERSION; # numify for warning-free dev releases
More information about the Bast-commits
mailing list