File: Makefile.PL

package info (click to toggle)
libdatetime-timezone-perl 1%3A0.77.01-1%2B2008c
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,208 kB
  • ctags: 2,636
  • sloc: perl: 3,691; sh: 56
file content (18 lines) | stat: -rw-r--r-- 626 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Note: this file was auto-generated by Module::Build::Compat version 0.03
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' => {}
        )
;