diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-08-13 18:41:27 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-08-13 18:41:27 +0000 |
| commit | bcbf441e09fb502cf64924ff2530fa144bdf52c5 (patch) | |
| tree | f377707a2dac078db8cd0c7d7abfe69ac1006d71 /lib/Bundle | |
| download | xxv-bcbf441e09fb502cf64924ff2530fa144bdf52c5.tar.gz xxv-bcbf441e09fb502cf64924ff2530fa144bdf52c5.tar.bz2 | |
* Move files to trunk
Diffstat (limited to 'lib/Bundle')
| -rw-r--r-- | lib/Bundle/Xxv.pm | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/lib/Bundle/Xxv.pm b/lib/Bundle/Xxv.pm new file mode 100644 index 0000000..411e679 --- /dev/null +++ b/lib/Bundle/Xxv.pm @@ -0,0 +1,81 @@ +package Bundle::Xxv; +use strict; +use warnings; + +$VERSION = '0.04'; + +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 + +Test::Simple - Test package to test varios funktion +DBI - Database package for perl +DBD::mysql - Database driver to connect over DBI +Config::Tiny +Event - the great famos Event libary +MIME::Base64 - Code library to encrypt and decrypt Strings +Time::HiRes - High Resolutin timer +Locale::gettext - Localization in perl +Net::Telnet +URI +URI::file +URI::URL +Compress::Zlib - for compressed output +HTML::Tagset +HTML::Parser +HTML::Form +HTTP::Status +HTTP::Daemon +HTTP::Request +LWP::UserAgent +LWP +WWW::Mechanize - for Robot Module +Data::Random +WWW::Mechanize::FormFiller +GD - GD Image library +Digest::SHA1 +Digest::HMAC_MD5 +Digest::MD5 +Net::IP +Net::DNS +XML::Parser +XML::RSS - create an rss feed +Math::BigInt::FastCalc +Authen::SASL +XML::Stream +Net::XMPP - create an Jabber message +Proc::Killfam - killall for Perl +Proc::ProcessTable +Term::ReadLine::Gnu - Better Support for telnet interface +Template +SOAP::Lite +MP3::Icecast +MP3::Info +CGI +LWP::Simple +Net::Amazon +Net::Amazon::Request::Artist +JSON - Parse and convert to JSON (JavaScript Object Notation) + + +=head1 DESCRIPTION + +This is a bundle of xxv related modules. + +=head1 AUTHOR + +Frank Herrmann E<lt>xpix at xpix dot deE<gt> + +=cut |
