From b65069e5812c97f229b9f857bbc550510cf2e46e Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Tue, 30 Mar 2004 07:36:25 +0000 Subject: [PATCH] Unbreak build with perl 5.6.x PR: ports/64909 Submitted by: Mark Cornick --- www/p5-Apache-Test/files/500503-Makefile.PL | 10 +++++----- 1 file 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/;