Codebase list i3-gaps / f01a75c
travis/check-spelling.pl: check_spelling moved to Lintian::Spelling Michael Stapelberg 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1111 use autodie;
1212 use lib 'testcases/lib';
1313 use i3test::Util qw(slurp);
14 use Lintian::Check qw(check_spelling);
14 use Lintian::Spelling qw(check_spelling);
1515
1616 # Lintian complains if we don’t set a vendor.
1717 use Lintian::Data;