line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package # hide from PAUSE |
2
|
|
|
|
|
|
|
Package::Stash::Conflicts; |
3
|
|
|
|
|
|
|
|
4
|
1
|
|
|
1
|
|
1624
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
25
|
|
5
|
1
|
|
|
1
|
|
4
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
54
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
# this module was generated with Dist::Zilla::Plugin::Conflicts 0.19 |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
use Dist::CheckConflicts |
10
|
1
|
|
|
|
|
10
|
-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
|
|
852
|
; |
|
1
|
|
|
|
|
3090
|
|
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
1; |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
# ABSTRACT: Provide information on conflicts for Package::Stash |
35
|
|
|
|
|
|
|
# Dist::Zilla: -PodWeaver |