In perl.git, the branch smoke-me/jkeenan/129229-cwd-dependency has been created

<http://perl5.git.perl.org/perl.git/commitdiff/4262dc146ba2029551311df1802c8d6b9c3c0ab8?hp=0000000000000000000000000000000000000000>

        at  4262dc146ba2029551311df1802c8d6b9c3c0ab8 (commit)

- Log -----------------------------------------------------------------
commit 4262dc146ba2029551311df1802c8d6b9c3c0ab8
Author: Tom Hukins <t...@eborcom.com>
Date:   Thu Sep 8 16:01:36 2016 +0000

    Fix parallel building
    
    Commit 3dfcef7e97bf1b516f added a dependency on Porting/pod_lib.pl to
    Porting/manisort.  Porting/pod_lib.pl depends on File::Find which in
    turn depends on Cwd.
    
    Stating Cwd as a requirement ensures the $(MANIFEST_SRT) target builds
    successfully with "make -jX" where X > 1.  Without this fix, I see this
    target fail every time because perl can't load Cwd.
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to