Source: libdevel-strictmode-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/libdevel-strictmode-perl Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-strictmode-perl.git Homepage: https://metacpan.org/release/Devel-StrictMode Package: libdevel-strictmode-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Description: determine whether strict (but slow) tests should be enabled Devel::StrictMode provides you with a constant `STRICT` which you can use to determine whether additional strict (but slow) runtime tests are executed by your code.