source: main/trunk/greenstone2/build-src/packages/w3mir/libwww-perl-5.36/MANIFEST

Last change on this file was 720, checked in by davidb, 25 years ago

added w3mir package

  • Property svn:keywords set to Author Date Id Revision
File size: 4.8 KB
Line 
1ChangeLog History of this package
2MANIFEST This file
3Makefile.PL Makefile generator
4README Get you started with this package
5TODO The To-Do list for the library
6bin/lwp-download.PL Writes bin/lwp-download script
7bin/lwp-mirror.PL Writes bin/lwp-mirror script
8bin/lwp-request.PL Writes bin/lwp-request script
9bin/lwp-rget.PL Writes bin/lwp-rget script
10lwpcook.pod Libwww-perl examples
11lib/Bundle/LWP.pm Defines prereq modules
12lib/File/Listing.pm Parse directory listings
13lib/HTTP/Cookies.pm Cookie storage and management
14lib/HTTP/Daemon.pm A simple httpd
15lib/HTTP/Date.pm Date conversion routines
16lib/HTTP/Headers.pm Class encapsulating HTTP Message headers
17lib/HTTP/Headers/Auth.pm Some methods that deal with authorization.
18lib/HTTP/Headers/ETag.pm Some methods that deal with entity tags
19lib/HTTP/Headers/Util.pm Some utility functions for header values.
20lib/HTTP/Message.pm Class encapsulating HTTP messages
21lib/HTTP/Negotiate.pm Evaluate HTTP content negotiation algoritm
22lib/HTTP/Request.pm Class encapsulating HTTP Requests
23lib/HTTP/Request/Common.pm Generate common requests
24lib/HTTP/Response.pm Class encapsulating HTTP Responses
25lib/HTTP/Status.pm HTTP Status code processing
26lib/LWP.pm Includes what you need
27lib/LWP/Authen/Basic.pm Basic authentication scheme
28lib/LWP/Authen/Digest.pm Digest authentication scheme
29lib/LWP/Debug.pm Debugging support
30lib/LWP/MediaTypes.pm Library for guessing media types
31lib/LWP/MemberMixin.pm Helps you access %$self
32lib/LWP/Protocol.pm Virtual base class for LWP protocols
33lib/LWP/Protocol/data.pm Access to data URLs
34lib/LWP/Protocol/file.pm Access local files
35lib/LWP/Protocol/ftp.pm Access with the FTP protocol
36lib/LWP/Protocol/gopher.pm Access with the Gopher protocol
37lib/LWP/Protocol/http.pm Access with HTTP protocol
38lib/LWP/Protocol/https.pm Access with HTTP protocol over SSL
39lib/LWP/Protocol/mailto.pm Allows you to POST mail using sendmail
40lib/LWP/Protocol/nntp.pm Handles access to news: and nntp: URLs
41lib/LWP/RobotUA.pm Easy creation of conforming robots
42lib/LWP/Simple.pm Procedural LWP interface
43lib/LWP/UserAgent.pm A WWW UserAgent class
44lib/LWP/media.types Mapping from file extentions media types
45lib/URI/Escape.pm General URI escaping functions
46lib/URI/Heuristic.pm User friendly URLs
47lib/URI/URL.pm Class encapsulating URLs
48lib/URI/URL/_generic.pm Implements generic hierarchical RL (RFC 1808)
49lib/URI/URL/_login.pm Base class for telnet, tn3270 and rlogin
50lib/URI/URL/data.pm Implements data URLs
51lib/URI/URL/file.pm Implements file URLs
52lib/URI/URL/finger.pm Implements finger URLs
53lib/URI/URL/ftp.pm Implements ftp URLs
54lib/URI/URL/gopher.pm Implements gopher URLs
55lib/URI/URL/http.pm Implements http URLs
56lib/URI/URL/https.pm Implements https URLs
57lib/URI/URL/mailto.pm Implements mailto URLs
58lib/URI/URL/news.pm Implements news URLs
59lib/URI/URL/nntp.pm Implements nntp URLs
60lib/URI/URL/prospero.pm Implements prospero URLs
61lib/URI/URL/rlogin.pm Implements rlogin URLs
62lib/URI/URL/telnet.pm Implements telnet URLs
63lib/URI/URL/tn3270.pm Implements tn3270 URLs
64lib/URI/URL/wais.pm Implements wais URLs
65lib/URI/URL/webster.pm Implements webster URLs
66lib/URI/URL/whois.pm Implements whois URLs
67lib/WWW/RobotRules.pm Parse robot.txt files
68lib/WWW/RobotRules/AnyDBM_File.pm Persistent robot rules
69t/README How to run and set up tests
70t/TEST Run tests
71t/base/common-req.t Test HTTP::Request::Common module
72t/base/cookies.t Test HTTP::Cookies module
73t/base/date.t Test HTTP::Date module
74t/base/headers.t Test HTTP::Headers module
75t/base/headers-auth.t Test HTTP::Headers::Auth module
76t/base/headers-etag.t Test HTTP::Headers::ETag module
77t/base/headers-util.t Test HTTP::Headers::Util module
78t/base/listing.t Test File::Listing module
79t/base/mediatypes.t Test LWP::MediaTypes module
80t/base/message.t Test HTTP::Request/HTTP::Response
81t/base/negotiate.t Test HTTP::Negotiation module
82t/base/response.t Test additional HTTP::Response methods
83t/base/status.t Test HTTP::Status module
84t/local/autoload.t Test autoloading of LWP::Protocol modules
85t/local/get.t Try to get a local file
86t/local/http.t Test http to local server
87t/local/protosub.t Test with other protocol module
88t/net/cgi-bin/moved
89t/net/cgi-bin/nph-slowdata
90t/net/cgi-bin/slowread
91t/net/cgi-bin/test
92t/net/cgi-bin/timeout
93t/net/config.pl.dist Suggested configuration for net tests
94t/net/http-get.t
95t/net/http-post.t
96t/net/http-timeout.t
97t/net/mirror.t
98t/net/moved.t
99t/net/proxy.t
100t/robot/rules-dbm.t Test WWW::RobotRules::AnyDBM_File
101t/robot/rules.t Test WWW::RobotRules
102t/robot/ua.t Test LWP::RobotUA
103t/uri/abs-config.t Test URI::URL configuration variables
104t/uri/base.t Test URI::URL module
105t/uri/rel-base.t Test URI::URL module some more
106t/uri/heuristic.t Test URI::Heuristic module
Note: See TracBrowser for help on using the repository browser.