projects
/
dbsrgits/DBIx-Class.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Corrected columns_info_for indent level - 2 space indent everyone please, you may...
[dbsrgits/DBIx-Class.git]
/
maint
/
gen-schema.pl
1
#!/usr/bin/perl
2
3
use strict;
4
use warnings;
5
use lib qw(lib t/lib);
6
7
use DBICTest;
8
use DBICTest::HelperRels;
9
10
my $schema = DBICTest->initialise;
11
12
print $schema->storage->deployment_statements($schema);