summaryrefslogtreecommitdiffstats
path: root/mods/perl-extutils-makemaker
blob: 4839ddc29eba7c9cc66243aaf3b1458ccdd399e9 (plain)
1
2
3
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") \
build append("sed -e '/my::bundles/d' Makefile.PL >Makefile.PL.new")
build append("mv Makefile.PL.new Makefile.PL")