Source: libtest-fixme-perl Maintainer: Debian Perl Group Uploaders: Rene Mayorga , Ryan Niebur , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-fixme-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-fixme-perl.git Homepage: https://metacpan.org/release/Test-Fixme Testsuite: autopkgtest-pkg-perl Package: libtest-fixme-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to check code for FIXME declarations When coding it is common to come up against problems that need to be addressed but that are not a big deal at the moment. What generally happens is that the coder adds comments like: . # FIXME - add checking of user privileges here. . Test::Fixme allows you to add a test file that ensures that none of these get forgotten in the module.