File Coverage

blib/lib/Acme/MetaSyntactic/evangelion.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::evangelion;
2 1     1   87622 use strict;
  1         6  
  1         41  
3 1     1   11 use Acme::MetaSyntactic::MultiList;
  1         7  
  1         81  
4             our @ISA = qw( Acme::MetaSyntactic::MultiList );
5             our $VERSION = '1.001';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding utf-8
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::evangelion - The Neon Genesis Evangelion theme
14              
15             =head1 DESCRIPTION
16              
17             This theme provides the English names of the characters from the
18             Japanese animated series I, and also other
19             terms used in the series. It also contains names from the I
20             of Evangelion> tetralogy and from 新世紀エヴァンゲリオン 碇シンジ育成計画
21             (I).
22              
23             L is a good
24             start to read about about I.
25              
26             =head2 Categories
27              
28             This theme contains the following categories:
29              
30             =over
31              
32             =item * pilots/original
33              
34             names of the Evangelion pilots
35              
36             =item * pilots/Rebuild
37              
38             names of the additional pilots in I
39              
40             =item * staff/nerv/original
41              
42             names of the people working for the Nerv organisation
43              
44             =item * staff/nerv/dead
45              
46             names of the people who worked for the Nerv organisation,
47             but are dead before the beginning of the show
48              
49             =item * staff/nerv/IkuseiKeikaku
50              
51             names of the additional people working for the Nerv organisation
52             in I
53              
54             =item * staff/seele
55              
56             names of the people working for the Seele organisation
57              
58             =item * magi
59              
60             names of the MAGI super-computer
61              
62             =item * evas
63              
64             Japanese names of the Evangelions
65              
66             =item * angels
67              
68             names of the Angels (Shito)
69              
70             =item * students/original
71              
72             names of other students
73              
74             =item * students/IkuseiKeikaku
75              
76             names of other students
77             in I
78              
79             =item * animals
80              
81             names of the animals
82              
83             =item * glossary/common
84              
85             miscellaneous names
86              
87             =item * glossary/Rebuild
88              
89             additionnal names from I
90              
91             =back
92              
93              
94             =head1 CONTRIBUTOR
95              
96             Sébastien Aperghis-Tramoni.
97              
98             =head1 CHANGES
99              
100             =over 4
101              
102             =item *
103              
104             2013-10-14 - v1.001
105              
106             Fixed a typo in Sébastien's last name and now load the proper parent module,
107             in Acme-MetaSyntactic-Themes version 1.037.
108              
109             =item *
110              
111             2012-09-03 - v1.000
112              
113             Published in Acme-MetaSyntactic-Themes version 1.017.
114              
115             Reviewed to fix a few mistakes, and improve the tags.
116             Added names from the I tetralogy and from
117             新世紀エヴァンゲリオン 碇シンジ育成計画 (I
118             Ikari Shinji Ikusei Keikaku>).
119             Documented the categories.
120              
121             =item *
122              
123             2006-01-05
124              
125             Submitted by Sébastien Aperghis-Tramoni (Maddingue).
126              
127             =back
128              
129             =head1 SEE ALSO
130              
131             L, L.
132              
133             =cut
134              
135             __DATA__