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