From f01a75cee82372e7e002510f8b9e80f048ce63d8 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 28 Nov 2019 08:51:26 +0100 Subject: [PATCH] travis/check-spelling.pl: check_spelling moved to Lintian::Spelling --- travis/check-spelling.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/check-spelling.pl b/travis/check-spelling.pl index 6d070136..2a112c50 100755 --- a/travis/check-spelling.pl +++ b/travis/check-spelling.pl @@ -12,7 +12,7 @@ use v5.10; use autodie; use lib 'testcases/lib'; use i3test::Util qw(slurp); -use Lintian::Check qw(check_spelling); +use Lintian::Spelling qw(check_spelling); # Lintian complains if we don’t set a vendor. use Lintian::Data;