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