From: Peter Rabbitson Date: Sat, 16 May 2009 23:25:10 +0000 (+0000) Subject: Release 1.55 X-Git-Tag: v1.70~156 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54871ee983acf1261c22289912a642db6fc18707;p=dbsrgits%2FSQL-Abstract.git Release 1.55 --- diff --git a/Changes b/Changes index 5b55c5c..e1c4dff 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for SQL::Abstract +revision 1.55 2009-05-17 22:54 (UTC) +---------------------------- - make sure that sql generation does not mutate the supplied where condition structure diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index cc64945..05c2271 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util qw/blessed/; # GLOBALS #====================================================================== -our $VERSION = '1.54'; +our $VERSION = '1.55'; # This would confuse some packagers #$VERSION = eval $VERSION; # numify for warning-free dev releases