aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Test
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Apache-Test')
-rw-r--r--www/p5-Apache-Test/files/500503-Makefile.PL15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/p5-Apache-Test/files/500503-Makefile.PL b/www/p5-Apache-Test/files/500503-Makefile.PL
deleted file mode 100644
index 82f6cc139c65..000000000000
--- a/www/p5-Apache-Test/files/500503-Makefile.PL
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.PL.orig Wed Feb 18 23:24:44 2004
-+++ Makefile.PL Tue Jul 20 15:40:48 2004
-@@ -97,6 +97,12 @@
- $string;
- }
-
-+sub MY::manifypods {
-+ package MY; my $self=shift;
-+ $self->{MAN3PODS}->{'lib/Apache/TestConfig.pm'}='$(INST_MAN3DIR)/Apache::TestConfig.$(MAN3EXT)';
-+ $self->{MAN3PODS}->{'lib/Apache/TestConfigData.pm'}='$(INST_MAN3DIR)/Apache::TestConfigData.$(MAN3EXT)';
-+ $self->SUPER::manifypods(@_);
-+}
- sub add_dep {
- my($string, $targ, $add) = @_;
- $$string =~ s/($targ\s+::)/$1 $add/;