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