line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
1
|
|
|
1
|
|
15514
|
use 5.14.0; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
65
|
|
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
package Dist::Zilla::MintingProfile::MapMetro::Map; |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
our $VERSION = '0.1402'; # VERSION |
6
|
|
|
|
|
|
|
# ABSTRACT: Mint a Map::Metro Map distribution |
7
|
|
|
|
|
|
|
|
8
|
1
|
|
|
1
|
|
527
|
use Moose; |
|
1
|
|
|
|
|
381531
|
|
|
1
|
|
|
|
|
11
|
|
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.1402, released 2015-01-29. |
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
|
|
|
|
|
|
|
Source repository is at L<https://github.com/Csson/p5-Dist-Zilla-MintingProfile-MapMetro-Map>. |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
=head1 HOMEPAGE |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
Please visit the project's homepage at 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 |