File: Makefile.PL

package info (click to toggle)
libnetsds-util-perl 1.045-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: perl: 1,031; sh: 6; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Note: this file was auto-generated by Module::Build::Compat version 0.39_01
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'NetSDS::Util',
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/NetSDS/Util.pm',
  'PREREQ_PM' => {
                   'Scalar::Util' => '0',
                   'URI::Escape' => '1.00',
                   'Pod::Usage' => '0',
                   'File::Spec' => '0',
                   'Date::Format' => '0',
                   'Test::Pod' => '1.20',
                   'Encode' => '2.000',
                   'POSIX' => '0',
                   'File::Path' => '0',
                   'Time::Local' => '0',
                   'Spreadsheet::Read' => '0.30',
                   'Module::Build' => 0,
                   'File::MMagic' => '1.000',
                   'Getopt::Long' => '0',
                   'File::Copy' => '0',
                   'URI' => '1.00',
                   'Test::Pod::Coverage' => '1.08',
                   'IO::File' => '0',
                   'version' => '0',
                   'Time::HiRes' => '0',
                   'Data::UUID' => '1.000',
                   'HTTP::Date' => '0',
                   'Date::Parse' => '0',
                   'Test::More' => 0,
                   'MIME::Base64' => '0',
                   'File::Temp' => '0'
                 }
)
;