File Coverage

blib/lib/Acme/MetaSyntactic/elements.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::elements;
2 1     1   105570 use strict;
  1         4  
  1         35  
3 1     1   7 use Acme::MetaSyntactic::Locale;
  1         6  
  1         83  
4             our @ISA = qw( Acme::MetaSyntactic::Locale );
5             our $VERSION = '1.002';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding iso-8859-1
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::elements - The chemical elements theme
14              
15             =head1 DESCRIPTION
16              
17             This theme provides the names of the chemical elements,
18             as given in the standard periodic table, up to the 118th element.
19              
20             The default list is the list of chemical symbols. The language code
21             for this list is C (an extension to RFC 3066).
22              
23             =head1 CONTRIBUTORS
24              
25             Sébastien Aperghis-Tramoni, Abigail.
26              
27             =head1 CHANGES
28              
29             =over 4
30              
31             =item *
32              
33             2012-06-04 - v1.002
34              
35             Updated with Copernicium, Flerovium, and Livermorium by Abigail
36             in Acme-MetaSyntactic-Themes version 1.004.
37              
38             =item *
39              
40             2012-05-14 - v1.001
41              
42             Updated with an C<=encoding> pod command
43             in Acme-MetaSyntactic-Themes version 1.001.
44              
45             =item *
46              
47             2012-05-07 - v1.000
48              
49             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
50              
51             =item *
52              
53             2005-04-11
54              
55             Introduced in Acme-MetaSyntactic version 0.17.
56              
57             =back
58              
59             =head1 SEE ALSO
60              
61             L, L.
62              
63             =cut
64              
65             __DATA__