summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-13 00:06:32 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-13 00:06:32 -0600
commit3d00c3ad3529a1855f35013c2b19c856dd2878bb (patch)
tree7c601fd3b3777b5aaa966c03f2c6f31a870050d2
parent36c07edf0f50f3137b2c08b9e9679a4e78d052ba (diff)
downloaddist-checkconflicts-3d00c3ad3529a1855f35013c2b19c856dd2878bb.tar.gz
dist-checkconflicts-3d00c3ad3529a1855f35013c2b19c856dd2878bb.zip
update docs
-rw-r--r--lib/Dist/CheckConflicts.pm4
1 files changed, 4 insertions, 0 deletions
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<Foo> 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({