Release 1.79 v1.79
Peter Rabbitson [Thu, 25 Sep 2014 12:00:59 +0000 (14:00 +0200)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index fb7ba1d..c78b007 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+revision 1.79  2014-09-25
+----------------------------
     - New exportable functions: is_literal_value($) and is_plain_value($)
     - New attribute 'escape_char' allowing for proper escape of quote_chars
       present in an identifier
index a18e493..84499ec 100644 (file)
@@ -27,7 +27,7 @@ BEGIN {
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.78';
+our $VERSION  = '1.79';
 
 # This would confuse some packagers
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases