summaryrefslogtreecommitdiff
path: root/install/5.005/DBIx-DBSchema-0.23-5.005kludge/Makefile.PL
blob: a10e4daf87c45e016785ed6a1d18ae577fadac64 (plain)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'DBIx::DBSchema',
    'VERSION_FROM' => 'DBSchema.pm', # finds $VERSION
    'PREREQ_PM'    => {
                        'DBI' => 0,
                        'FreezeThaw' => 0,
                      },
);