ports/devel/p5-Module-Install/files/patch-Makefile.PL
Cheng-Lung Sung f12840b731 - Add new port: devel/p5-Module-Install
- Module::Install is a a standalone, extensible installer for Perl modules.
- It is designed to be a drop-in replacement for ExtUtils::MakeMaker, and is a
  descendent of CPAN::MakeMaker.

WWW: http://search.cpan.org/dist/Module-Install/

PR:		ports/71794
Submitted by:	clsung
Approved by:	co-mentor (vanilla)
2004-10-12 13:15:45 +00:00

17 lines
587 B
Perl

--- Makefile.PL.orig Thu Sep 9 21:26:15 2004
+++ Makefile.PL Thu Sep 16 14:49:44 2004
@@ -24,10 +24,10 @@
recommends ('Module::ScanDeps' => 0.28),
recommends ('Module::CoreList'),
],
- 'Bundle other CPAN packages' => [
- -default => 0,
- recommends ('CPANPLUS' => 0.040),
- ],
+# 'Bundle other CPAN packages' => [
+# -default => 0,
+# recommends ('CPANPLUS' => 0.040),
+# ],
'PAR-based binary distributions' => [
-default => 0,
recommends ('PAR::Dist' => 0.03),