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