summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-06-20 15:39:32 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-06-20 15:39:51 +0200
commit8b668a3f73d49148734c304378d312b5fc2df84a (patch)
tree6bc364397b185a9e1273bae033412a8ebec5f705
parent39f8ae395b158f958a415c88a31f9c500072c67f (diff)
downloadslackbuilder-8b668a3f73d49148734c304378d312b5fc2df84a.tar.gz
slackbuilder-8b668a3f73d49148734c304378d312b5fc2df84a.tar.bz2
Update prerequisites in Makefile.PL
-rw-r--r--Makefile.PL18
1 files changed, 16 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 64e1ba8..eebde8d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -10,13 +10,27 @@ WriteMakefile(NAME => 'slackbuilder',
ABSTRACT => 'Slackware Package Builder',
EXE_FILES => [ 'slackbuilder' ],
PREREQ_PM => {
+ 'Archive::Tar' => 2.28,
+ 'File::Basename' => 0,
+ 'File::Copy' => 0,
+ 'File::Path' => 0,
+ 'File::Spec' => 0,
+ 'File::Temp' => 0,
+ 'File::stat' => 0,
'HTML::Parser' => '3.72',
+ 'HTTP::Request' => 0,
+ 'HTTP::Response' => 0,
+ 'HTTP::Status' => 0,
+ 'JSON' => 0.,
'LWP::UserAgent' => '6.29',
'List::Regexp' => '1.03',
+ #Net::SBo
+ 'POSIX' => 0,
'POSIX::Run::Capture' => 0,
+ 'Safe' => 0,
'Scalar::Util' => 0,
- 'URI' => 0,
- 'JSON' => 0
+ 'Text::ParseWords' => 0,
+ 'URI' => 0
},
MIN_PERL_VERSION => 5.016001
);

Return to:

Send suggestions and report system problems to the System administrator.