File: Makefile.PL

package info (click to toggle)
libdatetime-format-epoch-perl 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 256 kB
  • sloc: perl: 386; makefile: 2
file content (19 lines) | stat: -r--r--r-- 559 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Note: this file was auto-generated by Module::Build::Compat version 0.4211
require 5.005030;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'DateTime::Format::Epoch',
  'VERSION_FROM' => 'lib/DateTime/Format/Epoch.pm',
  'PREREQ_PM' => {
                   'DateTime' => '0.31',
                   'Math::BigInt' => '1.66',
                   'Params::Validate' => 0,
                   'Test::More' => 0,
                   'warnings' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;