From 49f2e2092ffd4aac28808a705c235f6b2ba9dc79 Mon Sep 17 00:00:00 2001 From: radek Date: Sun, 28 Nov 2004 20:56:45 +0000 Subject: [PATCH] - blah, EU::MM appended .ts to pm_to_blib rule name Changed files: apache-mod_perl-pm_to_blib.patch -> 1.1 --- apache-mod_perl-pm_to_blib.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apache-mod_perl-pm_to_blib.patch diff --git a/apache-mod_perl-pm_to_blib.patch b/apache-mod_perl-pm_to_blib.patch new file mode 100644 index 0000000..13a7d3b --- /dev/null +++ b/apache-mod_perl-pm_to_blib.patch @@ -0,0 +1,11 @@ +--- mod_perl-1.99_17/lib/ModPerl/BuildMM.pm~ 2004-09-14 21:30:41.000000000 +0200 ++++ mod_perl-1.99_17/lib/ModPerl/BuildMM.pm 2004-11-28 21:51:19.000000000 +0100 +@@ -191,7 +191,7 @@ + # add the code to glue the existing pods to the .pm files in blib. + # create a dependency on pm_to_blib subdirs linkext targets to + # allow 'make -j' +- my @target = ('glue_pods: pm_to_blib subdirs linkext'); ++ my @target = ('glue_pods: pm_to_blib.ts subdirs linkext'); + + if (-d $doc_root) { + my $build = build_config(); -- 2.44.0