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]
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';
# GLOBALS
#======================================================================
-our $VERSION = '1.52';
+our $VERSION = '1.53';
# This would confuse some packagers
#$VERSION = eval $VERSION; # numify for warning-free dev releases