| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::space_missions; |
|
2
|
1
|
|
|
1
|
|
107164
|
use strict; |
|
|
1
|
|
|
|
|
8
|
|
|
|
1
|
|
|
|
|
46
|
|
|
3
|
1
|
|
|
1
|
|
16
|
use Acme::MetaSyntactic::MultiList; |
|
|
1
|
|
|
|
|
6
|
|
|
|
1
|
|
|
|
|
106
|
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::MultiList ); |
|
5
|
|
|
|
|
|
|
our $VERSION = '1.000'; |
|
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
|
7
|
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
# And the magic true value to end the module |
|
9
|
|
|
|
|
|
|
# is the year of the first manned space mission |
|
10
|
|
|
|
|
|
|
1961; |
|
11
|
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=head1 NAME |
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
Acme::MetaSyntactic::space_missions - The space missions theme |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
This theme lists the names of various space missions flights. |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=over 4 |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=item * |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
C |
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
As from Apollo 9, the command and lunar modules of Project Apollo were |
|
27
|
|
|
|
|
|
|
given radio call signs. This list document them. |
|
28
|
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
Source: I, by Andrew Chaikin. |
|
30
|
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=item * |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
C |
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
This list gives the names of the six Mercury spacecraft, |
|
36
|
|
|
|
|
|
|
plus the name of the flight cancelled when Deke Slayton |
|
37
|
|
|
|
|
|
|
was grounded for health reasons. |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
Source: I, by Tom Wolfe. |
|
40
|
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=item * |
|
42
|
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
C |
|
44
|
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
This list gives the names of the manned spacecraft, |
|
46
|
|
|
|
|
|
|
all nations and all agencies or firms combined. |
|
47
|
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
=item * |
|
49
|
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
C |
|
51
|
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
This list gives the names of launch vehicles type. For vehicles with |
|
53
|
|
|
|
|
|
|
several numbered subtypes, only the main type has been given, without |
|
54
|
|
|
|
|
|
|
the subtype number (which gives one-letter names for Japanese launch |
|
55
|
|
|
|
|
|
|
vehicles). |
|
56
|
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
Source: The list of launch vehicles is taken from the colour |
|
58
|
|
|
|
|
|
|
photos from I, Alfred J. Zaehringer, Apogee |
|
59
|
|
|
|
|
|
|
(ISBN 1-894959-09-4). |
|
60
|
|
|
|
|
|
|
To this book, I have added |
|
61
|
|
|
|
|
|
|
L and |
|
62
|
|
|
|
|
|
|
L. |
|
63
|
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
=item * |
|
65
|
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
C |
|
67
|
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
This list gives the names of the humans who were killed in a |
|
69
|
|
|
|
|
|
|
spacecraft accident. |
|
70
|
|
|
|
|
|
|
|
|
71
|
|
|
|
|
|
|
Source: L |
|
72
|
|
|
|
|
|
|
L. |
|
73
|
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
=back |
|
75
|
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
|
77
|
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
Jean Forget |
|
79
|
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
=head1 CHANGES |
|
81
|
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
=over 4 |
|
83
|
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
=item * |
|
85
|
|
|
|
|
|
|
|
|
86
|
|
|
|
|
|
|
2012-05-07 - v1.000 |
|
87
|
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
Received its own version number in Acme-MetaSyntactic-Themes version 1.000. |
|
89
|
|
|
|
|
|
|
|
|
90
|
|
|
|
|
|
|
=item * |
|
91
|
|
|
|
|
|
|
|
|
92
|
|
|
|
|
|
|
2006-08-21 |
|
93
|
|
|
|
|
|
|
|
|
94
|
|
|
|
|
|
|
Updated with themes C, C and C |
|
95
|
|
|
|
|
|
|
in Acme-MetaSyntactic version 0.88. |
|
96
|
|
|
|
|
|
|
|
|
97
|
|
|
|
|
|
|
=item * |
|
98
|
|
|
|
|
|
|
|
|
99
|
|
|
|
|
|
|
2006-08-07 |
|
100
|
|
|
|
|
|
|
|
|
101
|
|
|
|
|
|
|
Augmented with other space missions and renamed C in |
|
102
|
|
|
|
|
|
|
version 0.86, published on August 7, 2006. |
|
103
|
|
|
|
|
|
|
|
|
104
|
|
|
|
|
|
|
=item * |
|
105
|
|
|
|
|
|
|
|
|
106
|
|
|
|
|
|
|
2006-06-14 - 2006-06-26 |
|
107
|
|
|
|
|
|
|
|
|
108
|
|
|
|
|
|
|
Jean Forget proposed a new C theme. |
|
109
|
|
|
|
|
|
|
I suggested grouping both lists under a single theme |
|
110
|
|
|
|
|
|
|
(C? C?). |
|
111
|
|
|
|
|
|
|
|
|
112
|
|
|
|
|
|
|
Jean selected the name C for the theme, |
|
113
|
|
|
|
|
|
|
as he already had plans for other lists that were not related to the NASA. |
|
114
|
|
|
|
|
|
|
|
|
115
|
|
|
|
|
|
|
=item * |
|
116
|
|
|
|
|
|
|
|
|
117
|
|
|
|
|
|
|
2005-09-26 |
|
118
|
|
|
|
|
|
|
|
|
119
|
|
|
|
|
|
|
Introduced in Acme-MetaSyntactic version 0.41 as theme C. |
|
120
|
|
|
|
|
|
|
|
|
121
|
|
|
|
|
|
|
=item * |
|
122
|
|
|
|
|
|
|
|
|
123
|
|
|
|
|
|
|
2005-09-12 |
|
124
|
|
|
|
|
|
|
|
|
125
|
|
|
|
|
|
|
Jean Forget proposed the list of Apollo command and lunar modules |
|
126
|
|
|
|
|
|
|
radio call signs. |
|
127
|
|
|
|
|
|
|
|
|
128
|
|
|
|
|
|
|
=back |
|
129
|
|
|
|
|
|
|
|
|
130
|
|
|
|
|
|
|
=head1 SEE ALSO |
|
131
|
|
|
|
|
|
|
|
|
132
|
|
|
|
|
|
|
L, L. |
|
133
|
|
|
|
|
|
|
|
|
134
|
|
|
|
|
|
|
=cut |
|
135
|
|
|
|
|
|
|
|
|
136
|
|
|
|
|
|
|
__DATA__ |