diff options
-rw-r--r-- | mods/perl-extutils-makemaker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mods/perl-extutils-makemaker b/mods/perl-extutils-makemaker index 4839ddc..1d48b58 100644 --- a/mods/perl-extutils-makemaker +++ b/mods/perl-extutils-makemaker @@ -1,4 +1,4 @@ depends add("perl-cpan-meta>=2.112150") add("perl-extutils-install>=1.52") \ - add("perl-extutils-command>=1.16") add("depends perl-extutils-manifest>=1.58") \ + add("perl-extutils-command>=1.16") add("perl-extutils-manifest>=1.58") build append("sed -e '/my::bundles/d' Makefile.PL >Makefile.PL.new") build append("mv Makefile.PL.new Makefile.PL") |