summaryrefslogtreecommitdiffstats
path: root/mods/perl-extutils-makemaker
blob: 1d48b58412b77959fc59f13fa5f0ef1349f3b4ad (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("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")