[Bast-commits] r9042 - in SQL-Abstract/1.x/trunk: . lib/SQL
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Wed Mar 24 09:54:03 GMT 2010
Author: ribasushi
Date: 2010-03-24 09:54:03 +0000 (Wed, 24 Mar 2010)
New Revision: 9042
Modified:
SQL-Abstract/1.x/trunk/Changes
SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
Release 1.63
Modified: SQL-Abstract/1.x/trunk/Changes
===================================================================
--- SQL-Abstract/1.x/trunk/Changes 2010-03-23 21:50:09 UTC (rev 9041)
+++ SQL-Abstract/1.x/trunk/Changes 2010-03-24 09:54:03 UTC (rev 9042)
@@ -1,5 +1,7 @@
Revision history for SQL::Abstract
+revision 1.63 2010-03-24 09:56 (UTC)
+----------------------------
- Add ILIKE to the core list of comparision ops
revision 1.62 2010-03-15 11:06 (UTC)
Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2010-03-23 21:50:09 UTC (rev 9041)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2010-03-24 09:54:03 UTC (rev 9042)
@@ -15,7 +15,7 @@
# GLOBALS
#======================================================================
-our $VERSION = '1.62';
+our $VERSION = '1.63';
# This would confuse some packagers
#$VERSION = eval $VERSION; # numify for warning-free dev releases
More information about the Bast-commits
mailing list