line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Map::Tube::London::Line::Northern; |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
$Map::Tube::London::Line::Northern::VERSION = '0.92'; |
4
|
|
|
|
|
|
|
$Map::Tube::London::Line::Northern::AUTHORITY = 'cpan:MANWAR'; |
5
|
|
|
|
|
|
|
|
6
|
1
|
|
|
1
|
|
1148
|
use 5.006; |
|
1
|
|
|
|
|
5
|
|
7
|
1
|
|
|
1
|
|
8
|
use strict; use warnings; |
|
1
|
|
|
1
|
|
3
|
|
|
1
|
|
|
|
|
30
|
|
|
1
|
|
|
|
|
8
|
|
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
86
|
|
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Map::Tube::London::Line::Northern - London Tube Map: Northern Line. |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 VERSION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Version 0.92 |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 DESCRIPTION |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
London Tube Map: Northern Line. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head2 High Barnet Branch |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
24
|
|
|
|
|
|
|
| Station Name | Connected To | |
25
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
26
|
|
|
|
|
|
|
| High Barnet | Totteridge & Whetstone | |
27
|
|
|
|
|
|
|
| Totteridge & Whetstone | High Barnet, Woodside Park | |
28
|
|
|
|
|
|
|
| Woodside Park | Totteridge & Whetstone, West Finchley | |
29
|
|
|
|
|
|
|
| West Finchley | Woodside Park, Mill Hill East | |
30
|
|
|
|
|
|
|
| Mill Hill East | West Finchley, Finchley Central | |
31
|
|
|
|
|
|
|
| Finchley Central | Mill Hill East, East Finchley | |
32
|
|
|
|
|
|
|
| East Finchley | Finchley Central, Highgate | |
33
|
|
|
|
|
|
|
| Highgate | East Finchley, Archway | |
34
|
|
|
|
|
|
|
| Archway | Highgate, Tufnell Park | |
35
|
|
|
|
|
|
|
| Tufnell Park | Archway, Kentish Town | |
36
|
|
|
|
|
|
|
| Kentish Town | Tufnell Park | |
37
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=head2 Edgware Branch |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
42
|
|
|
|
|
|
|
| Station Name | Connected To | |
43
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
44
|
|
|
|
|
|
|
| Edgware | Burnt Oak | |
45
|
|
|
|
|
|
|
| Burnt Oak | Edgware Road, Collindale | |
46
|
|
|
|
|
|
|
| Colindale | Burnt Oak, Hendon Central | |
47
|
|
|
|
|
|
|
| Hendon Central | Collindale, Brent Cross | |
48
|
|
|
|
|
|
|
| Brent Cross | Hendon Central, Golders Green | |
49
|
|
|
|
|
|
|
| Golders Green | Brent Cross, Hamstead | |
50
|
|
|
|
|
|
|
| Hampstead | Golders Green, Belsize Park | |
51
|
|
|
|
|
|
|
| Belsize Park | Hampstead, Chalk Farm | |
52
|
|
|
|
|
|
|
| Chalk Farm | Belsize Park | |
53
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
=head2 Charing Cross Branch |
56
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
58
|
|
|
|
|
|
|
| Station Name | Connected To | |
59
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
60
|
|
|
|
|
|
|
| Mornington Crescent | Euston | |
61
|
|
|
|
|
|
|
| Euston | Mornington Crescent, Warren Street | |
62
|
|
|
|
|
|
|
| Warren Street | Euston, Goodge Street | |
63
|
|
|
|
|
|
|
| Goodge Street | Warren Street, Tottenham Court Road | |
64
|
|
|
|
|
|
|
| Tottenham Court Road | Goodge Street, Leicester Square | |
65
|
|
|
|
|
|
|
| Leicester Square | Tottenham Court Road, Charing Cross | |
66
|
|
|
|
|
|
|
| Charing Cross | Leicester Square, Embankment | |
67
|
|
|
|
|
|
|
| Embankment | Charing Cross, Waterloo | |
68
|
|
|
|
|
|
|
| Waterloo | Embankment | |
69
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
70
|
|
|
|
|
|
|
|
71
|
|
|
|
|
|
|
=head2 Bank Branch |
72
|
|
|
|
|
|
|
|
73
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
74
|
|
|
|
|
|
|
| Station Name | Connected To | |
75
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
76
|
|
|
|
|
|
|
| Euston | King's Cross St. Pancras | |
77
|
|
|
|
|
|
|
| King's Cross St. Pancras | Euston, Angel | |
78
|
|
|
|
|
|
|
| Angel | King's Cross St. Pancras, Old Street | |
79
|
|
|
|
|
|
|
| Old Street | Angel, Moorgate | |
80
|
|
|
|
|
|
|
| Moorgate | Old Street, Bank | |
81
|
|
|
|
|
|
|
| Bank | Moorgate, London Bridge | |
82
|
|
|
|
|
|
|
| London Bridge | Bank, Borough | |
83
|
|
|
|
|
|
|
| Borough | London Bridge, Elephant and Castle | |
84
|
|
|
|
|
|
|
| Elephant and Castle | Borough | |
85
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
86
|
|
|
|
|
|
|
|
87
|
|
|
|
|
|
|
=head2 Morden Branch |
88
|
|
|
|
|
|
|
|
89
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
90
|
|
|
|
|
|
|
| Station Name | Connected To | |
91
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
92
|
|
|
|
|
|
|
| Kennington | Oval | |
93
|
|
|
|
|
|
|
| Oval | Kennington, Stockwell | |
94
|
|
|
|
|
|
|
| Stockwell | Oval, Clapham North | |
95
|
|
|
|
|
|
|
| Clapham North | Stockwell, Clapham Common | |
96
|
|
|
|
|
|
|
| Clapham Common | Clapham North, Clapham South | |
97
|
|
|
|
|
|
|
| Clapham South | Clapham Common, Balham | |
98
|
|
|
|
|
|
|
| Balham | Clapham South, Tooting Bec | |
99
|
|
|
|
|
|
|
| Tooting Bec | Balham, Tooting Broadway | |
100
|
|
|
|
|
|
|
| Tooting Broadway | Tooting Bec, Colliers Wood | |
101
|
|
|
|
|
|
|
| Colliers Wood | Tooting Broadway, South Wimbledon | |
102
|
|
|
|
|
|
|
| South Wimbledon | Colliers Wood, Morden | |
103
|
|
|
|
|
|
|
| Morden | South Wimbledon | |
104
|
|
|
|
|
|
|
+--------------------------+------------------------------------------------+ |
105
|
|
|
|
|
|
|
|
106
|
|
|
|
|
|
|
=head1 NOTE |
107
|
|
|
|
|
|
|
|
108
|
|
|
|
|
|
|
=over 2 |
109
|
|
|
|
|
|
|
|
110
|
|
|
|
|
|
|
=item * The station "Bank" is also part of |
111
|
|
|
|
|
|
|
L |
112
|
|
|
|
|
|
|
| L. |
113
|
|
|
|
|
|
|
|
114
|
|
|
|
|
|
|
=item * The station "Warren Street" is also part of |
115
|
|
|
|
|
|
|
L. |
116
|
|
|
|
|
|
|
|
117
|
|
|
|
|
|
|
=item * The station "Tottenham Court Road" is also part of |
118
|
|
|
|
|
|
|
L. |
119
|
|
|
|
|
|
|
|
120
|
|
|
|
|
|
|
=item * The station "Leicester Square" is also part of |
121
|
|
|
|
|
|
|
L. |
122
|
|
|
|
|
|
|
|
123
|
|
|
|
|
|
|
=item * The station "Euston" is also part of |
124
|
|
|
|
|
|
|
L |
125
|
|
|
|
|
|
|
| L. |
126
|
|
|
|
|
|
|
|
127
|
|
|
|
|
|
|
=item * The station "London Bridge" is also part of |
128
|
|
|
|
|
|
|
L. |
129
|
|
|
|
|
|
|
|
130
|
|
|
|
|
|
|
=item * The station "Embankment" is also part of |
131
|
|
|
|
|
|
|
L |
132
|
|
|
|
|
|
|
| L |
133
|
|
|
|
|
|
|
| L. |
134
|
|
|
|
|
|
|
|
135
|
|
|
|
|
|
|
=item * The station "Waterloo" is also part of |
136
|
|
|
|
|
|
|
L |
137
|
|
|
|
|
|
|
| L |
138
|
|
|
|
|
|
|
| L. |
139
|
|
|
|
|
|
|
|
140
|
|
|
|
|
|
|
=item * The station "Elephant & Castle" is also part of |
141
|
|
|
|
|
|
|
L. |
142
|
|
|
|
|
|
|
|
143
|
|
|
|
|
|
|
=item * The station "Stockwell" is also part of |
144
|
|
|
|
|
|
|
L. |
145
|
|
|
|
|
|
|
|
146
|
|
|
|
|
|
|
=back |
147
|
|
|
|
|
|
|
|
148
|
|
|
|
|
|
|
=head1 MAP |
149
|
|
|
|
|
|
|
|
150
|
|
|
|
|
|
|
London Tube Map: L |
151
|
|
|
|
|
|
|
map generated by plugin L. |
152
|
|
|
|
|
|
|
|
153
|
|
|
|
|
|
|
=begin html |
154
|
|
|
|
|
|
|
|
155
|
|
|
|
|
|
|
|
156
|
|
|
|
|
|
|
|
157
|
|
|
|
|
|
|
alt = "London Tube Metro: Northern Line" |
158
|
|
|
|
|
|
|
width = "400px" |
159
|
|
|
|
|
|
|
height = "600px"/> |
160
|
|
|
|
|
|
|
|
161
|
|
|
|
|
|
|
|
162
|
|
|
|
|
|
|
=end html |
163
|
|
|
|
|
|
|
|
164
|
|
|
|
|
|
|
=head1 AUTHOR |
165
|
|
|
|
|
|
|
|
166
|
|
|
|
|
|
|
Mohammad S Anwar, C<< >> |
167
|
|
|
|
|
|
|
|
168
|
|
|
|
|
|
|
=head1 REPOSITORY |
169
|
|
|
|
|
|
|
|
170
|
|
|
|
|
|
|
L |
171
|
|
|
|
|
|
|
|
172
|
|
|
|
|
|
|
=head1 BUGS |
173
|
|
|
|
|
|
|
|
174
|
|
|
|
|
|
|
Please report any bugs or feature requests to C, |
175
|
|
|
|
|
|
|
or through the web interface at L. |
176
|
|
|
|
|
|
|
I will be notified, and then you'll automatically be notified of progress on your |
177
|
|
|
|
|
|
|
bug as I make changes. |
178
|
|
|
|
|
|
|
|
179
|
|
|
|
|
|
|
=head1 SUPPORT |
180
|
|
|
|
|
|
|
|
181
|
|
|
|
|
|
|
You can find documentation for this module with the perldoc command. |
182
|
|
|
|
|
|
|
|
183
|
|
|
|
|
|
|
perldoc Map::Tube::London::Line::Northern |
184
|
|
|
|
|
|
|
|
185
|
|
|
|
|
|
|
You can also look for information at: |
186
|
|
|
|
|
|
|
|
187
|
|
|
|
|
|
|
=over 4 |
188
|
|
|
|
|
|
|
|
189
|
|
|
|
|
|
|
=item * RT: CPAN's request tracker (report bugs here) |
190
|
|
|
|
|
|
|
|
191
|
|
|
|
|
|
|
L |
192
|
|
|
|
|
|
|
|
193
|
|
|
|
|
|
|
=item * AnnoCPAN: Annotated CPAN documentation |
194
|
|
|
|
|
|
|
|
195
|
|
|
|
|
|
|
L |
196
|
|
|
|
|
|
|
|
197
|
|
|
|
|
|
|
=item * CPAN Ratings |
198
|
|
|
|
|
|
|
|
199
|
|
|
|
|
|
|
L |
200
|
|
|
|
|
|
|
|
201
|
|
|
|
|
|
|
=item * Search CPAN |
202
|
|
|
|
|
|
|
|
203
|
|
|
|
|
|
|
L |
204
|
|
|
|
|
|
|
|
205
|
|
|
|
|
|
|
=back |
206
|
|
|
|
|
|
|
|
207
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
208
|
|
|
|
|
|
|
|
209
|
|
|
|
|
|
|
Copyright (C) 2014 - 2016 Mohammad S Anwar. |
210
|
|
|
|
|
|
|
|
211
|
|
|
|
|
|
|
This program is free software; you can redistribute it and / or modify it under |
212
|
|
|
|
|
|
|
the terms of the the Artistic License (2.0). You may obtain a copy of the full |
213
|
|
|
|
|
|
|
license at: |
214
|
|
|
|
|
|
|
|
215
|
|
|
|
|
|
|
L |
216
|
|
|
|
|
|
|
|
217
|
|
|
|
|
|
|
Any use, modification, and distribution of the Standard or Modified Versions is |
218
|
|
|
|
|
|
|
governed by this Artistic License.By using, modifying or distributing the Package, |
219
|
|
|
|
|
|
|
you accept this license. Do not use, modify, or distribute the Package, if you do |
220
|
|
|
|
|
|
|
not accept this license. |
221
|
|
|
|
|
|
|
|
222
|
|
|
|
|
|
|
If your Modified Version has been derived from a Modified Version made by someone |
223
|
|
|
|
|
|
|
other than you,you are nevertheless required to ensure that your Modified Version |
224
|
|
|
|
|
|
|
complies with the requirements of this license. |
225
|
|
|
|
|
|
|
|
226
|
|
|
|
|
|
|
This license does not grant you the right to use any trademark, service mark, |
227
|
|
|
|
|
|
|
tradename, or logo of the Copyright Holder. |
228
|
|
|
|
|
|
|
|
229
|
|
|
|
|
|
|
This license includes the non-exclusive, worldwide, free-of-charge patent license |
230
|
|
|
|
|
|
|
to make, have made, use, offer to sell, sell, import and otherwise transfer the |
231
|
|
|
|
|
|
|
Package with respect to any patent claims licensable by the Copyright Holder that |
232
|
|
|
|
|
|
|
are necessarily infringed by the Package. If you institute patent litigation |
233
|
|
|
|
|
|
|
(including a cross-claim or counterclaim) against any party alleging that the |
234
|
|
|
|
|
|
|
Package constitutes direct or contributory patent infringement,then this Artistic |
235
|
|
|
|
|
|
|
License to you shall terminate on the date that such litigation is filed. |
236
|
|
|
|
|
|
|
|
237
|
|
|
|
|
|
|
Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND |
238
|
|
|
|
|
|
|
CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED |
239
|
|
|
|
|
|
|
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR |
240
|
|
|
|
|
|
|
NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS |
241
|
|
|
|
|
|
|
REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, |
242
|
|
|
|
|
|
|
INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE |
243
|
|
|
|
|
|
|
OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
244
|
|
|
|
|
|
|
|
245
|
|
|
|
|
|
|
=cut |
246
|
|
|
|
|
|
|
|
247
|
|
|
|
|
|
|
1; # End of Map::Tube::London::Line::Northern |