File Coverage

blib/lib/Package/Stash/Conflicts.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package # hide from PAUSE
2             Package::Stash::Conflicts;
3              
4 1     1   1615 use strict;
  1         2  
  1         26  
5 1     1   4 use warnings;
  1         1  
  1         51  
6              
7             # this module was generated with Dist::Zilla::Plugin::Conflicts 0.19
8              
9             use Dist::CheckConflicts
10 1         9 -dist => 'Package::Stash',
11             -conflicts => {
12             'Class::MOP' => '1.08',
13             'MooseX::Method::Signatures' => '0.36',
14             'MooseX::Role::WithOverloading' => '0.08',
15             'namespace::clean' => '0.18',
16             },
17             -also => [ qw(
18             B
19             Carp
20             Dist::CheckConflicts
21             Getopt::Long
22             Module::Implementation
23             Scalar::Util
24             Symbol
25             constant
26             strict
27             warnings
28             ) ],
29              
30 1     1   363 ;
  1         3155  
31              
32             1;
33              
34             # ABSTRACT: Provide information on conflicts for Package::Stash
35             # Dist::Zilla: -PodWeaver