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   31325 use strict;
  2         3  
  2         78  
5 2     2   11 use warnings;
  2         3  
  2         74  
6              
7             # Version.
8             our $VERSION = 0.43;
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::Cookbook>
47              
48             Cookbook for Map::Tube library.
49              
50             =item L<Map::Tube::Graph>
51              
52             Graph output for Map::Tube.
53              
54             =item L<Map::Tube::GraphViz>
55              
56             GraphViz output for Map::Tube.
57              
58             =item L<Map::Tube::Plugin::Formatter>
59              
60             Formatter plugin for Map::Tube.
61              
62             =item L<Map::Tube::Plugin::FuzzyFind>
63              
64             Map::Tube add-on for finding stations and lines by inexact name.
65              
66             =item L<Map::Tube::Plugin::Graph>
67              
68             Graph plugin for Map::Tube.
69              
70             =item L<Map::Tube::Text::Shortest>
71              
72             Shortest route information via Map::Tube object.
73              
74             =item L<Map::Tube::Text::Table>
75              
76             Table output for Map::Tube.
77              
78             =item L<Test::Map::Tube>
79              
80             Interface to test Map::Tube (map data).
81              
82             =back
83              
84             =head1 REPOSITORY
85              
86             L<https://github.com/tupinek/Task-Map-Tube>
87              
88             =head1 AUTHOR
89              
90             Michal Å paček L<mailto:skim@cpan.org>
91              
92             L<http://skim.cz>
93              
94             =head1 LICENSE AND COPYRIGHT
95              
96             © 2014-2015 Michal Å paček
97             Artistic License
98             BSD 2-Clause License
99              
100             =head1 VERSION
101              
102             0.43
103              
104             =cut