diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-16 01:18:10 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-20 12:32:34 -0500 |
commit | 93ba4df5022a8c4d422dd97a2a13ffa8a8946453 (patch) | |
tree | ea69c40d48150458e051a851cdf77e722c9118e2 /perl/libwww-perl/README | |
parent | 6a511b1c665a1f7efecadaa3447af889b1dcba58 (diff) |
perl/*: Moved all of the Perl modules to here
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/libwww-perl/README')
-rw-r--r-- | perl/libwww-perl/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/perl/libwww-perl/README b/perl/libwww-perl/README new file mode 100644 index 000000000000..b61fa2c2226e --- /dev/null +++ b/perl/libwww-perl/README @@ -0,0 +1,24 @@ +libwww-perl - WWW client/server library for perl + +This is a set of Perl modules which provides a simple and consistent +application programming interface to the World-Wide Web. The main focus of +the library is to provide classes and functions that allow you to write +WWW clients. The library also contain modules that are of more general +use and even classes that help you implement simple HTTP servers. + +It includes the following perl modules: Bundle::LWP, File::Listing, +HTML::Form, HTTP::Cookies, HTTP::Cookies::Microsoft, HTTP::Cookies::Netscape, +HTTP::Daemon, HTTP::Date, HTTP::Headers, HTTP::Headers::Auth, +HTTP::Headers::ETag, HTTP::Headers::Util, HTTP::Message, HTTP::Negotiate, +HTTP::Request, HTTP::Request::Common, HTTP::Response, HTTP::Status, LWP, +LWP::Authen::Basic, LWP::Authen::Digest, LWP::Authen::Ntlm, LWP::ConnCache, +LWP::Debug, LWP::DebugFile, LWP::MediaTypes, LWP::MemberMixin, LWP::Protocol, +LWP::Protocol::GHTTP, LWP::Protocol::cpan, LWP::Protocol::data, +LWP::Protocol::file, LWP::Protocol::ftp, LWP::Protocol::gopher, +LWP::Protocol::http, LWP::Protocol::http10, LWP::Protocol::https, +LWP::Protocol::https10, LWP::Protocol::loopback, LWP::Protocol::mailto, +LWP::Protocol::nntp, LWP::Protocol::nogo, LWP::RobotUA, LWP::Simple, +LWP::UserAgent, Net::HTTP, Net::HTTP::Methods, Net::HTTP::NB, Net::HTTPS, +WWW::RobotRules, WWW::RobotRules::AnyDBM_File. + +This requires perl-html-parser and perl-html-tagset. |