| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::dune; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
24049
|
use strict; |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
38
|
|
|
4
|
1
|
|
|
1
|
|
6
|
use warnings; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
47
|
|
|
5
|
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our $VERSION = '0.02'; |
|
7
|
|
|
|
|
|
|
|
|
8
|
1
|
|
|
1
|
|
1022
|
use Acme::MetaSyntactic::MultiList; |
|
|
1
|
|
|
|
|
8282
|
|
|
|
1
|
|
|
|
|
30
|
|
|
9
|
|
|
|
|
|
|
|
|
10
|
1
|
|
|
1
|
|
948
|
use parent 'Acme::MetaSyntactic::MultiList'; |
|
|
1
|
|
|
|
|
337
|
|
|
|
1
|
|
|
|
|
7
|
|
|
11
|
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
__PACKAGE__->init(); |
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=head1 NAME |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
Acme::MetaSyntactic::dune - For he is the Kwisatz Haderach! |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head1 SYNOPSIS |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
meta dune |
|
21
|
|
|
|
|
|
|
meta --category individuals dune |
|
22
|
|
|
|
|
|
|
meta --category individuals/fish_speakers dune |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
This C<< Acme::MetaSyntactic >> theme contains codenames related to the Dune series. |
|
27
|
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
There are several subcategories; see below for a full list. The default is |
|
29
|
|
|
|
|
|
|
C<:all>. Codenames can appear in more than one. |
|
30
|
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 THEMES AND SUBTHEMES |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=over 2 |
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=item bene_gesserit |
|
36
|
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=item creatures |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=item events |
|
40
|
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=item fremen_culture |
|
42
|
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=item houses |
|
44
|
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
=item individuals/caladanians |
|
46
|
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
=item individuals/cogitors |
|
48
|
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
=item individuals/counts |
|
50
|
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
=item individuals/countesses |
|
52
|
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
=item individuals/females |
|
54
|
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
=item individuals/fish_speakers |
|
56
|
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
=item individuals/fremen |
|
58
|
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
=item individuals/ixians |
|
60
|
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
=item individuals/league_of_nobles_members |
|
62
|
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
=item individuals/males |
|
64
|
|
|
|
|
|
|
|
|
65
|
|
|
|
|
|
|
=item individuals/new_sisterhood |
|
66
|
|
|
|
|
|
|
|
|
67
|
|
|
|
|
|
|
=item individuals/sorceresses_of_rossak |
|
68
|
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
=item individuals/swordmasters |
|
70
|
|
|
|
|
|
|
|
|
71
|
|
|
|
|
|
|
=item individuals/mentats |
|
72
|
|
|
|
|
|
|
|
|
73
|
|
|
|
|
|
|
=item individuals/religious_figures |
|
74
|
|
|
|
|
|
|
|
|
75
|
|
|
|
|
|
|
=item individuals/scientists |
|
76
|
|
|
|
|
|
|
|
|
77
|
|
|
|
|
|
|
=item individuals/slaves |
|
78
|
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
=item individuals/titans |
|
80
|
|
|
|
|
|
|
|
|
81
|
|
|
|
|
|
|
=item individuals/zenshiites |
|
82
|
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
=item individuals/zensunnis |
|
84
|
|
|
|
|
|
|
|
|
85
|
|
|
|
|
|
|
=item organizations |
|
86
|
|
|
|
|
|
|
|
|
87
|
|
|
|
|
|
|
=item places/arrakis_locations |
|
88
|
|
|
|
|
|
|
|
|
89
|
|
|
|
|
|
|
=item places/cities |
|
90
|
|
|
|
|
|
|
|
|
91
|
|
|
|
|
|
|
=item places/planets |
|
92
|
|
|
|
|
|
|
|
|
93
|
|
|
|
|
|
|
=item technology/devices |
|
94
|
|
|
|
|
|
|
|
|
95
|
|
|
|
|
|
|
=item technology/general |
|
96
|
|
|
|
|
|
|
|
|
97
|
|
|
|
|
|
|
=item technology/holtzman_technology |
|
98
|
|
|
|
|
|
|
|
|
99
|
|
|
|
|
|
|
=item technology/starship |
|
100
|
|
|
|
|
|
|
|
|
101
|
|
|
|
|
|
|
=item technology/thinking_machines |
|
102
|
|
|
|
|
|
|
|
|
103
|
|
|
|
|
|
|
=item technology/vehicles |
|
104
|
|
|
|
|
|
|
|
|
105
|
|
|
|
|
|
|
=item technology/weapons |
|
106
|
|
|
|
|
|
|
|
|
107
|
|
|
|
|
|
|
=back |
|
108
|
|
|
|
|
|
|
|
|
109
|
|
|
|
|
|
|
=head1 SOURCES |
|
110
|
|
|
|
|
|
|
|
|
111
|
|
|
|
|
|
|
The Dune wiki, L |
|
112
|
|
|
|
|
|
|
|
|
113
|
|
|
|
|
|
|
=head1 SEE ALSO |
|
114
|
|
|
|
|
|
|
|
|
115
|
|
|
|
|
|
|
L, L |
|
116
|
|
|
|
|
|
|
|
|
117
|
|
|
|
|
|
|
=head1 AUTHOR |
|
118
|
|
|
|
|
|
|
|
|
119
|
|
|
|
|
|
|
Mike Cartmell, C<< >> |
|
120
|
|
|
|
|
|
|
|
|
121
|
|
|
|
|
|
|
=head1 ACKNOWLEDGEMENTS |
|
122
|
|
|
|
|
|
|
|
|
123
|
|
|
|
|
|
|
=over 2 |
|
124
|
|
|
|
|
|
|
|
|
125
|
|
|
|
|
|
|
=item Frank Herbert, for writing Dune. |
|
126
|
|
|
|
|
|
|
|
|
127
|
|
|
|
|
|
|
=item David Lynch, for directing the film. |
|
128
|
|
|
|
|
|
|
|
|
129
|
|
|
|
|
|
|
=item David Buckhurst, for he is the Kwisatz Haderach. |
|
130
|
|
|
|
|
|
|
|
|
131
|
|
|
|
|
|
|
=back |
|
132
|
|
|
|
|
|
|
|
|
133
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
|
134
|
|
|
|
|
|
|
|
|
135
|
|
|
|
|
|
|
Copyright 2013 Mike Cartmell. |
|
136
|
|
|
|
|
|
|
|
|
137
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |
|
138
|
|
|
|
|
|
|
|
|
139
|
|
|
|
|
|
|
=cut |
|
140
|
|
|
|
|
|
|
|
|
141
|
|
|
|
|
|
|
1; |
|
142
|
|
|
|
|
|
|
|
|
143
|
|
|
|
|
|
|
__DATA__ |