From 96ae17e23eee70651c460d839def5335abfd17ff Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 21 Nov 2010 23:56:57 -0600 Subject: todo --- lib/Dist/CheckConflicts.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Dist/CheckConflicts.pm b/lib/Dist/CheckConflicts.pm index 68c40a2..296ca54 100644 --- a/lib/Dist/CheckConflicts.pm +++ b/lib/Dist/CheckConflicts.pm @@ -203,6 +203,11 @@ sub calculate_conflicts { return sort { $a->{package} cmp $b->{package} } @ret; } +=head1 TODO + +Provide a way to insert a hook into C<@INC> which warns if a conflicting module +is loaded (would this be reasonable?) + =head1 BUGS No known bugs. -- cgit v1.2.3-54-g00ecf