diff options
-rw-r--r-- | www/p5-Apache-Test/files/500503-Makefile.PL | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-Apache-Test/files/500503-Makefile.PL b/www/p5-Apache-Test/files/500503-Makefile.PL index 167fc44ae3e5..e60b2fb0d1f1 100644 --- a/www/p5-Apache-Test/files/500503-Makefile.PL +++ b/www/p5-Apache-Test/files/500503-Makefile.PL @@ -1,7 +1,7 @@ ---- Makefile.PL.orig Tue Jul 29 19:24:18 2003 -+++ Makefile.PL Tue Jul 29 19:25:42 2003 -@@ -73,6 +73,11 @@ - return $string; +--- Makefile.PL.orig Thu Feb 19 02:40:23 2004 ++++ Makefile.PL Mon Mar 29 17:04:32 2004 +@@ -97,6 +97,11 @@ + $string; } +sub MY::manifypods { @@ -9,6 +9,6 @@ + $self->{MAN3PODS}->{'lib/Apache/TestConfig.pm'}='$(INST_MAN3DIR)/Apache::TestConfig.$(MAN3EXT)'; + $self->SUPER::manifypods(@_); +} - sub add_dep { my($string, $targ, $add) = @_; + $$string =~ s/($targ\s+::)/$1 $add/; |