File Coverage

blib/lib/Task/FreecellSolver/Testing/MultiConfig.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Task::FreecellSolver::Testing::MultiConfig;
2             $Task::FreecellSolver::Testing::MultiConfig::VERSION = '0.0.6';
3 1     1   108728 use warnings;
  1         11  
  1         37  
4 1     1   6 use strict;
  1         2  
  1         35  
5              
6 1     1   31 use 5.012;
  1         3  
7              
8              
9             1;
10              
11             __END__
12              
13             =pod
14              
15             =encoding UTF-8
16              
17             =head1 NAME
18              
19             Task::FreecellSolver::Testing::MultiConfig - install the CPAN dependencies of
20             the Freecell Solver multi-config test suite.
21              
22             =head1 VERSION
23              
24             version 0.0.6
25              
26             =head1 TASK CONTENTS
27              
28             =head2 Freecell Solver deps
29              
30             =head3 L<App::Deps::Verify>
31              
32             =head3 L<App::Docmake>
33              
34             =head3 L<Code::TidyAll::Plugin::ClangFormat>
35              
36             =head3 L<Code::TidyAll::Plugin::ESLint>
37              
38             =head3 L<Code::TidyAll::Plugin::TSLint>
39              
40             =head3 L<Dir::Manifest>
41              
42             =head3 L<Dist::Zilla::Plugin::Test::Kwalitee>
43              
44             =head3 L<Dist::Zilla::Plugin::Test::TidyAll>
45              
46             =head3 L<Dist::Zilla::PluginBundle::SHLOMIF>
47              
48             =head3 L<HTML::Spelling::Site::Whitelist>
49              
50             =head3 L<HTML::Toc>
51              
52             =head3 L<HTML::TocGenerator>
53              
54             =head3 L<Markdent>
55              
56             =head3 L<Math::RNG::Microsoft>
57              
58             =head3 L<Parallel::ForkManager::Segmented>
59              
60             =head3 L<Pod::Coverage::TrustPod>
61              
62             =head3 L<Perl::Critic::Freenode>
63              
64             =head3 L<Pod::Weaver::PluginBundle::SHLOMIF>
65              
66             =head3 L<Pod::Weaver::Section::Support>
67              
68             =head3 L<Task::FreecellSolver::Testing>
69              
70             =head3 L<Test::File::Find::CaseCollide>
71              
72             =head3 L<Test::HTML::Recursive::DeprecatedTags>
73              
74             =head3 L<Test::Perl::Critic::Policy>
75              
76             =head3 L<Test::Pod>
77              
78             =head3 L<Test::Pod::Coverage>
79              
80             =head3 L<Text::WrapAsUtf8>
81              
82             =head1 AUTHOR
83              
84             Shlomi Fish, L<http://www.shlomifish.org/>
85              
86             =for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan
87              
88             =head1 SUPPORT
89              
90             =head2 Websites
91              
92             The following websites have more information about this module, and may be of help to you. As always,
93             in addition to those websites please use your favorite search engine to discover more resources.
94              
95             =over 4
96              
97             =item *
98              
99             MetaCPAN
100              
101             A modern, open-source CPAN search engine, useful to view POD in HTML format.
102              
103             L<https://metacpan.org/release/Task-FreecellSolver-Testing-MultiConfig>
104              
105             =item *
106              
107             RT: CPAN's Bug Tracker
108              
109             The RT ( Request Tracker ) website is the default bug/issue tracking system for CPAN.
110              
111             L<https://rt.cpan.org/Public/Dist/Display.html?Name=Task-FreecellSolver-Testing-MultiConfig>
112              
113             =item *
114              
115             CPANTS
116              
117             The CPANTS is a website that analyzes the Kwalitee ( code metrics ) of a distribution.
118              
119             L<http://cpants.cpanauthors.org/dist/Task-FreecellSolver-Testing-MultiConfig>
120              
121             =item *
122              
123             CPAN Testers
124              
125             The CPAN Testers is a network of smoke testers who run automated tests on uploaded CPAN distributions.
126              
127             L<http://www.cpantesters.org/distro/T/Task-FreecellSolver-Testing-MultiConfig>
128              
129             =item *
130              
131             CPAN Testers Matrix
132              
133             The CPAN Testers Matrix is a website that provides a visual overview of the test results for a distribution on various Perls/platforms.
134              
135             L<http://matrix.cpantesters.org/?dist=Task-FreecellSolver-Testing-MultiConfig>
136              
137             =item *
138              
139             CPAN Testers Dependencies
140              
141             The CPAN Testers Dependencies is a website that shows a chart of the test results of all dependencies for a distribution.
142              
143             L<http://deps.cpantesters.org/?module=Task::FreecellSolver::Testing::MultiConfig>
144              
145             =back
146              
147             =head2 Bugs / Feature Requests
148              
149             Please report any bugs or feature requests by email to C<bug-task-freecellsolver-testing-multiconfig at rt.cpan.org>, or through
150             the web interface at L<https://rt.cpan.org/Public/Bug/Report.html?Queue=Task-FreecellSolver-Testing-MultiConfig>. You will be automatically notified of any
151             progress on the request by the system.
152              
153             =head2 Source Code
154              
155             The code is open to the world, and available for you to hack on. Please feel free to browse it and play
156             with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull
157             from your repository :)
158              
159             L<https://github.com/shlomif/fc-solve>
160              
161             git clone git://github.com/shlomif/fc-solve.git
162              
163             =head1 AUTHOR
164              
165             Shlomi Fish <shlomif@cpan.org>
166              
167             =head1 BUGS
168              
169             Please report any bugs or feature requests on the bugtracker website
170             L<https://github.com/shlomif/fc-solve/issues>
171              
172             When submitting a bug or request, please include a test-file or a
173             patch to an existing test-file that illustrates the bug or desired
174             feature.
175              
176             =head1 COPYRIGHT AND LICENSE
177              
178             This software is Copyright (c) 2018 by Shlomi Fish.
179              
180             This is free software, licensed under:
181              
182             The MIT (X11) License
183              
184             =cut