In perl.git, the branch smoke-me/nicholas/FindExt has been created

<http://perl5.git.perl.org/perl.git/commitdiff/930ac65c0ce5bcbcd588c2bd162defd644ee2c6f?hp=0000000000000000000000000000000000000000>

        at  930ac65c0ce5bcbcd588c2bd162defd644ee2c6f (commit)

- Log -----------------------------------------------------------------
commit 930ac65c0ce5bcbcd588c2bd162defd644ee2c6f
Author: Nicholas Clark <n...@ccl4.org>
Date:   Fri Jun 14 11:28:31 2013 +0200

    Minor refactors to FindExt's test, removing code duplication.
    
    Use a ternary instead of if/unless on the same $^O test.
    Use a loop to call FindExt::scan_ext()
    As FindExt exports nothing, we can require it rather than using it.

M       t/porting/FindExt.t

commit 814ea9677e06a8e2280eea586c5098e59dd2a9b9
Author: Nicholas Clark <n...@ccl4.org>
Date:   Wed Jun 5 21:19:12 2013 +0200

    Thanks to FindExt::apply_config() we're now able to test dynamic extensions.
    
    FindExt::apply_config() mimic's Configure's logic, which means that 
FindExt's
    idea of which extensions should be built is consistent with Configure's.

M       t/porting/FindExt.t

commit 409a555d3df5ceed3f2234522eb3f920251f476d
Author: Nicholas Clark <n...@ccl4.org>
Date:   Thu Jun 6 10:51:39 2013 +0200

    FindExt::apply_config() needs to skip Sys::Syslog on Win32.
    
    Without this, the test expectations on Win32 are inconsistent with what
    actually got built.

M       win32/FindExt.pm

commit e2f848703d41c69fc1f35ceaa3e27a5fa3cd2a51
Author: Nicholas Clark <n...@ccl4.org>
Date:   Wed Jun 5 20:15:12 2013 +0200

    Correct a type in FindExt::apply_config in the "I18N-Langinfo" code.
    
    Commit 557ab4cb986767c7 (Feb 2011) which added this routine had
    $config->{i_nl_langinfo} not $config->{d_nl_langinfo} ('i' should be 'd').
    
    The logic for I18N::Langinfo should now be correct.

M       win32/FindExt.pm
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to