Paketname | libtest-strict-perl |
Beschreibung | test module for checking the syntax of use strict and test coverage |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.14-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 72 Byte |
Hängt ab von | perl, libdevel-cover-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 13028 Byte |
Prüfsumme MD5 | f77e25ab663122164eb955c94d04c2f1 |
Prüfsumme SHA1 | a7a354c23bbaae4a1fc757a774e6719ac075eb36 |
Prüfsumme SHA256 | b9c90473852df8b2d9973fc6aac1918a5760885c910c3168a0f8d99b8ca13700 |
Link zum Herunterladen | libtest-strict-perl_0.14-1_all.deb |
Ausführliche Beschreibung | Test::Strict tests if the code compiles and inter-operates with
Test::Simple modules. Another good practice this module can test
is to "use strict;" in all perl files.
.
By setting a minimum test coverage through all_cover_ok(), a code author can
ensure his code is tested above a preset level of kwalitee throughout the
development cycle. Along with Test::Pod, this module can provide the first
tests to setup for a module author.
|