]> git.vpit.fr Git - perl/modules/Task-Devel-Cover-Recommended.git/blob - lib/Task/Devel/Cover/Recommended.pm
cf8ce766e43d51a4723224854a4a0521794b1162
[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.0
13
14 =cut
15
16 our $VERSION = 'v0.930.0';
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 L<ExtUtils::MakeMaker>
35
36 =back
37
38 =head2 Build-time and test-time dependencies
39
40 =over 4
41
42 =item L<ExtUtils::MakeMaker>
43
44 =item L<Test::Differences>
45
46 =item L<Test::More>
47
48 =item L<Test::Warn>
49
50 =back
51
52 =head2 Run-time dependencies
53
54 =over 4
55
56 =item L<Devel::Cover> 0.93
57
58 =item C<perl> 5.008002
59
60 =item L<Browser::Open>
61
62 =item L<Digest::MD5>
63
64 =item L<JSON::PP>
65
66 =item L<PPI::HTML> 1.07
67
68 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.
69
70 =item L<Parallel::Iterator>
71
72 =item L<Pod::Coverage> 0.06
73
74 =item L<Pod::Coverage::CountParents>
75
76 =item L<Storable>
77
78 =item L<Template> 2.00
79
80 =back
81
82 =head1 AUTHOR
83
84 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.
85
86 You can contact me by mail or on C<irc.perl.org> (vincent).
87
88 =head1 BUGS
89
90 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>.
91 I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
92
93 =head1 SUPPORT
94
95 You can find documentation for this module with the perldoc command.
96
97     perldoc Task::Devel::Cover::Recommended
98
99 =head1 COPYRIGHT & LICENSE
100
101 Copyright 2012 Vincent Pit, all rights reserved.
102
103 This program is free software; you can redistribute it and/or modify it
104 under the same terms as Perl itself.
105
106 =cut
107
108 1; # End of Task::Devel::Cover::Recommended