File: Makefile.PL

package info (click to toggle)
libconfig-std-perl 0.903-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 383; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 571 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
20
# Note: this file was auto-generated by Module::Build::Compat version 0.4224
require 5.007003;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'PREREQ_PM' => {
                   'Test::More' => 0,
                   'Class::Std' => 0,
                   'version' => 0
                 },
  'VERSION_FROM' => 'lib/Config/Std.pm',
  'TEST_REQUIRES' => {
                'TAP::Harness' => 3.31,  # you can use older but must set HARNESS_OPTIONS=j1 if threaded
                },
  'INSTALLDIRS' => 'site',
  'NAME' => 'Config::Std',
  'EXE_FILES' => []
)
;