From: Arthur Axel 'fREW' Schmidt Date: Tue, 9 Oct 2012 21:26:21 +0000 (-0500) Subject: release 0.11016 X-Git-Tag: v0.011016^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a0077910bd42eed29b2ef0ebf2eeb74327859571;p=dbsrgits%2FSQL-Translator.git release 0.11016 --- diff --git a/Changes b/Changes index 7bb611c..3a4e1c4 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +# ---------------------------------------------------------- +# 0.11016 2012-10-09 +# ---------------------------------------------------------- + * Allow passing an arrayref to SQLT->filename (lost in Mooification) # ---------------------------------------------------------- diff --git a/lib/SQL/Translator.pm b/lib/SQL/Translator.pm index ea83749..916f80b 100644 --- a/lib/SQL/Translator.pm +++ b/lib/SQL/Translator.pm @@ -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 = "";