Makefile.PL   [plain text]


# Note: this file was auto-generated by Module::Build::Compat version 0.3603
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'DateTime::Locale',
          'VERSION_FROM' => 'lib/DateTime/Locale.pm',
          'PREREQ_PM' => {
                           'List::MoreUtils' => 0,
                           'Module::Build' => 0,
                           'Params::Validate' => '0.91'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;