summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/bioperl-run')
-rw-r--r--sci-biology/bioperl-run/files/bioperl-run-Pise-test-patch.diff22
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-biology/bioperl-run/files/bioperl-run-Pise-test-patch.diff b/sci-biology/bioperl-run/files/bioperl-run-Pise-test-patch.diff
deleted file mode 100644
index 5683347a6b52..000000000000
--- a/sci-biology/bioperl-run/files/bioperl-run-Pise-test-patch.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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";