Changes for SQL::Translator
+0.11021 2015-01-29
+
* Fix Oracle producer generating an unnecessary / at the end in case there
are no triggers
* Skip HTML tests if CGI is not installed (RT#98027)
use Moo;
our ( $DEFAULT_SUB, $DEBUG, $ERROR );
-our $VERSION = '0.11020';
+our $VERSION = '0.11021';
$DEBUG = 0 unless defined $DEBUG;
$ERROR = "";