| Paketname | libtest-fixme-perl |
| Beschreibung | Perl module to check code for FIXME declarations |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.04-2 |
| Sektion | universe/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 | Ubuntu MOTU Developers |
| Quelle | |
| Paketgröße | 8654 Byte |
| Prüfsumme MD5 | 6ef5e98dd96738479c82dbc3936ac2d9 |
| Prüfsumme SHA1 | 61b1cb5841f2607d89cacb4328990ff0273a8df6 |
| Prüfsumme SHA256 | f308abefc2354851b03bdf852696a59e5cad558bba77a6f7cf0e311ba61db24b |
| 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.
|