From: Dagfinn Ilmari Mannsåker Date: Mon, 20 Mar 2017 17:55:06 +0000 (+0000) Subject: Release 1.82 X-Git-Tag: v1.82^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=27fa2a14ad5d889570cf3edc42a031050046ffbc Release 1.82 --- diff --git a/Changes b/Changes index 7f25a87..0e9fe5a 100644 --- 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) diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index e03d341..f4d4c0b 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -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