/usr/local/CPAN/DateTime-Format-DBI/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'DateTime::Format::DBI',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/DateTime/Format/DBI.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'DateTime' => '0.1',
                           'Test::NoWarnings' => 0,
                           'DBI' => '1.21'
                         }
        )
;