summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Runtime/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Catalyst-Runtime/patches/patch-aa')
-rw-r--r--www/p5-Catalyst-Runtime/patches/patch-aa16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/p5-Catalyst-Runtime/patches/patch-aa b/www/p5-Catalyst-Runtime/patches/patch-aa
deleted file mode 100644
index 21041d652b4..00000000000
--- a/www/p5-Catalyst-Runtime/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/05/08 17:56:04 seb Exp $
-
-Prevent CPAN.pm to run an interactive setup process if it is
-unconfigured: don't call Module::Install::auto_install()
-
---- Makefile.PL.orig 2009-04-29 14:27:41.000000000 +0000
-+++ Makefile.PL
-@@ -65,7 +65,7 @@ if ($Module::Install::AUTHOR) {
- }
-
- install_script glob('script/*.pl');
--auto_install;
-+#auto_install;
- WriteAll;
-
- if ($Module::Install::AUTHOR) {