1package # hide from PAUSE 2 Log::Dispatch::Conflicts; 3 4use strict; 5use warnings; 6 7# this module was generated with Dist::Zilla::Plugin::Conflicts 0.19 8 9use Dist::CheckConflicts 10 -dist => 'Log::Dispatch', 11 -conflicts => { 12 'Log::Dispatch::File::Stamped' => '0.17', 13 }, 14 -also => [ qw( 15 Carp 16 Devel::GlobalDestruction 17 Dist::CheckConflicts 18 Encode 19 Exporter 20 Fcntl 21 IO::Handle 22 Module::Runtime 23 Params::ValidationCompiler 24 Scalar::Util 25 Specio 26 Specio::Declare 27 Specio::Exporter 28 Specio::Library::Builtins 29 Specio::Library::Numeric 30 Specio::Library::String 31 Sys::Syslog 32 Try::Tiny 33 base 34 namespace::autoclean 35 parent 36 strict 37 warnings 38 ) ], 39 40; 41 421; 43 44# ABSTRACT: Provide information on conflicts for Log::Dispatch 45# Dist::Zilla: -PodWeaver 46