Changes for SQL::Translator
+0.11024 2018-01-09
+
+ * Remove temporary diagnostics added in 0.11023_01
+
0.11023_02 2017-12-08
* Make maybe_plan skip on unrecognised failures to load modules
use Moo;
our ( $DEFAULT_SUB, $DEBUG, $ERROR );
-our $VERSION = '0.11023_02';
+our $VERSION = '0.11024';
$VERSION =~ tr/_//d;
$DEBUG = 0 unless defined $DEBUG;
$ERROR = "";