]> git.pld-linux.org Git - packages/apache-mod_perl.git/blob - apache-mod_perl-pm_to_blib.patch
- release 4: added -pm_to_blib.patch and BR: MakeMaker >= 6.22
[packages/apache-mod_perl.git] / apache-mod_perl-pm_to_blib.patch
1 --- mod_perl-1.99_17/lib/ModPerl/BuildMM.pm~    2004-09-14 21:30:41.000000000 +0200
2 +++ mod_perl-1.99_17/lib/ModPerl/BuildMM.pm     2004-11-28 21:51:19.000000000 +0100
3 @@ -191,7 +191,7 @@
4      # add the code to glue the existing pods to the .pm files in blib.
5      # create a dependency on pm_to_blib subdirs linkext targets to
6      # allow 'make -j'
7 -    my @target = ('glue_pods: pm_to_blib subdirs linkext');
8 +    my @target = ('glue_pods: pm_to_blib.ts subdirs linkext');
9  
10      if (-d $doc_root) {
11          my $build = build_config();
This page took 0.03915 seconds and 3 git commands to generate.