$NetBSD$

--- 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>',
