Changes for SQL::Translator
+0.11022 2017-12-04
+
* Add support for monotonically increasing SQLite autoincs (GH#47)
* Add support for CHECK constraint in SQLite producer (GH#57)
* Add support for CHECK constraint in POD producer (GH#63)
use Moo;
our ( $DEFAULT_SUB, $DEBUG, $ERROR );
-our $VERSION = '0.11021';
+our $VERSION = '0.11022';
$DEBUG = 0 unless defined $DEBUG;
$ERROR = "";