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

NAME

Task::Devel::Cover::Recommended - Install Devel::Cover and its recommended dependencies.

VERSION

Version v1.290.0

SYNOPSIS

    $ cpan Task::Devel::Cover::Recommended
    $ cpanp -i Task::Devel::Cover::Recommended
    $ cpanm Task::Devel::Cover::Recommended

DESCRIPTION

This task module lets you easily install Devel::Cover 1.29 and all its recommended dependencies.

DEPENDENCIES

Configure-time dependencies

Build-time and test-time dependencies

Run-time dependencies

CAVEATS

Note that run-time dependencies that are only recommended by Devel::Cover may not yet be installed at the time Devel::Cover 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::Devel::Cover::Recommended is, thus will be available when you actually use Devel::Cover.

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-task-devel-cover-recommended at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-Devel-Cover-Recommended. 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::Devel::Cover::Recommended

COPYRIGHT & LICENSE

Copyright 2012,2013,2014,2015,2016,2017 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.