Subject: | Copy/paste mistakes in docs |
Under the "Test Mode" you need to replace the following:
use LWP::Online ':skip_all'; -> use HTTP::Online ':skip_all';
"...the special ':skip_all' param can be provided when loading LWP::Online." -> "...the special
':skip_all' param can be provided when loading HTTP::Online."
Thanks for the handy module,
Andrew