From e9de621024d66d9fdd3a37b1b4cacdea31bf2195 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 6 Mar 2019 11:11:09 -0700 Subject: normalise an import Signed-off-by: Sean Whitton --- notmuch-slurp-debbug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-slurp-debbug') diff --git a/notmuch-slurp-debbug b/notmuch-slurp-debbug index 09d05c1..689b6f6 100755 --- a/notmuch-slurp-debbug +++ b/notmuch-slurp-debbug @@ -21,7 +21,7 @@ use strict; use warnings; use Config::Tiny; -use File::Spec::Functions 'catfile'; +use File::Spec::Functions qw(catfile); use File::Which; use File::Temp; use Getopt::Long; -- cgit v1.2.3