2013-09-26 17:14:40 +02:00

23 lines
591 B
Plaintext

$NetBSD: patch-aa,v 1.2 2004/11/29 02:19:20 tv Exp $
--- Makefile.PL.orig 2004-06-23 17:53:43.000000000 -0400
+++ Makefile.PL
@@ -1,6 +1,8 @@
use 5.006;
use ExtUtils::MakeMaker;
+open(STDIN, '</dev/null');
+
# Thanks to YAML
my @programs = ();
for (split "\n", <<'QUERIES') {
@@ -27,7 +29,7 @@ WriteMakefile(
'Fcntl' => 0,
'Carp' => 0,
'Exporter' => 0,
- 'Getopt::Long' => 2.30,
+ 'Getopt::Long' => 0,
}, # e.g., Module::Name => 1.1
ABSTRACT_FROM => 'lib/Mail/SRS.pm', # retrieve abstract from module
AUTHOR => 'Shevek <cpan@anarres.org>',