[Bast-commits] r6291 - in SQL-Abstract/1.x/trunk: . lib/SQL
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Sat May 16 23:25:10 GMT 2009
Author: ribasushi
Date: 2009-05-16 23:25:10 +0000 (Sat, 16 May 2009)
New Revision: 6291
Modified:
SQL-Abstract/1.x/trunk/Changes
SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
Release 1.55
Modified: SQL-Abstract/1.x/trunk/Changes
===================================================================
--- SQL-Abstract/1.x/trunk/Changes 2009-05-16 22:45:12 UTC (rev 6290)
+++ SQL-Abstract/1.x/trunk/Changes 2009-05-16 23:25:10 UTC (rev 6291)
@@ -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
Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2009-05-16 22:45:12 UTC (rev 6290)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2009-05-16 23:25:10 UTC (rev 6291)
@@ -15,7 +15,7 @@
# GLOBALS
#======================================================================
-our $VERSION = '1.54';
+our $VERSION = '1.55';
# This would confuse some packagers
#$VERSION = eval $VERSION; # numify for warning-free dev releases
More information about the Bast-commits
mailing list