From 3d00c3ad3529a1855f35013c2b19c856dd2878bb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 13 Jan 2011 00:06:32 -0600 Subject: update docs --- lib/Dist/CheckConflicts.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Dist/CheckConflicts.pm b/lib/Dist/CheckConflicts.pm index 2d9fc16..0c01bac 100644 --- a/lib/Dist/CheckConflicts.pm +++ b/lib/Dist/CheckConflicts.pm @@ -76,6 +76,10 @@ the C dist which uses Dist::CheckConflicts): perl -MFoo::Conflicts -e'print "$_\n" for map { $_->{package} } Foo::Conflicts->calculate_conflicts' | cpanm +As an added bonus, loading your conflicts module will provide warnings at +runtime if conflicting modules are detected (regardless of whether they are +loaded before or afterwards. + =cut my $import = Sub::Exporter::build_exporter({ -- cgit v1.2.3-54-g00ecf