summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorAristotle Pagaltzis <pagaltzis@gmx.de>2022-08-10 00:45:52 +0200
committerAristotle Pagaltzis <pagaltzis@gmx.de>2022-08-10 00:45:52 +0200
commitccf83dca84ce61d8f9e0ea3590515a4baa1b5dbf (patch)
tree1fa102e337decb60ce9a080a30af78d26847e29e /Makefile.PL
parentf2206b97d32586d7e15ce28d3aaa2d2bba6b1306 (diff)
drop redundant dep
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 30e0859..2d58c48 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,9 +8,6 @@ my %META = (
license => 'perl_5',
x_copyright => { holder => 'Aristotle Pagaltzis', year => 2018 },
prereqs => {
- configure => { requires => {qw(
- ExtUtils::MakeMaker 0
- )} },
runtime => { requires => {qw(
perl 5.006
Exporter 0