aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-03-31 12:45:27 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-03-31 12:45:27 +0300
commit5c6c6ad5c68fc60b1c84f965a3ac9b4a1bd27d58 (patch)
treece641d652927da619ce00ec6334e7032d3afb0ca /Makefile.PL
parentccd334f1fbdf0aefd7d53733e62fbc76a30feaf2 (diff)
downloadfoobar-5c6c6ad5c68fc60b1c84f965a3ac9b4a1bd27d58.tar.gz
foobar-5c6c6ad5c68fc60b1c84f965a3ac9b4a1bd27d58.tar.bz2
Minor fixes
* Makefile.PL: Remove unneeded modules. * README: Fix spelling. * lib/Example/Foobar/list.pm: Fix typo. * lib/Example/Foobar/proverb.pm: Fix description.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 94feff8..71d2c06 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,12 +12,8 @@ WriteMakefile(
EXE_FILES => [ 'foobar' ],
MIN_PERL_VERSION => 5.014002,
PREREQ_PM => {
- 'Getopt::Long' => 2.34,
'File::Basename' => 0,
'File::Spec' => 0,
- 'File::Temp' => 0.23,
- 'Pod::Find' => 0,
- 'Pod::Man' => 0,
'Pod::Usage' => 0
},
);

Return to:

Send suggestions and report system problems to the System administrator.