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