]> git.vpit.fr Git - perl/modules/Task-Devel-Cover-Recommended.git/blob - lib/Task/Devel/Cover/Recommended.pm
Improve POD formatting
[perl/modules/Task-Devel-Cover-Recommended.git] / lib / Task / Devel / Cover / Recommended.pm
1 package Task::Devel::Cover::Recommended;
2
3 use strict;
4 use warnings;
5
6 =head1 NAME
7
8 Task::Devel::Cover::Recommended - Install Devel::Cover and its recommended dependencies.
9
10 =head1 VERSION
11
12 Version v0.930.1
13
14 =cut
15
16 our $VERSION = 'v0.930.1';
17
18 =head1 SYNOPSIS
19
20     $ cpan Task::Devel::Cover::Recommended
21     $ cpanp -i Task::Devel::Cover::Recommended
22     $ cpanm Task::Devel::Cover::Recommended
23
24 =head1 DESCRIPTION
25
26 This task module lets you easily install L<Devel::Cover> 0.93 and all its recommended dependencies.
27
28 =head1 DEPENDENCIES
29
30 =head2 Configure-time dependencies
31
32 =over 4
33
34 =item *
35
36 L<ExtUtils::MakeMaker>
37
38 =back
39
40 =head2 Build-time and test-time dependencies
41
42 =over 4
43
44 =item *
45
46 L<ExtUtils::MakeMaker>
47
48 =item *
49
50 L<Test::Differences>
51
52 =item *
53
54 L<Test::More>
55
56 =item *
57
58 L<Test::Warn>
59
60 =back
61
62 =head2 Run-time dependencies
63
64 =over 4
65
66 =item *
67
68 L<Devel::Cover> 0.93
69
70 =item *
71
72 C<perl> 5.008002
73
74 =item *
75
76 L<Browser::Open>
77
78 =item *
79
80 L<Digest::MD5>
81
82 =item *
83
84 L<JSON::PP>
85
86 =item *
87
88 L<PPI::HTML> 1.07
89
90 Devel::Cover lets you optionally pick between L<PPI::HTML> and L<Perl::Tidy>, but it will only use the former if both are installed.
91
92 =item *
93
94 L<Parallel::Iterator>
95
96 =item *
97
98 L<Pod::Coverage> 0.06
99
100 =item *
101
102 L<Pod::Coverage::CountParents>
103
104 =item *
105
106 L<Storable>
107
108 =item *
109
110 L<Template> 2.00
111
112 =back
113
114 =head1 AUTHOR
115
116 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.
117
118 You can contact me by mail or on C<irc.perl.org> (vincent).
119
120 =head1 BUGS
121
122 Please report any bugs or feature requests to C<bug-task-devel-cover-recommended at rt.cpan.org>, or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-Devel-Cover-Recommended>.
123 I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
124
125 =head1 SUPPORT
126
127 You can find documentation for this module with the perldoc command.
128
129     perldoc Task::Devel::Cover::Recommended
130
131 =head1 COPYRIGHT & LICENSE
132
133 Copyright 2012 Vincent Pit, all rights reserved.
134
135 This program is free software; you can redistribute it and/or modify it
136 under the same terms as Perl itself.
137
138 =cut
139
140 1; # End of Task::Devel::Cover::Recommended