line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::lotr; |
2
|
1
|
|
|
1
|
|
84403
|
use strict; |
|
1
|
|
|
|
|
8
|
|
|
1
|
|
|
|
|
39
|
|
3
|
1
|
|
|
1
|
|
8
|
use Acme::MetaSyntactic::MultiList; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
87
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::MultiList ); |
5
|
|
|
|
|
|
|
our $VERSION = '1.000'; |
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Acme::MetaSyntactic::lotr - The Lord of the Rings theme |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Many characters of J. R. R. Tolkien's I bear several |
16
|
|
|
|
|
|
|
names. This theme collects some of the main characters names. |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
The names of Sauron, Gandalf and Aragorn come from Robert Foster's I. |
19
|
|
|
|
|
|
|
Turin's names were found in I. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Jean Forget |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 CHANGES |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=over 4 |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=item * |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
2012-05-07 - v1.000 |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
Received its own version number in Acme-MetaSyntactic-Themes version 1.000. |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=item * |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
2006-06-19 |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
Introduced in Acme-MetaSyntactic version 0.79. |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=item * |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
2005-09-12 |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
Jean Forget provided the names of Turin and Sauron. |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
=item * |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
2005-08-05 |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
Jean Forget provided the idea for the theme, |
52
|
|
|
|
|
|
|
along with the names of Gandalf and Aragorn. |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
=back |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=head1 SEE ALSO |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
L, L. |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
=cut |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
__DATA__ |