| Paketname | libtest-fixme-perl |
| Beschreibung | Perl module to check code for FIXME declarations |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.04-2 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 64 Byte |
| Hängt ab von | perl (>= 5.6.0-16), libfile-finder-perl, libfile-slurp-perl |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Perl Group |
| Quelle | |
| Paketgröße | 8636 Byte |
| Prüfsumme MD5 | f39b8c152feabc7969417341beabf38e |
| Prüfsumme SHA1 | b0bf9498c14c2fbcbc77e7caf8fef619533e893a |
| Prüfsumme SHA256 | 485266b4a1a75129d4d1d25a057e036ec2ea91f586ca88736daf2531921de5f5 |
| Link zum Herunterladen | libtest-fixme-perl_0.04-2_all.deb |
| Ausführliche Beschreibung | 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.
|