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