From 2185e840feeeb0e309cb5db28ebc1a32197f4701 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 8 Jul 2013 17:17:33 -0400 Subject: remove now-unused variable --- lib/Dist/CheckConflicts.pm | 2 -- 1 file changed, 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); } -- cgit v1.2.3