Source: libtest-tabs-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-tabs-perl Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-tabs-perl.git Homepage: https://metacpan.org/release/Test-Tabs Package: libtest-tabs-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Description: check the presence of tabs in your project Test::Tabs scans your project/distribution for any perl files (scripts, modules, etc) for the presence of tabs. . In particular, it checks that all indentation is done using tabs, not spaces; alignment is done via spaces, not tabs; indentation levels never jump up (e.g. going from 1 tab indent to 3 tab indent without an intervening 2 tab indent); and there is no trailing whitespace on any line (though lines may consist entirely of whitespace).