Peter Lavender > Padre > Padre::Task::HTTPClient::LWP

Download:
Padre-0.53.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs

Module Version: 0.53   Source  

NAME ^

Padre::Task::HTTPClient::LWP - Generic HTTP client processing task using LWP

SYNOPSIS ^

DESCRIPTION ^

Sending and receiving data via HTTP.

See Padre::Task::HTTPClient for details.

This module uses "require" instead of "use" to load the required modules

        LWP::UserAgent
        HTTP::Request

because it need to be loaded without failing on dependencies which are no global Padre dependencies.

SEE ALSO ^

This class inherits from Padre::Task::HTTPClient.

COPYRIGHT AND LICENSE ^

Copyright 2008-2009 The Padre development team as listed in Padre.pm.

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