From 75fdc7977a0c75fa5a89070b528f5b06d7d3430f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 13 Jan 2011 00:04:16 -0600 Subject: todo-- --- lib/Dist/CheckConflicts.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/Dist/CheckConflicts.pm b/lib/Dist/CheckConflicts.pm index b5e2a1c..d7ac2ae 100644 --- a/lib/Dist/CheckConflicts.pm +++ b/lib/Dist/CheckConflicts.pm @@ -263,11 +263,6 @@ 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