| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::discworld; |
|
2
|
1
|
|
|
1
|
|
81825
|
use strict; |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
37
|
|
|
3
|
1
|
|
|
1
|
|
7
|
use Acme::MetaSyntactic::List; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
80
|
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::List ); |
|
5
|
|
|
|
|
|
|
our $VERSION = '1.002'; |
|
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
|
7
|
|
|
|
|
|
|
'7a'; |
|
8
|
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=encoding utf-8 |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 NAME |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Acme::MetaSyntactic::discworld - The Discworld theme |
|
14
|
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
This theme contains items from Terry Pratchett's Discworld series. |
|
18
|
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 CONTRIBUTORS |
|
20
|
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Martin Vorländer, Jean Forget. |
|
22
|
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 IN MEMORIAM |
|
24
|
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
This theme is dedicated to |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=over 4 |
|
28
|
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=item Josh Kirby (1928-2001) |
|
30
|
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
"I only invented the Discworld. Josh created it." |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
-- Terry Pratchett |
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=item Terry Pratchett (1948-2015) |
|
36
|
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
AT LAST, SIR TERRY, WE MUST WALK TOGETHER. |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
Terry took Death’s arm and followed him through the doors and on to the black desert under the endless night. |
|
40
|
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
The End |
|
42
|
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
@terryandrob on Twitter, 12 March 2015 |
|
44
|
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
=back |
|
46
|
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
=head1 CHANGES |
|
48
|
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
=over 4 |
|
50
|
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
=item * |
|
52
|
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
2015-06-08 - v1.002 |
|
54
|
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
Updated with L after the passing of Sir Terry Pratchett |
|
56
|
|
|
|
|
|
|
on March 12, 2015. Published in Acme-MetaSyntactic-Themes version 1.046. |
|
57
|
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
=item * |
|
59
|
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
2012-05-14 - v1.001 |
|
61
|
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
Updated with an C<=encoding> pod command. |
|
63
|
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
Published in Acme-MetaSyntactic-Themes version 1.001. |
|
65
|
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
=item * |
|
67
|
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
2012-05-07 |
|
69
|
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
Received its own version number in Acme-MetaSyntactic-Themes version 1.000. |
|
71
|
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
=item * |
|
73
|
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
2005-11-07 |
|
75
|
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
Updated by Jean Forget in Acme-MetaSyntactic version 0.47. |
|
77
|
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
=item * |
|
79
|
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
2005-10-03 |
|
81
|
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
Introduced in Acme-MetaSyntactic version 0.42. |
|
83
|
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
=item * |
|
85
|
|
|
|
|
|
|
|
|
86
|
|
|
|
|
|
|
2005-09-02 |
|
87
|
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
Initial list proposed by Martin Vorländer. |
|
89
|
|
|
|
|
|
|
|
|
90
|
|
|
|
|
|
|
=back |
|
91
|
|
|
|
|
|
|
|
|
92
|
|
|
|
|
|
|
=head1 SEE ALSO |
|
93
|
|
|
|
|
|
|
|
|
94
|
|
|
|
|
|
|
L, L. |
|
95
|
|
|
|
|
|
|
|
|
96
|
|
|
|
|
|
|
=cut |
|
97
|
|
|
|
|
|
|
|
|
98
|
|
|
|
|
|
|
__DATA__ |