Makefile.PL   [plain text]


# Note: this file was auto-generated by Module::Build::Compat version 0.36
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'DateTime::TimeZone',
          'VERSION_FROM' => 'lib/DateTime/TimeZone.pm',
          'PREREQ_PM' => {
                           'Class::Singleton' => '1.03',
                           'Cwd' => 3,
                           'Module::Build' => 0,
                           'Params::Validate' => '0.72',
                           'Pod::Man' => '1.14'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;