release 0.11016 v0.011016 v0.11016
Arthur Axel 'fREW' Schmidt [Tue, 9 Oct 2012 21:26:21 +0000 (16:26 -0500)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index 7bb611c..3a4e1c4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+# ----------------------------------------------------------
+# 0.11016 2012-10-09
+# ----------------------------------------------------------
+
 * Allow passing an arrayref to SQLT->filename (lost in Mooification)
 
 # ----------------------------------------------------------
index ea83749..916f80b 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator;
 use Moo;
 our ( $DEFAULT_SUB, $DEBUG, $ERROR );
 
-our $VERSION  = '0.11015';
+our $VERSION  = '0.11016';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";