File Coverage

blib/lib/Acme/MetaSyntactic/evangelist.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Acme::MetaSyntactic::evangelist;
2              
3 1     1   140584 use strict;
  1         6  
  1         39  
4 1     1   9 use warnings;
  1         3  
  1         54  
5 1     1   7 no warnings 'syntax';
  1         2  
  1         62  
6              
7 1     1   930 use Acme::MetaSyntactic::Locale;
  1         992  
  1         86  
8             our @ISA = qw [Acme::MetaSyntactic::Locale];
9              
10             our $VERSION = '2012053001';
11             __PACKAGE__ -> init ();
12              
13             1;
14              
15             =head1 NAME
16              
17             Acme::MetaSyntactic::evangelist - Gospel authors
18              
19             =head1 DESCRIPTION
20              
21             This C<< Acme::MetaSyntactic >> theme provides the names of the four
22             evangelists, localized in 19 different languages and dialects.
23              
24             This module is part of the set of C<< Acme::MetaSyntactic >> themes
25             found in the C<< Acme::MetaSyntactic::Themes::Abigail >> package.
26              
27             =head1 SEE ALSO
28              
29             L, L.
30              
31             =head1 AUTHOR
32              
33             Abigail, L<< mailto:cpan@abigail.be >>.
34              
35             =head1 COPYRIGHT and LICENSE
36              
37             Copyright (C) 2012 by Abigail.
38              
39             Permission is hereby granted, free of charge, to any person obtaining a
40             copy of this software and associated documentation files (the "Software"),
41             to deal in the Software without restriction, including without limitation
42             the rights to use, copy, modify, merge, publish, distribute, sublicense,
43             and/or sell copies of the Software, and to permit persons to whom the
44             Software is furnished to do so, subject to the following conditions:
45              
46             The above copyright notice and this permission notice shall be included
47             in all copies or substantial portions of the Software.
48              
49             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50             IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
51             FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
52             THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
53             WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
54             OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
55             THE SOFTWARE.
56              
57              
58             =cut
59              
60             __DATA__