36 linhas
1.1 KiB
Perl
36 linhas
1.1 KiB
Perl
# Note: this file was auto-generated by Module::Build::Compat version 0.4231
|
|
require 5.016;
|
|
use ExtUtils::MakeMaker;
|
|
WriteMakefile
|
|
(
|
|
'NAME' => 'WWW::PipeViewer',
|
|
'VERSION_FROM' => 'lib/WWW/PipeViewer.pm',
|
|
'PREREQ_PM' => {
|
|
'Data::Dump' => 0,
|
|
'Encode' => 0,
|
|
'File::Path' => 0,
|
|
'File::Spec' => 0,
|
|
'File::Spec::Functions' => 0,
|
|
'Getopt::Long' => 0,
|
|
'HTTP::Request' => 0,
|
|
'JSON' => 0,
|
|
'LWP::Protocol::https' => 0,
|
|
'LWP::UserAgent' => 0,
|
|
'List::Util' => 0,
|
|
'MIME::Base64' => 0,
|
|
'Memoize' => 0,
|
|
'Term::ANSIColor' => 0,
|
|
'Term::ReadLine' => 0,
|
|
'Test::More' => 0,
|
|
'Text::ParseWords' => 0,
|
|
'Text::Wrap' => 0,
|
|
'URI::Escape' => 0
|
|
},
|
|
'INSTALLDIRS' => 'site',
|
|
'EXE_FILES' => [
|
|
'bin/pipe-viewer'
|
|
],
|
|
'PL_FILES' => {}
|
|
)
|
|
;
|