File Coverage

blib/lib/Dist/Zilla/MintingProfile/Author/RWSTAUNER.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             #
2             # This file is part of Dist-Zilla-PluginBundle-Author-RWSTAUNER
3             #
4             # This software is copyright (c) 2010 by Randy Stauner.
5             #
6             # This is free software; you can redistribute it and/or modify it under
7             # the same terms as the Perl 5 programming language system itself.
8             #
9 1     1   1875597 use strict;
  1         2  
  1         25  
10 1     1   4 use warnings;
  1         1  
  1         53  
11              
12             package Dist::Zilla::MintingProfile::Author::RWSTAUNER;
13             our $AUTHORITY = 'cpan:RWSTAUNER';
14             $Dist::Zilla::MintingProfile::Author::RWSTAUNER::VERSION = '4.213';
15             # ABSTRACT: Mint a new dist for RWSTAUNER
16              
17 1     1   3 use Moose;
  1         1  
  1         7  
18             with 'Dist::Zilla::Role::MintingProfile::ShareDir';
19              
20 1     1   3881 no Moose;
  1         2  
  1         3  
21             __PACKAGE__->meta->make_immutable;
22             1;
23              
24             __END__
25            
26             =pod
27            
28             =encoding UTF-8
29            
30             =for :stopwords Randy Stauner ACKNOWLEDGEMENTS RWSTAUNER's PluginBundle
31            
32             =head1 NAME
33            
34             Dist::Zilla::MintingProfile::Author::RWSTAUNER - Mint a new dist for RWSTAUNER
35            
36             =head1 VERSION
37            
38             version 4.213
39            
40             =head1 SYNOPSIS
41            
42             dzil new -P Author::RWSTAUNER
43            
44             =head1 DESCRIPTION
45            
46             Profile for minting a new dist with L<Dist::Zilla>.
47            
48             =head1 SEE ALSO
49            
50             =over 4
51            
52             =item *
53            
54             L<Dist::Zilla::App::Command::new>
55            
56             =item *
57            
58             L<Dist::Zilla::Role::MintingProfile>
59            
60             =back
61            
62             =head1 AUTHOR
63            
64             Randy Stauner <rwstauner@cpan.org>
65            
66             =head1 COPYRIGHT AND LICENSE
67            
68             This software is copyright (c) 2010 by Randy Stauner.
69            
70             This is free software; you can redistribute it and/or modify it under
71             the same terms as the Perl 5 programming language system itself.
72            
73             =cut
74