From ae54d20caf7246c5d844357a33c302f623cba394 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 23 Aug 2019 17:06:45 -0700 Subject: [PATCH] use Debbugs::Common::open_compressed_file instead --- scanlib.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scanlib.pm b/scanlib.pm index 5ce31a8..9171f84 100644 --- a/scanlib.pm +++ b/scanlib.pm @@ -57,7 +57,7 @@ sub glob_compressed_fh { if (not @fn) { die "No files exist which match glob '$fn'"; } - my $fh = open_compressed_file($fn[0]) or + my $fh = Debbugs::Common::open_compressed_file($fn[0]) or die "Unable to open $fn for reading: $!"; return $fh; } -- 2.39.2