File Coverage

blib/lib/Acme/MetaSyntactic/sins.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Acme::MetaSyntactic::sins;
2 1     1   118443 use strict;
  1         4  
  1         55  
3 1     1   13 use Acme::MetaSyntactic::Locale;
  1         8  
  1         108  
4             our @ISA = qw( Acme::MetaSyntactic::Locale );
5             our $VERSION = '1.000';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::sins - The seven deadly sins
12              
13             =head1 DESCRIPTION
14              
15             The seven deadly sins, in several languages.
16              
17             Note that the English I is listed as I in Dutch, but that
18             actually means I.
19              
20             =head1 SOURCES
21              
22             =over 4
23              
24             =item *
25              
26             English: L.
27              
28             =item
29              
30             Dutch: L.
31              
32             =item *
33              
34             French: L.
35              
36             =back
37              
38             =head1 CONTRIBUTORS
39              
40             Abigail, Philippe Bruhat (BooK).
41              
42             =head1 CHANGES
43              
44             =over 4
45              
46             =item *
47              
48             2012-05-07 - v1.000
49              
50             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
51              
52             =item *
53              
54             2006-08-14
55              
56             Introduced in Acme-MetaSyntactic version 0.87,
57             with the addition of the French list.
58              
59             =item *
60              
61             2005-10-24
62              
63             Submitted by Abigail, with English and Dutch lists of the sins.
64              
65             =back
66              
67             =head1 SEE ALSO
68              
69             L, L.
70              
71             =cut
72              
73             __DATA__