From: Peter Rabbitson <ribasushi@cpan.org>
Date: Sat, 25 Oct 2014 11:30:24 +0000 (+0200)
Subject: Release 1.81
X-Git-Tag: v1.81^0
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4baf4bbe585315493208a73e0aa71b50aded9d7d;p=dbsrgits%2FSQL-Abstract.git

Release 1.81
---

diff --git a/Changes b/Changes
index 6294384..771d14c 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+revision 1.81  2014-10-25
+----------------------------
     - Fix overly-enthusiastic parenthesis unroller (RT#99503)
 
 revision 1.80  2014-10-05
diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm
index 9e3aad4..a6bbb05 100644
--- a/lib/SQL/Abstract.pm
+++ b/lib/SQL/Abstract.pm
@@ -27,7 +27,7 @@ BEGIN {
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.80';
+our $VERSION  = '1.81';
 
 # This would confuse some packagers
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases