File Coverage

blib/lib/Acme/MetaSyntactic/quantum.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::quantum;
2 1     1   99839 use strict;
  1         7  
  1         51  
3 1     1   18 use Acme::MetaSyntactic::List;
  1         13  
  1         236  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.001';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding iso-8859-1
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::quantum - The Quantum Mechanics theme
14              
15             =head1 DESCRIPTION
16              
17             This theme provides the English names of the particles from
18             the standard model of quantum mechanics, plus a few composite
19             particles (hadrons and mesons).
20              
21             Trivia: the tau lepton was discovered in 1975 by Martin I and a
22             team of 30 physicists at the Stanford Positron-Electron Asymmetric Ring.
23             (See L)
24              
25             =head1 CONTRIBUTOR
26              
27             Sébastien Aperghis-Tramoni.
28              
29             =head1 CHANGES
30              
31             =over 4
32              
33             =item *
34              
35             2012-05-14 - v1.001
36              
37             Updated with an C<=encoding> pod command
38             in Acme-MetaSyntactic-Themes version 1.001.
39              
40             =item *
41              
42             2012-05-07 - v1.000
43              
44             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
45              
46             =item *
47              
48             2005-05-16
49              
50             Introduced in Acme-MetaSyntactic version 0.22.
51              
52             =item *
53              
54             2005-03-14
55              
56             List proposed by Sébastien Aperghis-Tramoni.
57              
58             =back
59              
60             =head1 SEE ALSO
61              
62             L, L.
63              
64             =cut
65              
66             __DATA__