line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package # hide from PAUSE |
2
|
|
|
|
|
|
|
DateTime::Locale::Conflicts; |
3
|
|
|
|
|
|
|
|
4
|
1
|
|
|
1
|
|
574
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
28
|
|
5
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
55
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
# this module was generated with Dist::Zilla::Plugin::Conflicts 0.20 |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
use Dist::CheckConflicts |
10
|
1
|
|
|
|
|
11
|
-dist => 'DateTime::Locale', |
11
|
|
|
|
|
|
|
-conflicts => { |
12
|
|
|
|
|
|
|
'DateTime::Format::Strptime' => '1.1000', |
13
|
|
|
|
|
|
|
}, |
14
|
|
|
|
|
|
|
-also => [ qw( |
15
|
|
|
|
|
|
|
Carp |
16
|
|
|
|
|
|
|
Dist::CheckConflicts |
17
|
|
|
|
|
|
|
Exporter |
18
|
|
|
|
|
|
|
File::ShareDir |
19
|
|
|
|
|
|
|
File::Spec |
20
|
|
|
|
|
|
|
List::Util |
21
|
|
|
|
|
|
|
Params::ValidationCompiler |
22
|
|
|
|
|
|
|
Specio::Declare |
23
|
|
|
|
|
|
|
Specio::Library::String |
24
|
|
|
|
|
|
|
Storable |
25
|
|
|
|
|
|
|
namespace::autoclean |
26
|
|
|
|
|
|
|
strict |
27
|
|
|
|
|
|
|
warnings |
28
|
|
|
|
|
|
|
) ], |
29
|
|
|
|
|
|
|
|
30
|
1
|
|
|
1
|
|
415
|
; |
|
1
|
|
|
|
|
3746
|
|
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
1; |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
# ABSTRACT: Check for conflicts between DateTime::Locale and installed packages |
35
|
|
|
|
|
|
|
# Dist::Zilla: -PodWeaver |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
__END__ |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=pod |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=for Pod::Coverage *EVERYTHING* |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=head1 NAME |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
DateTime::Locale::Conflicts - Check for conflicts between DateTime::Locale and installed packages |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
=head1 DESCRIPTION |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
This module contains information about conflicts between this distribution and |
50
|
|
|
|
|
|
|
other CPAN distributions. It does not have any user-facing parts. |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
This module was generated by Dist::Zilla::Plugin::Conflicts 0.20. |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
=cut |