]> git.vpit.fr Git - perl/modules/Task-Devel-Cover-Recommended.git/blob - README
abfee0e46baaf4cf93a897088ce3166867302bee
[perl/modules/Task-Devel-Cover-Recommended.git] / README
1 NAME
2     Task::Devel::Cover::Recommended - Install Devel::Cover and its
3     recommended dependencies.
4
5 VERSION
6     Version v1.80.0
7
8 SYNOPSIS
9         $ cpan Task::Devel::Cover::Recommended
10         $ cpanp -i Task::Devel::Cover::Recommended
11         $ cpanm Task::Devel::Cover::Recommended
12
13 DESCRIPTION
14     This task module lets you easily install Devel::Cover 1.08 and all its
15     recommended dependencies.
16
17 DEPENDENCIES
18   Configure-time dependencies
19     *   ExtUtils::MakeMaker
20
21   Build-time and test-time dependencies
22     *   ExtUtils::MakeMaker
23
24     *   Test::More
25
26     *   Test::Warn
27
28   Run-time dependencies
29     *   Devel::Cover 1.08
30
31     *   "perl" 5.008002
32
33     *   Browser::Open
34
35     *   Digest::MD5
36
37     *   JSON::PP
38
39     *   PPI::HTML 1.07
40
41         Devel::Cover lets you optionally pick between PPI::HTML and
42         Perl::Tidy, but it will only use the former if both are installed.
43
44     *   Parallel::Iterator
45
46     *   Pod::Coverage 0.06
47
48     *   Pod::Coverage::CountParents
49
50     *   Storable
51
52     *   Template 2.00
53
54 CAVEATS
55     Note that run-time dependencies that are only recommended by
56     Devel::Cover may not yet be installed at the time Devel::Cover is
57     tested, as there is no explicit dependency link between them and in that
58     case most CPAN clients default to install prerequisites in alphabetic
59     order. However, they will be installed when
60     Task::Devel::Cover::Recommended is, thus will be available when you
61     actually use Devel::Cover.
62
63 AUTHOR
64     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
65
66     You can contact me by mail or on "irc.perl.org" (vincent).
67
68 BUGS
69     Please report any bugs or feature requests to
70     "bug-task-devel-cover-recommended at rt.cpan.org", or through the web
71     interface at
72     <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-Devel-Cover-Recomme
73     nded>. I will be notified, and then you'll automatically be notified of
74     progress on your bug as I make changes.
75
76 SUPPORT
77     You can find documentation for this module with the perldoc command.
78
79         perldoc Task::Devel::Cover::Recommended
80
81 COPYRIGHT & LICENSE
82     Copyright 2012,2013 Vincent Pit, all rights reserved.
83
84     This program is free software; you can redistribute it and/or modify it
85     under the same terms as Perl itself.
86