blob: 5683347a6b52e33686b09be61bc60736800b71c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- 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";
|