]> git.donarmstrong.com Git - bugscan.git/commitdiff
use Debbugs::Common::open_compressed_file instead
authorDon Armstrong <don@donarmstrong.com>
Sat, 24 Aug 2019 00:06:45 +0000 (17:06 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 24 Aug 2019 00:06:45 +0000 (17:06 -0700)
scanlib.pm

index 5ce31a8226f9a11e74f6626bb3d30ac5943b5a5e..9171f8490b6289019edc9fd69a1b87c1a6f17680 100644 (file)
@@ -57,7 +57,7 @@ sub glob_compressed_fh {
     if (not @fn) {
        die "No files exist which match glob '$fn'";
     }
     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;
 }
         die "Unable to open $fn for reading: $!";
     return $fh;
 }