File Coverage

blib/lib/Acme/MetaSyntactic/mlpfim.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Acme::MetaSyntactic::mlpfim;
2              
3 1     1   5612 use strict;
  1         2  
  1         26  
4 1     1   5 use warnings;
  1         2  
  1         48  
5              
6             our $VERSION = '0.0.1';
7              
8 1     1   5 use parent 'Acme::MetaSyntactic::List';
  1         1  
  1         9  
9              
10             __PACKAGE__->init();
11              
12             1;
13              
14             =pod
15              
16             =head1 NAME
17              
18             Acme::MetaSyntactic::mlpfim - a meta syntactic variable for everypony!
19              
20             =head1 VERSION
21              
22             version 0.0.1
23              
24             =head1 DESCRIPTION
25              
26             Acme::MetaSyntactic::mlpfim is a L theme which provides
27             names of characters from the I franchise.
28             See L.
29              
30             =head1 COPYRIGHTS AND TRADEMARKS INFORMATION
31              
32             As far as the originators of this CPAN distribution (= Shlomi Fish)
33             is concerned, this distribution may be used under the terms of the MIT/X11
34             licence. However, it contains data that may infringe on the copyrights and
35             trademarks of the owners of the I
36             franchise. Note that all the names were collected from this page in the MLP-FiM
37             Wikia wiki: L .
38              
39             =head1 AUTHOR
40              
41             Shlomi Fish
42              
43             =head1 COPYRIGHT AND LICENSE
44              
45             This software is Copyright (c) 2015 by Shlomi Fish.
46              
47             This is free software, licensed under:
48              
49             The MIT (X11) License
50              
51             =head1 BUGS
52              
53             Please report any bugs or feature requests on the bugtracker website
54             http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-MetaSyntactic-mlpfim or by
55             email to bug-acme-metasyntactic-mlpfim@rt.cpan.org.
56              
57             When submitting a bug or request, please include a test-file or a
58             patch to an existing test-file that illustrates the bug or desired
59             feature.
60              
61             =for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan
62              
63             =head1 SUPPORT
64              
65             =head2 Perldoc
66              
67             You can find documentation for this module with the perldoc command.
68              
69             perldoc Acme::MetaSyntactic::mlpfim
70              
71             =head2 Websites
72              
73             The following websites have more information about this module, and may be of help to you. As always,
74             in addition to those websites please use your favorite search engine to discover more resources.
75              
76             =over 4
77              
78             =item *
79              
80             MetaCPAN
81              
82             A modern, open-source CPAN search engine, useful to view POD in HTML format.
83              
84             L
85              
86             =item *
87              
88             Search CPAN
89              
90             The default CPAN search engine, useful to view POD in HTML format.
91              
92             L
93              
94             =item *
95              
96             RT: CPAN's Bug Tracker
97              
98             The RT ( Request Tracker ) website is the default bug/issue tracking system for CPAN.
99              
100             L
101              
102             =item *
103              
104             AnnoCPAN
105              
106             The AnnoCPAN is a website that allows community annotations of Perl module documentation.
107              
108             L
109              
110             =item *
111              
112             CPAN Ratings
113              
114             The CPAN Ratings is a website that allows community ratings and reviews of Perl modules.
115              
116             L
117              
118             =item *
119              
120             CPAN Forum
121              
122             The CPAN Forum is a web forum for discussing Perl modules.
123              
124             L
125              
126             =item *
127              
128             CPANTS
129              
130             The CPANTS is a website that analyzes the Kwalitee ( code metrics ) of a distribution.
131              
132             L
133              
134             =item *
135              
136             CPAN Testers
137              
138             The CPAN Testers is a network of smokers who run automated tests on uploaded CPAN distributions.
139              
140             L
141              
142             =item *
143              
144             CPAN Testers Matrix
145              
146             The CPAN Testers Matrix is a website that provides a visual overview of the test results for a distribution on various Perls/platforms.
147              
148             L
149              
150             =item *
151              
152             CPAN Testers Dependencies
153              
154             The CPAN Testers Dependencies is a website that shows a chart of the test results of all dependencies for a distribution.
155              
156             L
157              
158             =back
159              
160             =head2 Bugs / Feature Requests
161              
162             Please report any bugs or feature requests by email to C, or through
163             the web interface at L. You will be automatically notified of any
164             progress on the request by the system.
165              
166             =head2 Source Code
167              
168             The code is open to the world, and available for you to hack on. Please feel free to browse it and play
169             with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull
170             from your repository :)
171              
172             L
173              
174             git clone https://github.com/shlomif/perl-Acme-MetaSyntactic-mlpfim.git
175              
176             =cut
177              
178             __DATA__