diff options
author | LukenShiro <lukenshiro@ngi.it> | 2011-12-14 22:40:14 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:50 -0200 |
commit | aed75ba0708219f026c8e23903a68146c97d15ee (patch) | |
tree | bb6c10d24429f8615eed26cb7a1ea71588a3cd2d /perl/libwww-perl/README | |
parent | c7a0f155ff647d3d6d6d1561c7fec8e893bb8c15 (diff) | |
download | slackbuilds-aed75ba0708219f026c8e23903a68146c97d15ee.tar.gz |
perl/libwww-perl: Updated for version 6.03.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/libwww-perl/README')
-rw-r--r-- | perl/libwww-perl/README | 30 |
1 files changed, 10 insertions, 20 deletions
diff --git a/perl/libwww-perl/README b/perl/libwww-perl/README index b61fa2c222..92b0886a76 100644 --- a/perl/libwww-perl/README +++ b/perl/libwww-perl/README @@ -1,24 +1,14 @@ 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. +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. +Since version 6, several submodules have been unbundled. Therefore, +this requires perl-html-parser, perl-html-tagset, perl-encode-locale, +perl-uri-escape, perl-http-date, perl-lwp-mediatypes, perl-http-messages, +perl-http-cookies, perl-http-daemon, perl-file-listing, +perl-http-negotiate, perl-net-http, and perl-www-robotrules. |