[Bast-commits] r9471 - in SQL-Abstract/1.x/trunk: . lib/SQL
frew at dev.catalyst.perl.org
frew at dev.catalyst.perl.org
Mon May 31 14:25:23 GMT 2010
Author: frew
Date: 2010-05-31 15:25:23 +0100 (Mon, 31 May 2010)
New Revision: 9471
Modified:
SQL-Abstract/1.x/trunk/Changes
SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
release 1.67
Modified: SQL-Abstract/1.x/trunk/Changes
===================================================================
--- SQL-Abstract/1.x/trunk/Changes 2010-05-31 14:03:56 UTC (rev 9470)
+++ SQL-Abstract/1.x/trunk/Changes 2010-05-31 14:25:23 UTC (rev 9471)
@@ -1,5 +1,7 @@
Revision history for SQL::Abstract
+revision 1.67 2010-05-31 14:21 (UTC)
+----------------------------
- Fix SQL::Test failure when first chunk is an unrecognized
literal
- Generic -not operator tests
Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2010-05-31 14:03:56 UTC (rev 9470)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2010-05-31 14:25:23 UTC (rev 9471)
@@ -15,7 +15,7 @@
# GLOBALS
#======================================================================
-our $VERSION = '1.66_01';
+our $VERSION = '1.67';
# This would confuse some packagers
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
More information about the Bast-commits
mailing list