File Coverage

blib/lib/Moose/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             Moose::Conflicts;
3              
4 1     1   25581 use strict;
  1         3  
  1         32  
5 1     1   8 use warnings;
  1         3  
  1         217  
6              
7             # this module was generated with Dist::Zilla::Plugin::Conflicts 0.20
8              
9             use Dist::CheckConflicts
10 1         74 -dist => 'Moose',
11             -conflicts => {
12             'Catalyst' => '5.90049999',
13             'Config::MVP' => '2.200004',
14             'Devel::REPL' => '1.003020',
15             'Dist::Zilla' => '5.043',
16             'Dist::Zilla::Plugin::Git' => '2.016',
17             'Fey' => '0.36',
18             'Fey::ORM' => '0.42',
19             'File::ChangeNotify' => '0.15',
20             'HTTP::Throwable' => '0.017',
21             'KiokuDB' => '0.51',
22             'Markdent' => '0.16',
23             'Mason' => '2.18',
24             'Moose::Autobox' => '0.15',
25             'MooseX::ABC' => '0.05',
26             'MooseX::Aliases' => '0.08',
27             'MooseX::AlwaysCoerce' => '0.13',
28             'MooseX::App' => '1.22',
29             'MooseX::Attribute::Deflator' => '2.1.7',
30             'MooseX::Attribute::Dependent' => '1.1.3',
31             'MooseX::Attribute::Prototype' => '0.10',
32             'MooseX::AttributeHelpers' => '0.22',
33             'MooseX::AttributeIndexes' => '1.0.0',
34             'MooseX::AttributeInflate' => '0.02',
35             'MooseX::CascadeClearing' => '0.03',
36             'MooseX::ClassAttribute' => '0.26',
37             'MooseX::Constructor::AllErrors' => '0.021',
38             'MooseX::Declare' => '0.35',
39             'MooseX::FollowPBP' => '0.02',
40             'MooseX::Getopt' => '0.56',
41             'MooseX::InstanceTracking' => '0.04',
42             'MooseX::LazyRequire' => '0.06',
43             'MooseX::Meta::Attribute::Index' => '0.04',
44             'MooseX::Meta::Attribute::Lvalue' => '0.05',
45             'MooseX::Method::Signatures' => '0.44',
46             'MooseX::MethodAttributes' => '0.22',
47             'MooseX::NonMoose' => '0.24',
48             'MooseX::Object::Pluggable' => '0.0011',
49             'MooseX::POE' => '0.214',
50             'MooseX::Params::Validate' => '0.05',
51             'MooseX::PrivateSetters' => '0.03',
52             'MooseX::Role::Cmd' => '0.06',
53             'MooseX::Role::Parameterized' => '1.00',
54             'MooseX::Role::WithOverloading' => '0.14',
55             'MooseX::Runnable' => '0.03',
56             'MooseX::Scaffold' => '0.05',
57             'MooseX::SemiAffordanceAccessor' => '0.05',
58             'MooseX::SetOnce' => '0.100473',
59             'MooseX::Singleton' => '0.25',
60             'MooseX::SlurpyConstructor' => '1.1',
61             'MooseX::Storage' => '0.42',
62             'MooseX::StrictConstructor' => '0.12',
63             'MooseX::Traits' => '0.11',
64             'MooseX::Types' => '0.19',
65             'MooseX::Types::Parameterizable' => '0.05',
66             'MooseX::Types::Set::Object' => '0.03',
67             'MooseX::Types::Signal' => '1.101930',
68             'MooseX::UndefTolerant' => '0.11',
69             'Net::Twitter' => '4.01041',
70             'PRANG' => '0.14',
71             'Pod::Elemental' => '0.093280',
72             'Pod::Weaver' => '3.101638',
73             'Reaction' => '0.002003',
74             'Test::Able' => '0.10',
75             'Test::CleanNamespaces' => '0.03',
76             'Test::Moose::More' => '0.022',
77             'Test::TempDir' => '0.05',
78             'Throwable' => '0.102080',
79             'namespace::autoclean' => '0.08',
80             },
81             -also => [ qw(
82             Carp
83             Class::Load
84             Class::Load::XS
85             Data::OptList
86             Devel::GlobalDestruction
87             Devel::OverloadInfo
88             Devel::StackTrace
89             Dist::CheckConflicts
90             Eval::Closure
91             List::Util
92             MRO::Compat
93             Module::Runtime
94             Module::Runtime::Conflicts
95             Package::DeprecationManager
96             Package::Stash
97             Package::Stash::XS
98             Params::Util
99             Scalar::Util
100             Sub::Exporter
101             Sub::Util
102             Try::Tiny
103             parent
104             strict
105             warnings
106             ) ],
107              
108 1     1   8 ;
  1         2  
109              
110             1;
111              
112             # ABSTRACT: Check for conflicts between Moose and installed packages
113             # Dist::Zilla: -PodWeaver
114              
115             __END__
116              
117             =pod
118              
119             =for Pod::Coverage *EVERYTHING*
120              
121             =head1 NAME
122              
123             Moose::Conflicts - Check for conflicts between Moose and installed packages
124              
125             =head1 DESCRIPTION
126              
127             This module contains information about conflicts between this distribution and
128             other CPAN distributions. It does not have any user-facing parts.
129              
130             This module was generated by Dist::Zilla::Plugin::Conflicts 0.20.
131              
132             =cut