[ 源代码: libtest-fixme-perl ]
软件包:libtest-fixme-perl(0.16-1)
libtest-fixme-perl 的相关链接
Debian 的资源:
下载源码包 libtest-fixme-perl:
- [libtest-fixme-perl_0.16-1.dsc]
- [libtest-fixme-perl_0.16.orig.tar.gz]
- [libtest-fixme-perl_0.16-1.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- Rene Mayorga (QA 页面)
- Ryan Niebur (QA 页面)
- Florian Schlichting (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
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.