travis/check-spelling.pl: check_spelling moved to Lintian::Spelling
This commit is contained in:
parent
9a3eb4fc71
commit
f01a75cee8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue