]> git.pld-linux.org Git - packages/apache-mod_perl.git/commitdiff
- blah, EU::MM appended .ts to pm_to_blib rule name
authorradek <radek@pld-linux.org>
Sun, 28 Nov 2004 20:56:45 +0000 (20:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_perl-pm_to_blib.patch -> 1.1

apache-mod_perl-pm_to_blib.patch [new file with mode: 0644]

diff --git a/apache-mod_perl-pm_to_blib.patch b/apache-mod_perl-pm_to_blib.patch
new file mode 100644 (file)
index 0000000..13a7d3b
--- /dev/null
@@ -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();
This page took 0.145267 seconds and 4 git commands to generate.