File Coverage

blib/lib/Acme/MetaSyntactic/dwarves.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::dwarves;
2 1     1   94252 use strict;
  1         10  
  1         42  
3 1     1   8 use Acme::MetaSyntactic::Locale;
  1         3  
  1         128  
4             our @ISA = qw( Acme::MetaSyntactic::Locale );
5             our $VERSION = '1.002';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::dwarves - The seven dwarves theme
12              
13             =head1 DESCRIPTION
14              
15             Snow-White seven dwarves.
16              
17             =head1 CONTRIBUTORS
18              
19             Antoine Hulin, Abigail, Xavier Caron.
20              
21             =head1 CHANGES
22              
23             =over 4
24              
25             =item *
26              
27             2013-12-09 - v1.002
28              
29             Updated to fix a misspelling in Bashful's name (English),
30             in Acme-MetaSyntactic-Themes version 1.038.
31              
32             =item *
33              
34             2012-05-14 - v1.001
35              
36             Updated by Abigail (added Irish Gaelic and Croatian)
37             in Acme-MetaSyntactic-Themes version 1.001.
38              
39             =item *
40              
41             2012-05-07 - v1.000
42              
43             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
44              
45             =item *
46              
47             2006-05-15
48              
49             Updated by Abigail (added Danish, German, Spanish, Finnish, Hungarian,
50             Italian, Norwegian, Portuguese and Swedish) in Acme-MetaSyntactic version 0.74.
51              
52             =item *
53              
54             2005-11-14
55              
56             Introduced in Acme-MetaSyntactic version 0.48.
57              
58             =item *
59              
60             2005-10-28
61              
62             English and French lists proposed by Xavier Caron.
63              
64             I definitely I to include this list! C<:-)>
65              
66             =item *
67              
68             2005-10-23
69              
70             Submitted as a simple list of English names by Abigail.
71              
72             =item *
73              
74             2005-01-30
75              
76             Initial lists (French and English) proposed by Antoine Hulin.
77              
78             =back
79              
80             =head1 SEE ALSO
81              
82             L, L.
83              
84             =cut
85              
86             __DATA__