]> git.vpit.fr Git - perl/modules/Task-Devel-Cover-Recommended.git/blob - README
This is 1.290.0
[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.290.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.29 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   Run-time dependencies
27     *   Devel::Cover 1.29
28
29     *   "perl" 5.008002
30
31     *   B::Debug
32
33     *   Browser::Open
34
35     *   Capture::Tiny
36
37     *   Class::XSAccessor
38
39     *   Digest::MD5
40
41     *   HTML::Entities 3.69
42
43     *   HTML::Parser
44
45     *   JSON::MaybeXS 1.003003
46
47     *   Moo
48
49     *   PPI::HTML 1.07
50
51         Devel::Cover lets you optionally pick between PPI::HTML and
52         Perl::Tidy, but it will only use the former if both are installed.
53
54     *   Parallel::Iterator
55
56     *   Pod::Coverage 0.06
57
58     *   Pod::Coverage::CountParents
59
60     *   Sereal::Decoder
61
62     *   Sereal::Encoder
63
64     *   Storable
65
66     *   Template 2.00
67
68     *   namespace::clean
69
70 CAVEATS
71     Note that run-time dependencies that are only recommended by
72     Devel::Cover may not yet be installed at the time Devel::Cover is
73     tested, as there is no explicit dependency link between them and in that
74     case most CPAN clients default to install prerequisites in alphabetic
75     order. However, they will be installed when
76     Task::Devel::Cover::Recommended is, thus will be available when you
77     actually use Devel::Cover.
78
79 AUTHOR
80     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
81
82     You can contact me by mail or on "irc.perl.org" (vincent).
83
84 BUGS
85     Please report any bugs or feature requests to
86     "bug-task-devel-cover-recommended at rt.cpan.org", or through the web
87     interface at
88     <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-Devel-Cover-Recomme
89     nded>. I will be notified, and then you'll automatically be notified of
90     progress on your bug as I make changes.
91
92 SUPPORT
93     You can find documentation for this module with the perldoc command.
94
95         perldoc Task::Devel::Cover::Recommended
96
97 COPYRIGHT & LICENSE
98     Copyright 2012,2013,2014,2015,2016,2017 Vincent Pit, all rights
99     reserved.
100
101     This program is free software; you can redistribute it and/or modify it
102     under the same terms as Perl itself.
103