X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=scanlib.pm;h=9171f8490b6289019edc9fd69a1b87c1a6f17680;hp=5ce31a8226f9a11e74f6626bb3d30ac5943b5a5e;hb=HEAD;hpb=af9877918029b047a759107f2078e777b0935bec;ds=sidebyside 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; }