copied Loader into a subdir by accident, moving it to the right spot
[dbsrgits/DBIx-Class-Schema-Loader.git] / Makefile.PL
CommitLineData
a78e3fed 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 'NAME' => 'DBIx::Class::Loader',
5 'VERSION_FROM' => 'lib/DBIx/Class/Loader.pm',
6 'PREREQ_PM' => {
7 Test::More => 0.32,
8 DBIx::Class => 0.03001,
9 DBI => 1.30,
10 Lingua::EN::Inflect => 0,
11 Text::Balanced => 0,
12 UNIVERSAL::require => 0.10,
13 },
14);