source: main/trunk/greenstone2/perllib/cpan/Bundle/LWP.pm@ 27181

Last change on this file since 27181 was 27181, checked in by davidb, 11 years ago

Latest libwww-perl (v6x) isn't as self-sufficeint as earlier (v5.x) in terms of supporting Perl modules. Dropping back to to this earlier version so activate.pl runs smoothly when system-installed Perl on Unix system does not have the LWP and related modules installed

File size: 882 bytes
Line 
1package Bundle::LWP;
2
3$VERSION = "5.835";
4
51;
6
7__END__
8
9=head1 NAME
10
11Bundle::LWP - install all libwww-perl related modules
12
13=head1 SYNOPSIS
14
15 perl -MCPAN -e 'install Bundle::LWP'
16
17=head1 CONTENTS
18
19MIME::Base64 - Used in authentication headers
20
21Digest::MD5 - Needed to do Digest authentication
22
23URI 1.10 - There are URIs everywhere
24
25Net::FTP 2.58 - If you want ftp://-support
26
27HTML::Tagset - Needed by HTML::Parser
28
29HTML::Parser - Needed by HTML::HeadParser
30
31HTML::HeadParser - To get the correct $res->base
32
33LWP - The reason why you need the modules above
34
35=head1 DESCRIPTION
36
37This bundle defines all prerequisite modules for libwww-perl. Bundles
38have special meaning for the CPAN module. When you install the bundle
39module all modules mentioned in L</CONTENTS> will be installed
40instead.
41
42=head1 SEE ALSO
43
44L<CPAN/Bundles>
Note: See TracBrowser for help on using the repository browser.