line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Map::Tube::London::Line::Central; |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
$Map::Tube::London::Line::Central::VERSION = '0.94'; |
4
|
|
|
|
|
|
|
$Map::Tube::London::Line::Central::AUTHORITY = 'cpan:MANWAR'; |
5
|
|
|
|
|
|
|
|
6
|
1
|
|
|
1
|
|
1224
|
use 5.006; |
|
1
|
|
|
|
|
6
|
|
7
|
1
|
|
|
1
|
|
7
|
use strict; use warnings; |
|
1
|
|
|
1
|
|
3
|
|
|
1
|
|
|
|
|
30
|
|
|
1
|
|
|
|
|
7
|
|
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
72
|
|
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Map::Tube::London::Line::Central - London Tube Map: Central Line. |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 VERSION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Version 0.94 |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 DESCRIPTION |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
London Tube Map: Central Line. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
+----------------------+----------------------------------------------------+ |
22
|
|
|
|
|
|
|
| Station Name | Linked To | |
23
|
|
|
|
|
|
|
+----------------------+----------------------------------------------------+ |
24
|
|
|
|
|
|
|
| West Ruislip | Ruislip Gardens | |
25
|
|
|
|
|
|
|
| Ruislip Gardens | West Ruislip, South Ruislip | |
26
|
|
|
|
|
|
|
| South Ruislip | Ruislip Gardens, Northolt | |
27
|
|
|
|
|
|
|
| Northolt | South Ruislip, Greenford | |
28
|
|
|
|
|
|
|
| Greenford | Northolt, Perivale | |
29
|
|
|
|
|
|
|
| Perivale | Greenford, Hanger Lane | |
30
|
|
|
|
|
|
|
| Hanger Lane | Perivale, Ealing Broadway | |
31
|
|
|
|
|
|
|
| Ealing Broadway | Hanger Lane, West Acton | |
32
|
|
|
|
|
|
|
| West Acton | Ealing Broadway, North Acton | |
33
|
|
|
|
|
|
|
| North Acton | West Acton, East Acton | |
34
|
|
|
|
|
|
|
| East Acton | North Acton, White City | |
35
|
|
|
|
|
|
|
| White City | East Acton, Shepherd's Bush | |
36
|
|
|
|
|
|
|
| Shepherd's Bush | White City, Holland Park | |
37
|
|
|
|
|
|
|
| Holland Park | Shepherd's Bush, Notting Hill Gate | |
38
|
|
|
|
|
|
|
| Notting Hill Gate | Holland Park, Queensway | |
39
|
|
|
|
|
|
|
| Queensway | Notting Hill Gate, Lancaster Gate | |
40
|
|
|
|
|
|
|
| Lancaster Gate | Queensway, Marble Arch | |
41
|
|
|
|
|
|
|
| Marble Arch | Lancaster Gate, Bond Street | |
42
|
|
|
|
|
|
|
| Bond Street | Marble Arch, Oxford Circus | |
43
|
|
|
|
|
|
|
| Oxford Circus | Bond Street, Tottenham Court Road | |
44
|
|
|
|
|
|
|
| Tottenham Court Road | Oxford Circus, Holborn | |
45
|
|
|
|
|
|
|
| Holborn | Tottenham Court Road, Chancery Lane | |
46
|
|
|
|
|
|
|
| Chancery Lane | Holborn, St. Paul's | |
47
|
|
|
|
|
|
|
| St. Paul's | Chancery Lane, Bank | |
48
|
|
|
|
|
|
|
| Bank | St. Paul's, Liverpool Street | |
49
|
|
|
|
|
|
|
| Liverpool Street | Bank, Bethnal Green | |
50
|
|
|
|
|
|
|
| Bethnal Green | Liverpool Street, Mile End | |
51
|
|
|
|
|
|
|
| Mile End | Bethnal Green, Stratford | |
52
|
|
|
|
|
|
|
| Stratford | Mile End, Leyton | |
53
|
|
|
|
|
|
|
| Leyton | Stratford, Leytonstone | |
54
|
|
|
|
|
|
|
| Leytonstone | Leyton, Wanstead | |
55
|
|
|
|
|
|
|
| Wanstead | Leytonstone, Redbridge | |
56
|
|
|
|
|
|
|
| Redbridge | Wanstead, Gants Hill | |
57
|
|
|
|
|
|
|
| Gants Hill | Redbridge, Newbury Park | |
58
|
|
|
|
|
|
|
| Newbury Park | Gants Hill, Barkingside | |
59
|
|
|
|
|
|
|
| Barkingside | Newbury Park, Fairlop | |
60
|
|
|
|
|
|
|
| Fairlop | Barkingside, Hainault | |
61
|
|
|
|
|
|
|
| Hainault | Fairlop, Grange Hill | |
62
|
|
|
|
|
|
|
| Grange Hill | Hainault, Chigwell | |
63
|
|
|
|
|
|
|
| Chigwell | Grange Hill, Roding Valley | |
64
|
|
|
|
|
|
|
| Roding Valley | Chigwell, Snaresbrook | |
65
|
|
|
|
|
|
|
| Snaresbrook | Roding Valley, South Woodford | |
66
|
|
|
|
|
|
|
| South Woodford | Snaresbrook, Woodford | |
67
|
|
|
|
|
|
|
| Woodford | South Woodford, Buckhurst Hill | |
68
|
|
|
|
|
|
|
| Buckhurst Hill | Woodford, Loughton | |
69
|
|
|
|
|
|
|
| Loughton | Buckhurst Hill, Debden | |
70
|
|
|
|
|
|
|
| Debden | Loughton, Theydon Bois | |
71
|
|
|
|
|
|
|
| Theydon Bois | Debden, Epping | |
72
|
|
|
|
|
|
|
| Epping | Theydon Bois | |
73
|
|
|
|
|
|
|
+----------------------+----------------------------------------------------+ |
74
|
|
|
|
|
|
|
|
75
|
|
|
|
|
|
|
=head1 NOTE |
76
|
|
|
|
|
|
|
|
77
|
|
|
|
|
|
|
=over 2 |
78
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
=item * The station "Bank" is also part of |
80
|
|
|
|
|
|
|
L |
81
|
|
|
|
|
|
|
| L |
82
|
|
|
|
|
|
|
| L. |
83
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
=item * The station "Oxford Circus" is also part of |
85
|
|
|
|
|
|
|
L |
86
|
|
|
|
|
|
|
| L. |
87
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
=item * The station "Mile End" is also part of |
89
|
|
|
|
|
|
|
L. |
90
|
|
|
|
|
|
|
|
91
|
|
|
|
|
|
|
=item * The station "Notting Hill Gate" is also part of |
92
|
|
|
|
|
|
|
L. |
93
|
|
|
|
|
|
|
|
94
|
|
|
|
|
|
|
=item * The station "Liverpool Street" is also part of |
95
|
|
|
|
|
|
|
L |
96
|
|
|
|
|
|
|
| L |
97
|
|
|
|
|
|
|
| L. |
98
|
|
|
|
|
|
|
|
99
|
|
|
|
|
|
|
=item * The station "Stratford" is also part of |
100
|
|
|
|
|
|
|
L |
101
|
|
|
|
|
|
|
| L |
102
|
|
|
|
|
|
|
| L |
103
|
|
|
|
|
|
|
|
104
|
|
|
|
|
|
|
=back |
105
|
|
|
|
|
|
|
|
106
|
|
|
|
|
|
|
=head1 MAP |
107
|
|
|
|
|
|
|
|
108
|
|
|
|
|
|
|
London Tube Map: L |
109
|
|
|
|
|
|
|
map generated by plugin L. |
110
|
|
|
|
|
|
|
|
111
|
|
|
|
|
|
|
=begin html |
112
|
|
|
|
|
|
|
|
113
|
|
|
|
|
|
|
|
114
|
|
|
|
|
|
|
|
115
|
|
|
|
|
|
|
alt = "London Tube Map: Central Line" |
116
|
|
|
|
|
|
|
width = "500px" |
117
|
|
|
|
|
|
|
height = "500px"/> |
118
|
|
|
|
|
|
|
|
119
|
|
|
|
|
|
|
|
120
|
|
|
|
|
|
|
=end html |
121
|
|
|
|
|
|
|
|
122
|
|
|
|
|
|
|
=head1 AUTHOR |
123
|
|
|
|
|
|
|
|
124
|
|
|
|
|
|
|
Mohammad S Anwar, C<< >> |
125
|
|
|
|
|
|
|
|
126
|
|
|
|
|
|
|
=head1 REPOSITORY |
127
|
|
|
|
|
|
|
|
128
|
|
|
|
|
|
|
L |
129
|
|
|
|
|
|
|
|
130
|
|
|
|
|
|
|
=head1 BUGS |
131
|
|
|
|
|
|
|
|
132
|
|
|
|
|
|
|
Please report any bugs or feature requests to C, |
133
|
|
|
|
|
|
|
or through the web interface at L. |
134
|
|
|
|
|
|
|
I will be notified, and then you'll automatically be notified of progress on your |
135
|
|
|
|
|
|
|
bug as I make changes. |
136
|
|
|
|
|
|
|
|
137
|
|
|
|
|
|
|
=head1 SUPPORT |
138
|
|
|
|
|
|
|
|
139
|
|
|
|
|
|
|
You can find documentation for this module with the perldoc command. |
140
|
|
|
|
|
|
|
|
141
|
|
|
|
|
|
|
perldoc Map::Tube::London::Line::Central |
142
|
|
|
|
|
|
|
|
143
|
|
|
|
|
|
|
You can also look for information at: |
144
|
|
|
|
|
|
|
|
145
|
|
|
|
|
|
|
=over 4 |
146
|
|
|
|
|
|
|
|
147
|
|
|
|
|
|
|
=item * RT: CPAN's request tracker (report bugs here) |
148
|
|
|
|
|
|
|
|
149
|
|
|
|
|
|
|
L |
150
|
|
|
|
|
|
|
|
151
|
|
|
|
|
|
|
=item * AnnoCPAN: Annotated CPAN documentation |
152
|
|
|
|
|
|
|
|
153
|
|
|
|
|
|
|
L |
154
|
|
|
|
|
|
|
|
155
|
|
|
|
|
|
|
=item * CPAN Ratings |
156
|
|
|
|
|
|
|
|
157
|
|
|
|
|
|
|
L |
158
|
|
|
|
|
|
|
|
159
|
|
|
|
|
|
|
=item * Search CPAN |
160
|
|
|
|
|
|
|
|
161
|
|
|
|
|
|
|
L |
162
|
|
|
|
|
|
|
|
163
|
|
|
|
|
|
|
=back |
164
|
|
|
|
|
|
|
|
165
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
166
|
|
|
|
|
|
|
|
167
|
|
|
|
|
|
|
Copyright (C) 2014 - 2016 Mohammad S Anwar. |
168
|
|
|
|
|
|
|
|
169
|
|
|
|
|
|
|
This program is free software; you can redistribute it and / or modify it under |
170
|
|
|
|
|
|
|
the terms of the the Artistic License (2.0). You may obtain a copy of the full |
171
|
|
|
|
|
|
|
license at: |
172
|
|
|
|
|
|
|
|
173
|
|
|
|
|
|
|
L |
174
|
|
|
|
|
|
|
|
175
|
|
|
|
|
|
|
Any use, modification, and distribution of the Standard or Modified Versions is |
176
|
|
|
|
|
|
|
governed by this Artistic License.By using, modifying or distributing the Package, |
177
|
|
|
|
|
|
|
you accept this license. Do not use, modify, or distribute the Package, if you do |
178
|
|
|
|
|
|
|
not accept this license. |
179
|
|
|
|
|
|
|
|
180
|
|
|
|
|
|
|
If your Modified Version has been derived from a Modified Version made by someone |
181
|
|
|
|
|
|
|
other than you,you are nevertheless required to ensure that your Modified Version |
182
|
|
|
|
|
|
|
complies with the requirements of this license. |
183
|
|
|
|
|
|
|
|
184
|
|
|
|
|
|
|
This license does not grant you the right to use any trademark, service mark, |
185
|
|
|
|
|
|
|
tradename, or logo of the Copyright Holder. |
186
|
|
|
|
|
|
|
|
187
|
|
|
|
|
|
|
This license includes the non-exclusive, worldwide, free-of-charge patent license |
188
|
|
|
|
|
|
|
to make, have made, use, offer to sell, sell, import and otherwise transfer the |
189
|
|
|
|
|
|
|
Package with respect to any patent claims licensable by the Copyright Holder that |
190
|
|
|
|
|
|
|
are necessarily infringed by the Package. If you institute patent litigation |
191
|
|
|
|
|
|
|
(including a cross-claim or counterclaim) against any party alleging that the |
192
|
|
|
|
|
|
|
Package constitutes direct or contributory patent infringement,then this Artistic |
193
|
|
|
|
|
|
|
License to you shall terminate on the date that such litigation is filed. |
194
|
|
|
|
|
|
|
|
195
|
|
|
|
|
|
|
Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND |
196
|
|
|
|
|
|
|
CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED |
197
|
|
|
|
|
|
|
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR |
198
|
|
|
|
|
|
|
NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS |
199
|
|
|
|
|
|
|
REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, |
200
|
|
|
|
|
|
|
INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE |
201
|
|
|
|
|
|
|
OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
202
|
|
|
|
|
|
|
|
203
|
|
|
|
|
|
|
=cut |
204
|
|
|
|
|
|
|
|
205
|
|
|
|
|
|
|
1; # End of Map::Tube::London::Line::Central |