line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
1
|
|
|
1
|
|
101081
|
use 5.14.0; |
|
1
|
|
|
|
|
12
|
|
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
package Dist::Zilla::MintingProfile::MapMetro::Map; |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
# ABSTRACT: Mint a Map::Metro Map distribution |
6
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:CSSON'; # AUTHORITY |
7
|
|
|
|
|
|
|
our $VERSION = '0.1501'; |
8
|
|
|
|
|
|
|
|
9
|
1
|
|
|
1
|
|
563
|
use Moose; |
|
1
|
|
|
|
|
485009
|
|
|
1
|
|
|
|
|
8
|
|
10
|
|
|
|
|
|
|
with 'Dist::Zilla::Role::MintingProfile::ShareDir'; |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
1; |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
__END__ |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=pod |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=encoding utf-8 |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 NAME |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
Dist::Zilla::MintingProfile::MapMetro::Map - Mint a Map::Metro Map distribution |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=begin html |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
<p> |
29
|
|
|
|
|
|
|
<img src="https://img.shields.io/badge/perl-5.14+-blue.svg" alt="Requires Perl 5.14+" /> |
30
|
|
|
|
|
|
|
<img src="https://img.shields.io/badge/coverage-100.0%25-brightgreen.svg" alt="coverage 100.0%" /> |
31
|
|
|
|
|
|
|
<a href="https://github.com/Csson/p5-Dist-Zilla-MintingProfile-MapMetro-Map/actions?query=workflow%3Amakefile-test"><img src="https://img.shields.io/github/workflow/status/Csson/p5-Dist-Zilla-MintingProfile-MapMetro-Map/makefile-test" alt="Build status at Github" /></a> |
32
|
|
|
|
|
|
|
</p> |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=end html |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=head1 VERSION |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
Version 0.1501, released 2021-03-29. |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=head1 SYNOPSIS |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
$ dzil new -P MapMetro::Map Map::Metro::Plugin::Map::[Cityname] |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=head1 DESCRIPTION |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
Dist::Zilla::MintingProfile::MapMetro::Map is the easiest way to create a map distribution for L<Map::Metro>. |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
=head1 SEE ALSO |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
L<Map::Metro> |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
L<Map::Metro::Plugin::Map> |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
L<Task::MapMetro::Dev> |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=head1 SOURCE |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
L<https://github.com/Csson/p5-Dist-Zilla-MintingProfile-MapMetro-Map> |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
=head1 HOMEPAGE |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
L<https://metacpan.org/release/Dist-Zilla-MintingProfile-MapMetro-Map> |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
=head1 AUTHOR |
65
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
Erik Carlsson <info@code301.com> |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
This software is copyright (c) 2021 by Erik Carlsson. |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
73
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
74
|
|
|
|
|
|
|
|
75
|
|
|
|
|
|
|
=cut |