On 2011-12-05 04:54:32, MARKF wrote:
Show quoted text> Hi Jesse,
>
> I'm just bumping this again. By the time you see this I've sent a
> different pull request for you to
> fix the above issue from us on github.
>
> There's now three solutions in play (all with pull requests)
>
> 1. Change the url to google.com (first pull fix)
> 2. Change the url to bestpractical.com (my suggestion)
> 3. Mock the whole thing (probably the best fix, but requires the most
> code changes)
>
> Mark.
I'm also experiencing this issue.
Network tests should always use Test::RequiresInternet, which also allows the user to opt out of tests that use the network by setting NO_NETWORK_TESTING=1 (which that module checks).