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   7114014 use 5.006; # our
  5         14  
2 5     5   19 use strict;
  5         6  
  5         86  
3 5     5   14 use warnings;
  5         10  
  5         267  
4              
5             package Dist::Zilla::MintingProfile::Author::KENTNL;
6              
7             # ABSTRACT: KENTNL's Minting Profile
8              
9             our $VERSION = '2.025020';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13 5     5   466 use Moose qw( with );
  5         278325  
  5         27  
14 5     5   17616 use namespace::autoclean;
  5         5102  
  5         25  
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   346 no Moose;
  5         9  
  5         24  
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.025020
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) 2016 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