The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bundle::POE::All - Installs all the modules in the POE::* namespace

SYNOPSIS

        tar -zxf Bundle-POE-All*.tar.gz
        perl Makefile.PL
        make install

ABSTRACT

        This module installs all modules in the POE::* namespace

DESCRIPTION

This module will use CPANPLUS to retrieve all the modules under the POE::* namespace and install them.

This file, All.pm, is merely a placeholder and will be overwritten with a CONTENTS section when Makefile.PL is run, thanks to the magic of CPANPLUS :)

AUTHOR

Apocalypse <apocal@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2008 by Apocalypse

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.