File Coverage

blib/lib/Dist/Zilla/MintingProfile/MapMetro/Map.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   15101 use 5.14.0;
  1         3  
  1         73  
2              
3             package Dist::Zilla::MintingProfile::MapMetro::Map;
4              
5             our $VERSION = '0.1500'; # VERSION
6             # ABSTRACT: Mint a Map::Metro Map distribution
7              
8 1     1   628 use Moose;
  1         373255  
  1         7  
9             with 'Dist::Zilla::Role::MintingProfile::ShareDir';
10              
11             1;
12              
13             __END__
14              
15             =pod
16              
17             =encoding utf-8
18              
19             =head1 NAME
20              
21             Dist::Zilla::MintingProfile::MapMetro::Map - Mint a Map::Metro Map distribution
22              
23             =head1 VERSION
24              
25             Version 0.1500, released 2015-02-01.
26              
27             =head1 SYNOPSIS
28              
29             $ dzil new -P MapMetro::Map Map::Metro::Plugin::Map::[Cityname]
30              
31             =head1 DESCRIPTION
32              
33             Dist::Zilla::MintingProfile::MapMetro::Map is the easiest way to create a map distribution for L<Map::Metro>.
34              
35             =head1 SEE ALSO
36              
37             L<Map::Metro>
38              
39             L<Map::Metro::Plugin::Map>
40              
41             L<Task::MapMetro::Dev>
42              
43             =head1 SOURCE
44              
45             L<https://github.com/Csson/p5-Dist-Zilla-MintingProfile-MapMetro-Map>
46              
47             =head1 HOMEPAGE
48              
49             L<https://metacpan.org/release/Dist-Zilla-MintingProfile-MapMetro-Map>
50              
51             =head1 AUTHOR
52              
53             Erik Carlsson <info@code301.com>
54              
55             =head1 COPYRIGHT AND LICENSE
56              
57             This software is copyright (c) 2015 by Erik Carlsson.
58              
59             This is free software; you can redistribute it and/or modify it under
60             the same terms as the Perl 5 programming language system itself.
61              
62             =cut