From: Peter Rabbitson Date: Thu, 30 Apr 2009 14:59:51 +0000 (+0000) Subject: Release 1.53 X-Git-Tag: v1.70~162 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=4f0516bc01e120f4654240e4c3918503493c3c06 Release 1.53 --- diff --git a/Changes b/Changes index fe948f0..3e8c7fd 100644 --- 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] diff --git a/Makefile.PL b/Makefile.PL index f24b6d8..6ecb727 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use 5.006001; perl_version '5.006001'; name 'SQL-Abstract'; -author 'Matt Trout , but see the POD'; +author 'Nathan Wiger '; all_from 'lib/SQL/Abstract.pm'; diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 0359187..127e6ad 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -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