blob: a88144128921f4eb3836cd5f7d63b5c540169ccf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
package Bundle::Xxv;
use strict;
use warnings;
$VERSION = '1.0';
1;
__END__
=head1 NAME
Bundle::Xxv - A bundle to install various xxv related modules
=head1 SYNOPSIS
mkdir -p ~/.cpan/Bundle
cp Bundle/Xxv.pm ~/.cpan/Bundle
perl -MCPAN -e 'install Bundle::Xxv'
=head1 CONTENTS
CGI
Compress::Zlib
Config::Tiny
Data::Dumper
Date::Manip
DBD::mysql
DBI
Digest::MD5
Digest::HMAC_MD5
Event
GD
Getopt::Long
HTML::TextToHTML
HTML::TreeBuilder
JSON
LWP::Simple
LWP::UserAgent
Locale::gettext
MIME::Base64
MP3::Info
Net::Amazon
Net::Amazon::Request::Artist
Net::Telnet
Net::XMPP
SOAP::Lite
SOAP::Transport::HTTP
Template
Time::Local
Time::HiRes
URI::Escape
XML::RSS
XML::Simple
=head1 DESCRIPTION
This is a bundle of xxv related modules.
=head1 AUTHOR
Frank Herrmann E<lt>xpix at xpix dot deE<gt>
=cut
|