]> git.donarmstrong.com Git - bugscan.git/blobdiff - scanlib.pm
use Debbugs::Common::open_compressed_file instead
[bugscan.git] / 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'";
     }
-    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;
 }