Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize CPAN distribution.

Report information
The Basics
Id: 101720
Status: resolved
Priority: 0/
Queue: WWW-Mechanize

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: tests should skip using the network by default
use the variables AUTHOR_TESTING, RELEASE_TESTING or NETWORK_TESTING to run these tests (all variables off by default), or use Test::RequiresInternet as a guard. (some smokers have complained. network tests should always be off by default.)
On 2015-01-24 10:00:40, ETHER wrote: Show quoted text
> use the variables AUTHOR_TESTING, RELEASE_TESTING or NETWORK_TESTING > to run these tests (all variables off by default), or use > Test::RequiresInternet as a guard. > > (some smokers have complained. network tests should always be off by > default.)
For me on OSX, it's pretty obvious that this is happening because I get a modal dialog box asking if I want to allow "perl" to accept incoming network connections. (This is also configurable in the "Security" System Preference pane, in the "Firewall" tab.)
On Tue Jun 02 22:54:02 2015, ETHER wrote: Show quoted text
> On 2015-01-24 10:00:40, ETHER wrote:
> > use the variables AUTHOR_TESTING, RELEASE_TESTING or NETWORK_TESTING > > to run these tests (all variables off by default), or use > > Test::RequiresInternet as a guard. > > > > (some smokers have complained. network tests should always be off by > > default.)
> > > For me on OSX, it's pretty obvious that this is happening because I > get a modal dialog box asking if I want to allow "perl" to accept > incoming network connections. (This is also configurable in the > "Security" System Preference pane, in the "Firewall" tab.)
Live tests now use Test::RequiresInternet