File Coverage

blib/lib/Task/MapMetro/Maps.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1 1     1   15064 use strict;
  1         3  
  1         35  
2 1     1   3 use warnings;
  1         1  
  1         49  
3              
4             package Task::MapMetro::Maps;
5              
6             our $VERSION = '0.1301'; # VERSION
7              
8             1;
9              
10             # ABSTRACT: Map::Metro maps in a bundle
11              
12             __END__
13              
14             =pod
15              
16             =encoding utf-8
17              
18             =head1 NAME
19              
20             Task::MapMetro::Maps - Map::Metro maps in a bundle
21              
22             =head1 VERSION
23              
24             version 0.1301
25              
26             =head1 SYNOPSIS
27              
28             $ cpanm Task::MapMetro::Maps
29              
30             =head1 TASK CONTENTS
31              
32             =head2 Map::Metro
33              
34             =head3 L<Map::Metro> 0.2206
35              
36             =head2 Available maps
37              
38             =head3 L<Map::Metro::Plugin::Map::Amsterdam>
39              
40             =head3 L<Map::Metro::Plugin::Map::Athens>
41              
42             =head3 L<Map::Metro::Plugin::Map::Barcelona>
43              
44             =head3 L<Map::Metro::Plugin::Map::Berlin>
45              
46             =head3 L<Map::Metro::Plugin::Map::Bilbao>
47              
48             =head3 L<Map::Metro::Plugin::Map::Brescia>
49              
50             =head3 L<Map::Metro::Plugin::Map::Brussels>
51              
52             =head3 L<Map::Metro::Plugin::Map::Budapest>
53              
54             =head3 L<Map::Metro::Plugin::Map::Copenhagen>
55              
56             =head3 L<Map::Metro::Plugin::Map::Gothenburg>
57              
58             =head3 L<Map::Metro::Plugin::Map::Helsinki>
59              
60             =head3 L<Map::Metro::Plugin::Map::Lille>
61              
62             =head3 L<Map::Metro::Plugin::Map::Lyon>
63              
64             =head3 L<Map::Metro::Plugin::Map::Madrid>
65              
66             =head3 L<Map::Metro::Plugin::Map::Oslo>
67              
68             =head3 L<Map::Metro::Plugin::Map::Stockholm>
69              
70             =head1 SEE ALSO
71              
72             L<Map::Metro>
73              
74             L<Task::MapMetro::Dev>
75              
76             =head1 AUTHOR
77              
78             Erik Carlsson E<lt>info@code301.comE<gt>
79              
80             =head1 COPYRIGHT
81              
82             Copyright 2015 - Erik Carlsson
83              
84             =head1 LICENSE
85              
86             This library is free software; you can redistribute it and/or modify
87             it under the same terms as Perl itself.
88              
89             =head1 AUTHOR
90              
91             Erik Carlsson <info@code301.com>
92              
93             =head1 COPYRIGHT AND LICENSE
94              
95             This software is copyright (c) 2015 by Erik Carlsson <info@code301.com>.
96              
97             This is free software; you can redistribute it and/or modify it under
98             the same terms as the Perl 5 programming language system itself.
99              
100             =cut