You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/bioperl-run/files/bioperl-run-Pise-test-patch...

23 lines
722 B

--- Makefile.PL.original 2003-09-28 23:33:16.000000000 -0400
+++ Makefile.PL 2003-09-28 23:33:50.000000000 -0400
@@ -73,19 +73,6 @@
my $DISTNAME = "bioperl-run";
my $VERSION = "1.2.2";
-my $proceed = prompt("Do you want to run the Pise tests (requires a network connection) y/n",'n');
-if( $proceed =~ /^[yY]/) {
- my $address = prompt("Enter your email address (no default)",'');
-
- if (open T,">t/pise-email.test") {
-print T "$address\n";
-close T;
- } else { warn("Cannot open file t/pise-email.test for writing - no Pise tests will be run"); }
-} else {
- if( -e "t/pise-email.test" ) {
-unlink "t/pise-email.test";
- }
-}
#$do_autoload_finesse = 0;
#$NAME = 'Bio';
#$DISTNAME = "GFD";