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