diff options
Diffstat (limited to 'biology/p5-bioperl/files/patch-manify')
-rw-r--r-- | biology/p5-bioperl/files/patch-manify | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/biology/p5-bioperl/files/patch-manify b/biology/p5-bioperl/files/patch-manify new file mode 100644 index 000000000000..9609fc951a0c --- /dev/null +++ b/biology/p5-bioperl/files/patch-manify @@ -0,0 +1,29 @@ +--- Makefile.PL.orig Sat Jan 10 00:11:42 2004 ++++ Makefile.PL Sat Jan 10 00:12:15 2004 +@@ -358,16 +358,16 @@ + ); + + +-sub MY::manifypods { +- my $self = shift; +- #print STDERR "In manifypods moment\n"; +- if( 1 ) { +- return "\nmanifypods : pure_all\n\t$self->{NOECHO}\$(NOOP)\n" +- } +- else { +- return $self->SUPER::manifypods(@_); +- } +-} ++#sub MY::manifypods { ++# my $self = shift; ++# #print STDERR "In manifypods moment\n"; ++# if( 1 ) { ++# return "\nmanifypods : pure_all\n\t$self->{NOECHO}\$(NOOP)\n" ++# } ++# else { ++# return $self->SUPER::manifypods(@_); ++# } ++#} + + sub MY::clean { + package MY; |