summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 90614b3..64e1ba8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -10,13 +10,13 @@ WriteMakefile(NAME => 'slackbuilder',
ABSTRACT => 'Slackware Package Builder',
EXE_FILES => [ 'slackbuilder' ],
PREREQ_PM => {
- HTML::Parser => '3.72',
- LWP::UserAgent => '6.29',
- List::Regexp => '1.03',
- POSIX::Run::Capture => 0,
- Scalar::Util => 0,
- URI => 0,
- JSON => 0
+ 'HTML::Parser' => '3.72',
+ 'LWP::UserAgent' => '6.29',
+ 'List::Regexp' => '1.03',
+ 'POSIX::Run::Capture' => 0,
+ 'Scalar::Util' => 0,
+ 'URI' => 0,
+ 'JSON' => 0
},
MIN_PERL_VERSION => 5.016001
);

Return to:

Send suggestions and report system problems to the System administrator.