summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-08 17:17:33 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-08 17:17:33 -0400
commit2185e840feeeb0e309cb5db28ebc1a32197f4701 (patch)
tree2dbbe6faba7bb000db8fb6558af83d798cf4a8c1
parent87d6ea405032149fd28a66a452e56bfefd921a51 (diff)
downloaddist-checkconflicts-2185e840feeeb0e309cb5db28ebc1a32197f4701.tar.gz
dist-checkconflicts-2185e840feeeb0e309cb5db28ebc1a32197f4701.zip
remove now-unused variable
-rw-r--r--lib/Dist/CheckConflicts.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Dist/CheckConflicts.pm b/lib/Dist/CheckConflicts.pm
index 8779e4e..c907355 100644
--- a/lib/Dist/CheckConflicts.pm
+++ b/lib/Dist/CheckConflicts.pm
@@ -130,8 +130,6 @@ sub import {
# warn for already loaded things...
for my $conflict (keys %conflicts) {
- (my $file = $conflict) =~ s{::}{/}g;
- $file .= '.pm';
if (exists $INC{module_notional_filename($conflict)}) {
_check_version([$for], $conflict);
}