1Bundle::LWP(3)        User Contributed Perl Documentation       Bundle::LWP(3)
2
3
4

NAME

6       Bundle::LWP - install all libwww-perl related modules
7

SYNOPSIS

9        perl -MCPAN -e 'install Bundle::LWP'
10

CONTENTS

12       MIME::Base64       - Used in authentication headers
13
14       Digest::MD5        - Needed to do Digest authentication
15
16       URI 1.10           - There are URIs everywhere
17
18       Net::FTP 2.58      - If you want ftp://-support
19
20       HTML::Tagset       - Needed by HTML::Parser
21
22       HTML::Parser       - Need by HTML::HeadParser
23
24       HTML::HeadParser   - To get the correct $res->base
25
26       LWP                - The reason why you need the modules above
27

DESCRIPTION

29       This bundle defines all prereq modules for libwww-perl.  Bundles have
30       special meaning for the CPAN module.  When you install the bundle
31       module all modules mentioned in "CONTENTS" will be installed instead.
32

SEE ALSO

34       "Bundles" in CPAN
35
36
37
38perl v5.10.1                      2008-04-11                    Bundle::LWP(3)
Impressum