File Coverage

blib/lib/Task/Map/Tube.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             package Task::Map::Tube;
2              
3             # Pragmas.
4 2     2   35427 use strict;
  2         5  
  2         49  
5 2     2   10 use warnings;
  2         4  
  2         76  
6              
7             # Version.
8             our $VERSION = 0.42;
9              
10             1;
11              
12             __END__
13              
14             =pod
15              
16             =encoding utf8
17              
18             =head1 NAME
19              
20             Task::Map::Tube - Install the Map::Tube modules.
21              
22             =head1 SYNOPSIS
23              
24             cpanm Task::Map::Tube
25              
26             =head1 SEE ALSO
27              
28             =over
29              
30             =item L<Task::MapMetro::Maps>
31              
32             Map::Metro maps in a bundle.
33              
34             =item L<Task::Map::Tube::Metro>
35              
36             Install the Map::Tube concrete metro modules.
37              
38             =item L<Map::Tube>
39              
40             Core library as Role (Moo) to process map data.
41              
42             =item L<Map::Tube::CLI>
43              
44             Command Line Interface for Map::Tube::* map.
45              
46             =item L<Map::Tube::Graph>
47              
48             Graph output for Map::Tube.
49              
50             =item L<Map::Tube::GraphViz>
51              
52             GraphViz output for Map::Tube.
53              
54             =item L<Map::Tube::Plugin::Formatter>
55              
56             Formatter plugin for Map::Tube.
57              
58             =item L<Map::Tube::Plugin::FuzzyFind>
59              
60             Map::Tube add-on for finding stations and lines by inexact name.
61              
62             =item L<Map::Tube::Plugin::Graph>
63              
64             Graph plugin for Map::Tube.
65              
66             =item L<Map::Tube::Text::Shortest>
67              
68             Shortest route information via Map::Tube object.
69              
70             =item L<Map::Tube::Text::Table>
71              
72             Table output for Map::Tube.
73              
74             =item L<Test::Map::Tube>
75              
76             Interface to test Map::Tube (map data).
77              
78             =back
79              
80             =head1 REPOSITORY
81              
82             L<https://github.com/tupinek/Task-Map-Tube>
83              
84             =head1 AUTHOR
85              
86             Michal Å paček L<mailto:skim@cpan.org>
87              
88             L<http://skim.cz>
89              
90             =head1 LICENSE AND COPYRIGHT
91              
92             © 2014-2015 Michal Å paček
93             Artistic License
94             BSD 2-Clause License
95              
96             =head1 VERSION
97              
98             0.42
99              
100             =cut