File Coverage

blib/lib/DateTime/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             DateTime::Conflicts;
3              
4 1     1   591 use strict;
  1         3  
  1         30  
5 1     1   8 use warnings;
  1         2  
  1         67  
6              
7             # this module was generated with Dist::Zilla::Plugin::Conflicts 0.20
8              
9             use Dist::CheckConflicts
10 1         11 -dist => 'DateTime',
11             -conflicts => {
12             'DateTime::Format::Mail' => '0.402',
13             },
14             -also => [ qw(
15             Carp
16             DateTime::Locale
17             DateTime::TimeZone
18             Dist::CheckConflicts
19             POSIX
20             Params::ValidationCompiler
21             Scalar::Util
22             Specio
23             Specio::Declare
24             Specio::Exporter
25             Specio::Library::Builtins
26             Specio::Library::Numeric
27             Specio::Library::String
28             Specio::Subs
29             Try::Tiny
30             XSLoader
31             integer
32             namespace::autoclean
33             overload
34             parent
35             strict
36             warnings
37             warnings::register
38             ) ],
39              
40 1     1   1121 ;
  1         3993  
41              
42             1;
43              
44             # ABSTRACT: Check for conflicts between DateTime and installed packages
45             # Dist::Zilla: -PodWeaver
46              
47             __END__
48              
49             =pod
50              
51             =for Pod::Coverage *EVERYTHING*
52              
53             =head1 NAME
54              
55             DateTime::Conflicts - Check for conflicts between DateTime and installed packages
56              
57             =head1 DESCRIPTION
58              
59             This module contains information about conflicts between this distribution and
60             other CPAN distributions. It does not have any user-facing parts.
61              
62             This module was generated by Dist::Zilla::Plugin::Conflicts 0.20.
63              
64             =cut