[Bast-commits] r9729 - in SQL-Abstract/1.x/trunk: . lib/SQL
frew at dev.catalyst.perl.org
frew at dev.catalyst.perl.org
Thu Sep 16 14:45:33 GMT 2010
Author: frew
Date: 2010-09-16 15:45:33 +0100 (Thu, 16 Sep 2010)
New Revision: 9729
Modified:
SQL-Abstract/1.x/trunk/Changes
SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
release 1.68
Modified: SQL-Abstract/1.x/trunk/Changes
===================================================================
--- SQL-Abstract/1.x/trunk/Changes 2010-09-16 14:44:32 UTC (rev 9728)
+++ SQL-Abstract/1.x/trunk/Changes 2010-09-16 14:45:33 UTC (rev 9729)
@@ -1,5 +1,7 @@
Revision history for SQL::Abstract
+revision 1.68 2010-09-16
+----------------------------
- Document methods on Tree
- Add affordances for color coding placeholders
- Change ::Tree::whitespace to whitespace_keyword
Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2010-09-16 14:44:32 UTC (rev 9728)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2010-09-16 14:45:33 UTC (rev 9729)
@@ -15,7 +15,7 @@
# GLOBALS
#======================================================================
-our $VERSION = '1.67_03';
+our $VERSION = '1.68';
# This would confuse some packagers
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
More information about the Bast-commits
mailing list