File Coverage

lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm
Criterion Covered Total %
statement 17 17 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 23 23 100.0


line stmt bran cond sub pod time code
1 5     5   3079700 use 5.006; # our
  5         20  
2 5     5   28 use strict;
  5         12  
  5         130  
3 5     5   27 use warnings;
  5         17  
  5         428  
4              
5             package Dist::Zilla::MintingProfile::Author::KENTNL;
6              
7             # ABSTRACT: KENTNL's Minting Profile
8              
9             our $VERSION = '2.025010';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13 5     5   833 use Moose qw( with );
  5         467804  
  5         47  
14 5     5   27886 use namespace::autoclean;
  5         8334  
  5         49  
15             with 'Dist::Zilla::Role::MintingProfile::ShareDir';
16              
17              
18              
19              
20              
21              
22              
23              
24              
25              
26              
27              
28              
29              
30              
31              
32             __PACKAGE__->meta->make_immutable;
33 5     5   469 no Moose;
  5         9  
  5         35  
34             1;
35              
36             __END__
37              
38             =pod
39              
40             =encoding UTF-8
41              
42             =head1 NAME
43              
44             Dist::Zilla::MintingProfile::Author::KENTNL - KENTNL's Minting Profile
45              
46             =head1 VERSION
47              
48             version 2.025010
49              
50             =head1 SYNOPSIS
51              
52             dzil new -P Author::KENTNL Some::Dist::Name
53              
54             =begin MetaPOD::JSON v1.1.0
55              
56             {
57             "namespace":"Dist::Zilla::MintingProfile::Author::KENTNL",
58             "inherits":"Moose::Object",
59             "does":"Dist::Zilla::Role::MintingProfile::ShareDir",
60             "interface":"class"
61             }
62              
63              
64             =end MetaPOD::JSON
65              
66             =head1 AUTHOR
67              
68             Kent Fredric <kentnl@cpan.org>
69              
70             =head1 COPYRIGHT AND LICENSE
71              
72             This software is copyright (c) 2015 by Kent Fredric <kentfredric@gmail.com>.
73              
74             This is free software; you can redistribute it and/or modify it under
75             the same terms as the Perl 5 programming language system itself.
76              
77             =cut