Subject: | Tests hand without network connectivity |
Hi,
I tried installing LWP::UserAgent::Mockable on a machine with limited network connectivity and its test suite hung.
This happens because t/10-basic-record.t tries to connect to www.google.com.
Other CPAN modules avoid talking to external systems by default, but support an environment variable to enable such tests. Please consider using a similar approach in LWP::UserAgent::Mockable.
Thank you for your work no this useful module.
Tom