projects
/
dbsrgits/DBIx-Class-Historic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed up tests post-merge
[dbsrgits/DBIx-Class-Historic.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::Schema::HelperRels;
9
10
my $schema = DBICTest->initialise;
11
12
print $schema->storage->deployment_statements($schema);