Makefile.PL   [plain text]


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