Paketname | libtest-strict-perl |
Beschreibung | test module for checking the syntax of use strict and test coverage |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.13-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 72 Byte |
Hängt ab von | perl (>= 5.6.0-16), libdevel-cover-perl (>= 0.43) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 12342 Byte |
Prüfsumme MD5 | c00f01024892e87311196158936c402a |
Prüfsumme SHA1 | f8f70d2ac83b8a84838817a8754ac5eab77a0201 |
Prüfsumme SHA256 | e282413a4820a894b89253d0340aae8aabf00238c08eb8a532d00b100387de49 |
Link zum Herunterladen | libtest-strict-perl_0.13-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.
|