In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/635c61269cc04179494de99f235b95556c05902d?hp=38ab64ac881571a458ca1766a1b81fdec687b76b>

- Log -----------------------------------------------------------------
commit 635c61269cc04179494de99f235b95556c05902d
Author: Tony Cook <[email protected]>
Date:   Fri Aug 3 23:33:10 2012 +1000

    Pod-Functions requires that Pod-Escapes be built to build
    
    Discovered doing a parallel build on OpenBSD, reproducible elsewhere
    with:
    
      ./Configure ... && make ext/Pod-Functions/pm_to_blib
    
    While Pod-Escapes is a dependency of Pod-Simple, the Pod-Simple build
    process doesn't require that Pod-Escapes already be built, while the
    Pod-Functions build process does.
-----------------------------------------------------------------------

Summary of changes:
 Makefile.SH |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.SH b/Makefile.SH
index 8b432b6..13eaafc 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -178,7 +178,7 @@ done
 dynamic_list=' '
 dynamic_ext_re="lib/auto/re/re.$dlext"
 extra_dep='
-ext/Pod-Functions/pm_to_blib: cpan/Pod-Simple/pm_to_blib pod/perlfunc.pod
+ext/Pod-Functions/pm_to_blib: cpan/Pod-Simple/pm_to_blib 
cpan/Pod-Escapes/pm_to_blib pod/perlfunc.pod
 '
 for f in $dynamic_ext; do
     : the dependency named here will never exist

--
Perl5 Master Repository

Reply via email to