NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
And it causes fun test failures (Score:1)
Some modules, e.g. URI, try live network testing and assume that perl.com will exist.
It happened to me this morning when I was updating some Bundle or other and it took me a while to figure out why the test was failing. When I finally opened the URL in question in a browser and got a 404 error, it was then pretty clear what the problem was.
Re:And it causes fun test failures (Score:1)
FWIW, LWP::Online does something similar, but uses a collection of 3 or 4 major sites (google, yahoo, microsoft, cnn) to determine "I CAN HAVE INTARWEB?" but it tolerates a couple of them going down...
Reply to This
Parent