File Coverage

blib/lib/App/Cme.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             #
2             # This file is part of App-Cme
3             #
4             # This software is Copyright (c) 2014-2022 by Dominique Dumont <ddumont@cpan.org>.
5             #
6             # This is free software, licensed under:
7             #
8             # The GNU Lesser General Public License, Version 2.1, February 1999
9             #
10             $App::Cme::VERSION = '1.038';
11             use strict;
12 2     2   147894 use warnings;
  2         3  
  2         49  
13 2     2   9 use 5.10.1;
  2         3  
  2         38  
14 2     2   17  
  2         14  
15             # See App::Cmd for explanations on this file
16              
17             use App::Cmd::Setup -app;
18 2     2   790  
  2         66915  
  2         14  
19             1;
20              
21             # ABSTRACT: Configuration data checker or editor based on Config::Model
22              
23              
24             =pod
25              
26             =encoding UTF-8
27              
28             =head1 NAME
29              
30             App::Cme - Configuration data checker or editor based on Config::Model
31              
32             =head1 VERSION
33              
34             version 1.038
35              
36             =head1 AUTHOR
37              
38             Dominique Dumont
39              
40             =head1 COPYRIGHT AND LICENSE
41              
42             This software is Copyright (c) 2014-2022 by Dominique Dumont <ddumont@cpan.org>.
43              
44             This is free software, licensed under:
45              
46             The GNU Lesser General Public License, Version 2.1, February 1999
47              
48             =for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan
49              
50             =head1 SUPPORT
51              
52             =head2 Websites
53              
54             The following websites have more information about this module, and may be of help to you. As always,
55             in addition to those websites please use your favorite search engine to discover more resources.
56              
57             =over 4
58              
59             =item *
60              
61             CPANTS
62              
63             The CPANTS is a website that analyzes the Kwalitee ( code metrics ) of a distribution.
64              
65             L<http://cpants.cpanauthors.org/dist/App-Cme>
66              
67             =item *
68              
69             CPAN Testers
70              
71             The CPAN Testers is a network of smoke testers who run automated tests on uploaded CPAN distributions.
72              
73             L<http://www.cpantesters.org/distro/A/App-Cme>
74              
75             =item *
76              
77             CPAN Testers Matrix
78              
79             The CPAN Testers Matrix is a website that provides a visual overview of the test results for a distribution on various Perls/platforms.
80              
81             L<http://matrix.cpantesters.org/?dist=App-Cme>
82              
83             =item *
84              
85             CPAN Testers Dependencies
86              
87             The CPAN Testers Dependencies is a website that shows a chart of the test results of all dependencies for a distribution.
88              
89             L<http://deps.cpantesters.org/?module=App::Cme>
90              
91             =back
92              
93             =head2 Bugs / Feature Requests
94              
95             Please report any bugs or feature requests by email to C<ddumont at cpan.org>, or through
96             the web interface at L<https://github.com/dod38fr/cme-perl/issues>. You will be automatically notified of any
97             progress on the request by the system.
98              
99             =head2 Source Code
100              
101             The code is open to the world, and available for you to hack on. Please feel free to browse it and play
102             with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull
103             from your repository :)
104              
105             L<http://github.com/dod38fr/cme-perl>
106              
107             git clone https://github.com/dod38fr/cme-perl.git
108              
109             =cut