diff options
Diffstat (limited to 'lib/Log/Dispatch/Conflicts.pm')
-rw-r--r-- | lib/Log/Dispatch/Conflicts.pm | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/Log/Dispatch/Conflicts.pm b/lib/Log/Dispatch/Conflicts.pm new file mode 100644 index 0000000..9f528e5 --- /dev/null +++ b/lib/Log/Dispatch/Conflicts.pm @@ -0,0 +1,33 @@ +package # hide from PAUSE + Log::Dispatch::Conflicts; + +use strict; +use warnings; + +# this module was generated with Dist::Zilla::Plugin::Conflicts 0.17 + +use Dist::CheckConflicts + -dist => 'Log::Dispatch', + -conflicts => { + 'Log::Dispatch::File::Stamped' => '0.10', + }, + -also => [ qw( + Carp + Devel::GlobalDestruction + Dist::CheckConflicts + Fcntl + Module::Runtime + Params::Validate + Scalar::Util + Sys::Syslog + base + strict + warnings + ) ], + +; + +1; + +# ABSTRACT: Provide information on conflicts for Log::Dispatch +# Dist::Zilla: -PodWeaver |