summaryrefslogtreecommitdiff
path: root/lib/Bundle/Xxv.pm
blob: 3a8794ad7d33f4b5ec00b78d890c12d1793ccd7d (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
65
66
67
package Bundle::Xxv;
use strict;
use warnings;

$VERSION = '1.0'.((split(/ /, '$Revision'))[1]);

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
Encode
Event
GD
Getopt::Long
HTML::TextToHTML
HTML::TreeBuilder
JSON
Linux::Inotify2
Locale::gettext
LWP::Simple
LWP::UserAgent
MIME::Base64
MP3::Info
Net::Amazon
Net::Amazon::Request::Artist
Net::XMPP
Proc::Killfam
Proc::ProcessTable 
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