Subject: | POD spelling mistake |
Hello, there seems to be a small typo in the POD in the example for the
credentials usage:
$ua->credenticals("www.example.com:80", "Some Realm", "foo", "secret");
should read
$ua->credentials("www.example.com:80", "Some Realm", "foo", "secret");
(note the missing'c' in the sub name)
Thank you,
Spiros Denaxas