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

NAME

POE::Devel::Benchmarker::GetPOEdists - Automatically download all POE tarballs

SYNOPSIS

        apoc@apoc-x300:~$ cd poe-benchmarker
        apoc@apoc-x300:~/poe-benchmarker$ perl -MPOE::Devel::Benchmarker::GetPOEdists -e 'getPOEdists()'

ABSTRACT

This package automatically downloads all the POE tarballs from BACKPAN.

DESCRIPTION

This uses LWP + HTML::LinkExtor to retrieve POE tarballs from BACKPAN.

The tarballs are automatically downloaded to the current directory. Then, we use Archive::Tar to extract them all!

NOTE: we use LWP's useful mirror() sub which doesn't re-download files if they already exist!

getPOEdists

Normally you should pass nothing to this sub. However, if you want to debug the downloads+extractions you should pass a true value as the first argument.

        perl -MPOE::Devel::Benchmarker::GetPOEdists -e 'getPOEdists( 1 )'

EXPORT

Automatically exports the getPOEdists() sub

SEE ALSO

POE::Devel::Benchmarker

AUTHOR

Apocalypse <apocal@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2009 by Apocalypse

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