+# ----------------------------------------------------------
+# 0.11013_03 2012-09-25
+# ----------------------------------------------------------
+
* Remove SQL::Translator::Schema::Graph as announced in 0.11011
* Remove a number of no longer needed deps
use Moo;
our ( $DEFAULT_SUB, $DEBUG, $ERROR );
-our $VERSION = '0.11013_02';
+our $VERSION = '0.11013_03';
$DEBUG = 0 unless defined $DEBUG;
$ERROR = "";