develooper Front page | perl.perl5.porters | Postings from October 2014

Re: building blead now gives me a blocking prompt from "libnet"

Thread Previous | Thread Next
From:
Craig A. Berry
Date:
October 10, 2014 22:58
Subject:
Re: building blead now gives me a blocking prompt from "libnet"
Message ID:
CA+vYcVwPb5+-p6XH-rv=imk2ryfB0f=L9HmUaBW2jj=f9Q9LeQ@mail.gmail.com
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About