line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::metro; |
2
|
1
|
|
|
1
|
|
88087
|
use strict; |
|
1
|
|
|
|
|
7
|
|
|
1
|
|
|
|
|
45
|
|
3
|
1
|
|
|
1
|
|
15
|
use Acme::MetaSyntactic::MultiList; |
|
1
|
|
|
|
|
6
|
|
|
1
|
|
|
|
|
115
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::MultiList ); |
5
|
|
|
|
|
|
|
our $VERSION = '1.004'; |
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Acme::MetaSyntactic::metro - The metro theme |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
This theme lists all the active stations of several subway lines. |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head2 List of cities included |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
All themes are divided into lines, according to the local nomenclature, |
20
|
|
|
|
|
|
|
e.g. C. |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
This theme currently includes the stations for the following cities: |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=over 4 |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=item * |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
C: Paris, France, 16 lines. |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=item * |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
C: Lyon, France, 4 lines. |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=item * |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
C: Marseille, France, 2 lines. |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
=item * |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
C: Rennes, France, 1 line. |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=item * |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
C: Lille, France, 2 lines. |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
=item* |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
C: Toulouse, France, 2 lines. |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=item * |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
C: Amsterdam, Netherlands, 5 lines. |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
=item * |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
C: Vienna, Austria, 5 lines. |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
=item * |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
C: Port, Portugal, 4 lines. |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
=item * |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
C: Camden, United States, 1 line. |
65
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
=item * |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
C: Philadelphia, United States, 3 lines. |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
=item * |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
C: Chicago, United States, 8 lines. |
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
=item * |
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
C: Glasgow, United Kingdom, 1 line. |
77
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
=item * |
79
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
C: London, United Kingdom, 11 lines. |
81
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
=item * |
83
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
C: Docklands Light Rail, London, United Kingdom, 6 branches. |
85
|
|
|
|
|
|
|
|
86
|
|
|
|
|
|
|
=item * |
87
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
C: Rotterdam, Netherlands, 2 lines. |
89
|
|
|
|
|
|
|
|
90
|
|
|
|
|
|
|
=item * |
91
|
|
|
|
|
|
|
|
92
|
|
|
|
|
|
|
C: Toronto, Canada, 4 lines. |
93
|
|
|
|
|
|
|
|
94
|
|
|
|
|
|
|
=back |
95
|
|
|
|
|
|
|
|
96
|
|
|
|
|
|
|
According to Abigail, the addition of the London Tube stations to |
97
|
|
|
|
|
|
|
C makes for another milestone: we can now use B |
98
|
|
|
|
|
|
|
to play I. |
99
|
|
|
|
|
|
|
|
100
|
|
|
|
|
|
|
=head1 CONTRIBUTORS |
101
|
|
|
|
|
|
|
|
102
|
|
|
|
|
|
|
Philippe Bruhat (BooK), Abigail, Elliot Shank. |
103
|
|
|
|
|
|
|
|
104
|
|
|
|
|
|
|
=head1 DEDICATION |
105
|
|
|
|
|
|
|
|
106
|
|
|
|
|
|
|
This module is dedicated to the Paris subway, which was opened to the |
107
|
|
|
|
|
|
|
public on July 19, 1900. |
108
|
|
|
|
|
|
|
|
109
|
|
|
|
|
|
|
=head1 CHANGES |
110
|
|
|
|
|
|
|
|
111
|
|
|
|
|
|
|
=over 4 |
112
|
|
|
|
|
|
|
|
113
|
|
|
|
|
|
|
=item * |
114
|
|
|
|
|
|
|
|
115
|
|
|
|
|
|
|
2015-02-02 - v1.004 |
116
|
|
|
|
|
|
|
|
117
|
|
|
|
|
|
|
Updates for the Lyon metro, |
118
|
|
|
|
|
|
|
published in Acme-MetaSyntactic-Themes version 1.045. |
119
|
|
|
|
|
|
|
|
120
|
|
|
|
|
|
|
=item * |
121
|
|
|
|
|
|
|
|
122
|
|
|
|
|
|
|
2014-08-18 - v1.003 |
123
|
|
|
|
|
|
|
|
124
|
|
|
|
|
|
|
Updated by Eric Guirbal with the two metro lines for Toulouse, |
125
|
|
|
|
|
|
|
in Acme-MetaSyntactic-Themes version 1.041. |
126
|
|
|
|
|
|
|
|
127
|
|
|
|
|
|
|
=item * |
128
|
|
|
|
|
|
|
|
129
|
|
|
|
|
|
|
2012-08-06 - v1.002 |
130
|
|
|
|
|
|
|
|
131
|
|
|
|
|
|
|
Updated by Abigail with three metro lines for Philadelphia, the PATCO line |
132
|
|
|
|
|
|
|
between Camden and Philadelphia, the metro line for Glascow, the Docklands |
133
|
|
|
|
|
|
|
Light Rail lines for London, and the removal the East London metro line, |
134
|
|
|
|
|
|
|
in Acme-MetaSyntactic-Themes version 1.013. |
135
|
|
|
|
|
|
|
|
136
|
|
|
|
|
|
|
=item * |
137
|
|
|
|
|
|
|
|
138
|
|
|
|
|
|
|
2012-05-14 - v1.001 |
139
|
|
|
|
|
|
|
|
140
|
|
|
|
|
|
|
Updated with typographical corrections by Abigail |
141
|
|
|
|
|
|
|
in Acme-MetaSyntactic-Themes version 1.001. |
142
|
|
|
|
|
|
|
|
143
|
|
|
|
|
|
|
=item * |
144
|
|
|
|
|
|
|
|
145
|
|
|
|
|
|
|
2012-05-07 - v1.000 |
146
|
|
|
|
|
|
|
|
147
|
|
|
|
|
|
|
Updated for some French metro lines, and |
148
|
|
|
|
|
|
|
received its own version number in Acme-MetaSyntactic-Themes version 1.000. |
149
|
|
|
|
|
|
|
|
150
|
|
|
|
|
|
|
=item * |
151
|
|
|
|
|
|
|
|
152
|
|
|
|
|
|
|
2006-09-11 |
153
|
|
|
|
|
|
|
|
154
|
|
|
|
|
|
|
Updated by Elliot Shank with the Chicago metro and by Abigail with |
155
|
|
|
|
|
|
|
the London Tube, Rotterdam and Toronto metro lines |
156
|
|
|
|
|
|
|
in Acme-MetaSyntactic version 0.91. |
157
|
|
|
|
|
|
|
|
158
|
|
|
|
|
|
|
=item * |
159
|
|
|
|
|
|
|
|
160
|
|
|
|
|
|
|
2006-09-06 |
161
|
|
|
|
|
|
|
|
162
|
|
|
|
|
|
|
Abigail sent the lists of stations for London Tube. Later in the same |
163
|
|
|
|
|
|
|
day, he sent the lists of stations for the Rotterdam and Toronto metro lines. |
164
|
|
|
|
|
|
|
|
165
|
|
|
|
|
|
|
=item * |
166
|
|
|
|
|
|
|
|
167
|
|
|
|
|
|
|
2006-09-04 |
168
|
|
|
|
|
|
|
|
169
|
|
|
|
|
|
|
Elliot Shank sent a patch adding the Chicago metro (RT #21325). |
170
|
|
|
|
|
|
|
|
171
|
|
|
|
|
|
|
=item * |
172
|
|
|
|
|
|
|
|
173
|
|
|
|
|
|
|
2006-08-21 |
174
|
|
|
|
|
|
|
|
175
|
|
|
|
|
|
|
Updated with station names for Lyon, Marseille, Lille, Rennes, Amsterdam, |
176
|
|
|
|
|
|
|
Vienna, Porto, and grouped stations by line |
177
|
|
|
|
|
|
|
in Acme-MetaSyntactic version 0.88. |
178
|
|
|
|
|
|
|
|
179
|
|
|
|
|
|
|
=item * |
180
|
|
|
|
|
|
|
|
181
|
|
|
|
|
|
|
2006-07-17 |
182
|
|
|
|
|
|
|
|
183
|
|
|
|
|
|
|
Introduced in Acme-MetaSyntactic version 0.83. |
184
|
|
|
|
|
|
|
|
185
|
|
|
|
|
|
|
=back |
186
|
|
|
|
|
|
|
|
187
|
|
|
|
|
|
|
=head1 SEE ALSO |
188
|
|
|
|
|
|
|
|
189
|
|
|
|
|
|
|
L, L. |
190
|
|
|
|
|
|
|
|
191
|
|
|
|
|
|
|
=cut |
192
|
|
|
|
|
|
|
|
193
|
|
|
|
|
|
|
__DATA__ |