The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Authentication::Credential::RemoteHTTP::UserAgent - Wrapper for LWP::UserAgent

VERSION

version 0.05

DESCRIPTION

A thin wrapper for LWP::UserAgent to make basic authentication simpler.

METHODS

set_credentials

now takes just a username and password

get_basic_credentials

Returns the set credentials, takes no options.

ACKNOWLEDGEMENTS

Marcus Ramberg <mramberg@cpan.org - original code in Catalyst::Plugin::Authentication::Credential::HTTP::User

INSTALLATION

See perlmodinstall for information and options on installing Perl modules.

BUGS AND LIMITATIONS

You can make new bug reports, and view existing ones, through the web interface at http://rt.cpan.org/Public/Dist/Display.html?Name=Catalyst-Authentication-Credential-RemoteHTTP.

AVAILABILITY

The project homepage is https://metacpan.org/release/Catalyst-Authentication-Credential-RemoteHTTP.

The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a CPAN site near you, or see https://metacpan.org/module/Catalyst::Authentication::Credential::RemoteHTTP/.

AUTHOR

Nigel Metheringham <nigelm@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Nigel Metheringham <nigelm@cpan.org>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.