summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Readme/patches/patch-Makefile.PL
blob: fca2da7e1e458aa5f14d81dce4295f073e48e75d (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-Makefile.PL,v 1.1 2015/01/11 15:29:44 wen Exp $
do not install depends via CPAN
--- Makefile.PL.orig	2015-01-11 23:14:38.000000000 +0000
+++ Makefile.PL
@@ -89,5 +89,5 @@ author_requires(
 recursive_author_tests('xt');
 
 install_as_cpan;
-auto_install;
+#auto_install;
 WriteAll;