From: Arthur Axel "fREW" Schmidt Date: Thu, 16 Sep 2010 14:45:33 +0000 (+0000) Subject: release 1.68 X-Git-Tag: v1.70~57 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ee5e99cdf609a1ab37e8a9de8fcf222f7fd5010;p=dbsrgits%2FSQL-Abstract.git release 1.68 --- diff --git a/Changes b/Changes index 3ede2be..5dd2c9b 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 6a03d6f..bf00228 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # 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