ChangeLog			History of this package
MANIFEST			This file
Makefile.PL			Makefile generator
README				Get you started with this package
TODO				The To-Do list for the library
bin/lwp-download.PL             Writes bin/lwp-download script
bin/lwp-mirror.PL		Writes bin/lwp-mirror script
bin/lwp-request.PL		Writes bin/lwp-request script
bin/lwp-rget.PL			Writes bin/lwp-rget script
lwpcook.pod			Libwww-perl examples
lib/Bundle/LWP.pm               Defines prereq modules
lib/File/CounterFile.pm		Persistent counter class
lib/File/Listing.pm		Parse directory listings
lib/Font/AFM.pm			Parse Adobe Font Metric files
lib/Font/Metrics/Courier.pm	Generated from the AFM file by make_metrics.pl
lib/Font/Metrics/CourierBold.pm	
lib/Font/Metrics/CourierBoldOblique.pm	
lib/Font/Metrics/CourierOblique.pm	
lib/Font/Metrics/Helvetica.pm		
lib/Font/Metrics/HelveticaBold.pm	
lib/Font/Metrics/HelveticaBoldOblique.pm
lib/Font/Metrics/HelveticaOblique.pm	
lib/Font/Metrics/TimesBold.pm		
lib/Font/Metrics/TimesBoldItalic.pm	
lib/Font/Metrics/TimesItalic.pm		
lib/Font/Metrics/TimesRoman.pm		
lib/Font/make_metrics.pl	Writes font metric modules
lib/HTML/AsSubs.pm		Cool interface for constructing HTML
lib/HTML/Element.pm		Class that represents an HTML element
lib/HTML/Entities.pm		Entities encoding/decoding routines
lib/HTML/Filter.pm              Identity filter for HTML text
lib/HTML/FormatPS.pm		Postscript formatter
lib/HTML/FormatText.pm		Text only formatter
lib/HTML/Formatter.pm		Generic formatter base class
lib/HTML/HeadParser.pm		Specialized parser for HTML <HEAD> content
lib/HTML/LinkExtor.pm		Extract links from an HTML document
lib/HTML/Parser.pm		Parse SGML text
lib/HTML/TreeBuilder.pm		Builds a HTML syntax tree
lib/HTML/HTML32.dtd		The SGML DTD
lib/HTML/ISOlat1.sgml           Included by the SGML DTD
lib/HTML/dtd2pm.pl		Writes a perl module
lib/HTML/ent.pl                 Convert entities
lib/HTTP/Cookies.pm             Cookie storage and management
lib/HTTP/Daemon.pm		A simple httpd
lib/HTTP/Date.pm		Date conversion routines
lib/HTTP/Headers.pm		Class encapsulating HTTP Message headers
lib/HTTP/Headers/Util.pm        Some utility functions for header values.
lib/HTTP/Message.pm		Class encapsulating HTTP messages
lib/HTTP/Negotiate.pm		Evaluate HTTP content negotiation algoritm
lib/HTTP/Request.pm		Class encapsulating HTTP Requests
lib/HTTP/Request/Common.pm      Generate common requests
lib/HTTP/Response.pm		Class encapsulating HTTP Responses
lib/HTTP/Status.pm		HTTP Status code processing
lib/LWP.pm			Includes what you need
lib/LWP/Authen/Basic.pm		Basic authentication scheme
lib/LWP/Authen/Digest.pm	Digest authentication scheme
lib/LWP/Debug.pm		Debugging support
lib/LWP/MediaTypes.pm		Library for guessing media types
lib/LWP/MemberMixin.pm		Helps you access %$self
lib/LWP/Protocol.pm		Virtual base class for LWP protocols
lib/LWP/Protocol/data.pm        Access to data URLs
lib/LWP/Protocol/file.pm	Access local files
lib/LWP/Protocol/ftp.pm		Access with the FTP protocol
lib/LWP/Protocol/gopher.pm	Access with the Gopher protocol
lib/LWP/Protocol/http.pm	Access with HTTP protocol
lib/LWP/Protocol/https.pm	Access with HTTP protocol over SSL
lib/LWP/Protocol/mailto.pm	Allows you to POST mail using sendmail
lib/LWP/Protocol/nntp.pm	Handles access to news: and nntp: URLs
lib/LWP/RobotUA.pm		Easy creation of conforming robots
lib/LWP/Simple.pm		Procedural LWP interface
lib/LWP/UserAgent.pm		A WWW UserAgent class
lib/LWP/media.types		Mapping from file extentions media types
lib/URI/Escape.pm		General URI escaping functions
lib/URI/Heuristic.pm            User friendly URLs
lib/URI/URL.pm			Class encapsulating URLs
lib/URI/URL/_generic.pm		Implements generic hierarchical RL (RFC 1808)
lib/URI/URL/_login.pm		Base class for telnet, tn3270 and rlogin
lib/URI/URL/data.pm             Implements data URLs
lib/URI/URL/file.pm		Implements file URLs
lib/URI/URL/finger.pm		Implements finger URLs
lib/URI/URL/ftp.pm		Implements ftp URLs
lib/URI/URL/gopher.pm		Implements gopher URLs
lib/URI/URL/http.pm		Implements http URLs
lib/URI/URL/https.pm		Implements https URLs
lib/URI/URL/mailto.pm		Implements mailto URLs
lib/URI/URL/news.pm		Implements news URLs
lib/URI/URL/nntp.pm		Implements nntp URLs
lib/URI/URL/prospero.pm		Implements prospero URLs
lib/URI/URL/rlogin.pm		Implements rlogin URLs
lib/URI/URL/telnet.pm		Implements telnet URLs
lib/URI/URL/tn3270.pm		Implements tn3270 URLs
lib/URI/URL/wais.pm		Implements wais URLs
lib/URI/URL/webster.pm		Implements webster URLs
lib/URI/URL/whois.pm		Implements whois URLs
lib/WWW/RobotRules.pm		Parse robot.txt files
lib/WWW/RobotRules/AnyDBM_File.pm	Persistent robot rules
t/README			How to run and set up tests
t/TEST				Run tests
t/base/afm.t			Test Font::AFM module
t/base/common-req.t		Test HTTP::Request::Common module
t/base/cookies.t                Test HTTP::Cookies module
t/base/date.t			Test HTTP::Date module
t/base/headers.t		Test HTTP::Headers module
t/base/listing.t		Test File::Listing module
t/base/mediatypes.t		Test LWP::MediaTypes module
t/base/message.t		Test HTTP::Request/HTTP::Response
t/base/negotiate.t		Test HTTP::Negotiation module
t/base/response.t		Test additional HTTP::Response methods
t/base/status.t			Test HTTP::Status module
t/html/entities.t		Test HTML::Entities module
t/html/filter.t			Test HTML::Filter module
t/html/parser.t			Test HTML::Parser module
t/html/parsefile.t              Test parsing from file
t/html/headparser.t             Test HTML::HeadParser module
t/html/linkextractor.t		Test HTML::LinkExtor module
t/html/split.t                  Test incremental parsing
t/local/autoload.t		Test autoloading of LWP::Protocol modules
t/local/get.t			Try to get a local file
t/local/http.t			Test http to local server
t/local/protosub.t              Test with other protocol module
t/net/cgi-bin/moved
t/net/cgi-bin/nph-slowdata
t/net/cgi-bin/slowread
t/net/cgi-bin/test
t/net/cgi-bin/timeout
t/net/config.pl.dist		Suggested configuration for net tests
t/net/http-get.t
t/net/http-post.t
t/net/http-timeout.t
t/net/mirror.t
t/net/moved.t
t/net/proxy.t
t/robot/rules-dbm.t		Test WWW::RobotRules::AnyDBM_File
t/robot/rules.t			Test WWW::RobotRules
t/robot/ua.t			Test LWP::RobotUA
t/uri/base.t			Test URI::URL module
t/uri/rel-base.t		Test URI::URL module some more
t/uri/heuristic.t               Test URI::Heuristic module
