storage->disconnect and new tests for out-of-line implicit rels
[dbsrgits/DBIx-Class-Schema-Loader.git] / Makefile.PL
CommitLineData
a78e3fed 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
af6c2665 4 'NAME' => 'DBIx::Class::Schema::Loader',
5 'VERSION_FROM' => 'lib/DBIx/Class/Schema/Loader.pm',
a78e3fed 6 'PREREQ_PM' => {
7 Test::More => 0.32,
3385ac62 8 DBIx::Class => 0.05,
a78e3fed 9 DBI => 1.30,
10 Lingua::EN::Inflect => 0,
11 Text::Balanced => 0,
12 UNIVERSAL::require => 0.10,
13 },
14);