Subject: | Minor documentation enhancement. |
Hello!
First, thank you for LWP!
LWP::UserAgent->credentials(...) could use some extra documentation, as
it is not clear what $netloc is. Would you add the following lines to
the credentials documentation in LWP::UserAgent?
Thank you!
-daniel
$ua->credentials( $netloc, $realm, $uname, $pass )
Set the user name and password to be used for a realm. It is often
more useful to specialize the get_basic_credentials() method instead.
$browser->credentials(
'reports.mybazouki.com:80',
'web_server_usage_reports',
'plinky' => 'banjo123'
);
Source: http://www.easyya.org/lwp/LWP_Credentials.html