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