File: Makefile.PL

package info (click to toggle)
libdatetime-locale-perl 1%3A0.45-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 7,816 kB
  • ctags: 8,274
  • sloc: xml: 22,344; perl: 1,565; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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' => {}
        )
;