forked from openSUSE/cpanspec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.PL
30 lines (30 loc) · 1.11 KB
/
Makefile.PL
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
# Note: this file was auto-generated by Module::Build::Compat version 0.3603
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'cpanspec',
'EXE_FILES' => [
'cpanget',
'cpanspec'
],
'VERSION_FROM' => 'cpanspec',
'PREREQ_PM' => {
'Parse::CPAN::Packages' => 0,
'Getopt::Long' => 0,
'YAML' => 0,
'Pod::Usage' => 0,
'Archive::Zip' => 0,
'locale' => 0,
'FileHandle' => 0,
'Text::Autoformat' => 0,
'LWP::UserAgent' => 0,
'POSIX' => 0,
'Pod::Simple::TextContent' => 0,
'File::Basename' => 0,
'Archive::Tar' => 0,
'IO::Uncompress::Bunzip2' => 0
}
)
;