moved code to ::DBI::MSSQL and added DT inflation test
[dbsrgits/DBIx-Class.git] / maint / gen-schema.pl
index ffd2df7..83c8d03 100755 (executable)
@@ -5,7 +5,7 @@ use warnings;
 use lib qw(lib t/lib);
 
 use DBICTest::Schema;
+use SQL::Translator;
 
 my $schema = DBICTest::Schema->connect;
-
-print $schema->storage->deployment_statements($schema, 'SQLite');
+print scalar ($schema->storage->deployment_statements($schema, 'SQLite'));