File Coverage

blib/lib/Task/Map/Tube/Bundle.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Task::Map::Tube::Bundle;
2              
3             $Task::Map::Tube::Bundle::VERSION = '0.06';
4             $Task::Map::Tube::Bundle::AUTHORITY = 'cpan:MANWAR';
5              
6 1     1   158449 use 5.006;
  1         5  
7 1     1   9 use strict; use warnings;
  1     1   2  
  1         42  
  1         5  
  1         22  
  1         116  
8              
9             =head1 NAME
10              
11             Task::Map::Tube::Bundle - Bundles Map::Tube::* map packages.
12              
13             =head1 VERSION
14              
15             Version 0.06
16              
17             =head1 DESCRIPTION
18              
19             It complements package L and installs all the supported maps.
20              
21             =head1 SYNOPSIS
22              
23             cpanm Task::Map::Tube::Bundle
24              
25             =head1 AUTHOR
26              
27             Mohammad Sajid Anwar, C<< >>
28              
29             =head1 REPOSITORY
30              
31             L
32              
33             =head1 SEE ALSO
34              
35             =over 4
36              
37             =item L
38              
39             =item L
40              
41             =item L
42              
43             =item L
44              
45             =item L
46              
47             =item L
48              
49             =item L
50              
51             =item L
52              
53             =item L
54              
55             =item L
56              
57             =item L
58              
59             =item L
60              
61             =item L
62              
63             =item L
64              
65             =item L
66              
67             =item L
68              
69             =item L
70              
71             =item L
72              
73             =item L
74              
75             =item L
76              
77             =item L
78              
79             =item L
80              
81             =item L
82              
83             =item L
84              
85             =item L
86              
87             =item L
88              
89             =item L
90              
91             =item L
92              
93             =item L
94              
95             =item L
96              
97             =item L
98              
99             =item L
100              
101             =item L
102              
103             =item L
104              
105             =item L
106              
107             =item L
108              
109             =item L
110              
111             =item L
112              
113             =item L
114              
115             =item L
116              
117             =item L
118              
119             =item L
120              
121             =item L
122              
123             =item L
124              
125             =item L
126              
127             =item L
128              
129             =back
130              
131             =head1 BUGS
132              
133             Please report any bugs or feature requests through the web interface at L.
134             I will be notified and then you'll automatically be notified of progress on your
135             bug as I make changes.
136              
137             =head1 SUPPORT
138              
139             You can find documentation for this module with the perldoc command.
140              
141             perldoc Task::Map::Tube::Bundle
142              
143             You can also look for information at:
144              
145             =over 4
146              
147             =item * BUG Report
148              
149             L
150              
151             =item * CPAN Ratings
152              
153             L
154              
155             =item * Search MetaCPAN
156              
157             L
158              
159             =back
160              
161             =head1 LICENSE AND COPYRIGHT
162              
163             Copyright (C) 2024 - 2025 Mohammad Sajid Anwar.
164              
165             This program is free software; you can redistribute it and / or modify it under
166             the terms of the the Artistic License (2.0). You may obtain a copy of the full
167             license at:
168              
169             L
170              
171             Any use, modification, and distribution of the Standard or Modified Versions is
172             governed by this Artistic License.By using, modifying or distributing the Package,
173             you accept this license. Do not use, modify, or distribute the Package, if you do
174             not accept this license.
175              
176             If your Modified Version has been derived from a Modified Version made by someone
177             other than you,you are nevertheless required to ensure that your Modified Version
178             complies with the requirements of this license.
179              
180             This license does not grant you the right to use any trademark, service mark,
181             tradename, or logo of the Copyright Holder.
182              
183             This license includes the non-exclusive, worldwide, free-of-charge patent license
184             to make, have made, use, offer to sell, sell, import and otherwise transfer the
185             Package with respect to any patent claims licensable by the Copyright Holder that
186             are necessarily infringed by the Package. If you institute patent litigation
187             (including a cross-claim or counterclaim) against any party alleging that the
188             Package constitutes direct or contributory patent infringement,then this Artistic
189             License to you shall terminate on the date that such litigation is filed.
190              
191             Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND
192             CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
193             WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
194             NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS
195             REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT,
196             INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE
197             OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
198              
199             =cut
200              
201             1; # End of Task::Map::Tube::Bundle