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