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

NAME

__TASK_PKG__ - Install __TARGET_PKG__ and its recommended dependencies.

VERSION

Version __TASK_VERSION__

SYNOPSIS

    $ cpan __TASK_PKG__
    $ cpanp -i __TASK_PKG__
    $ cpanm __TASK_PKG__

DESCRIPTION

This task module lets you easily install __TARGET_PKG__ __TARGET_VERSION__ and all its recommended dependencies.

DEPENDENCIES

Configure-time dependencies

__CONFIGURE_PREREQS_POD__

Build-time and test-time dependencies

__BUILD_PREREQS_POD__

Run-time dependencies

__RUN_PREREQS_POD__

CAVEATS

Note that run-time dependencies that are only recommended by __TARGET_PKG__ may not yet be installed at the time __TARGET_PKG__ is tested, as there is no explicit dependency link between them and in that case most CPAN clients default to install prerequisites in alphabetic order. However, they will be installed when __TASK_PKG__ is, thus will be available when you actually use __TARGET_PKG__.

AUTHOR

Vincent Pit, <perl at profvince.com>, http://www.profvince.com.

You can contact me by mail or on irc.perl.org (vincent).

BUGS

Please report any bugs or feature requests to __BUG_EMAIL__, or through the web interface at __BUG_QUEUE__. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc __TASK_PKG__

COPYRIGHT & LICENSE

Copyright __YEARS__ Vincent Pit, all rights reserved.

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