On Fri, Oct 10, 2014 at 4:59 PM, bulk88 <bulk88@hotmail.com> wrote: > After syncing my local blead which was 1-3 days stale) with remote, the > WinCE build is now asking me > Should I do external tests? > These tests will fail if there is no internet connection or if a firewall > blocks or modifies some traffic. > [y/N] [n] Same thing happens on OS X. Looks like the libnet update was pushed without a test run. I'm now testing the following, which I hope will take care of it: $ git diff diff --git a/cpan/libnet/Makefile.PL b/cpan/libnet/Makefile.PL index 30bbd73..1de5b07 100644 --- a/cpan/libnet/Makefile.PL +++ b/cpan/libnet/Makefile.PL @@ -243,7 +243,8 @@ sub MY::post_initialize { sub running_under_cpan() { return $ENV{PERL5_CPAN_IS_RUNNING} || # cpan $ENV{PERL5_CPANPLUS_IS_RUNNING} || # cpanp - $ENV{PERL5_CPANM_IS_RUNNING}; # cpanm + $ENV{PERL5_CPANM_IS_RUNNING} || # cpanm + $ENV{PERL_CORE}; # part of core build } #===============================================================================Thread Previous | Thread Next