summaryrefslogtreecommitdiff
path: root/make_ext.pl
diff options
context:
space:
mode:
Diffstat (limited to 'make_ext.pl')
-rw-r--r--make_ext.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/make_ext.pl b/make_ext.pl
index e900874b7f..a237cb6cc4 100644
--- a/make_ext.pl
+++ b/make_ext.pl
@@ -368,7 +368,6 @@ sub build_extension {
my $leafname = "$leaf.pm";
my $pathname = join '/', @dirs, $leafname;
my @locations = ($leafname, $pathname, "lib/$pathname");
- unshift @locations, 'lib/IO/Compress/Base.pm' if $mname eq 'IO::Compress';
foreach (@locations) {
if (-f $_) {
$fromname = $_;