File: Conflicts.pm

package info (click to toggle)
liblog-dispatch-perl 2.71-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 560 kB
  • sloc: perl: 1,457; sh: 24; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 926 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
package # hide from PAUSE
    Log::Dispatch::Conflicts;

use strict;
use warnings;

# this module was generated with Dist::Zilla::Plugin::Conflicts 0.19

use Dist::CheckConflicts
    -dist      => 'Log::Dispatch',
    -conflicts => {
        'Log::Dispatch::File::Stamped' => '0.17',
    },
    -also => [ qw(
        Carp
        Devel::GlobalDestruction
        Dist::CheckConflicts
        Encode
        Exporter
        Fcntl
        IO::Handle
        Module::Runtime
        Params::ValidationCompiler
        Scalar::Util
        Specio
        Specio::Declare
        Specio::Exporter
        Specio::Library::Builtins
        Specio::Library::Numeric
        Specio::Library::String
        Sys::Syslog
        Try::Tiny
        base
        namespace::autoclean
        parent
        strict
        warnings
    ) ],

;

1;

# ABSTRACT: Provide information on conflicts for Log::Dispatch
# Dist::Zilla: -PodWeaver