Release 1.82 v1.82
Dagfinn Ilmari Mannsåker [Mon, 20 Mar 2017 17:55:06 +0000 (17:55 +0000)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index 7f25a87..0e9fe5a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+revision 1.82  2017-03-20
+-------------------------
     - Add explicit dependency on Sub::Quote (GH#8)
     - Fix syntax errors in ORDER BY docs (GH#7)
 
index e03d341..f4d4c0b 100644 (file)
@@ -27,7 +27,7 @@ BEGIN {
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.81_01';
+our $VERSION  = '1.82';
 
 # This would confuse some packagers
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases