Paketname | libtest-exception-perl |
Beschreibung | module for testing exception-based code |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.29-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 76 Byte |
Hängt ab von | perl, libsub-uplevel-perl (>= 0.18) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 17828 Byte |
Prüfsumme MD5 | 346a29c04456a357d8f37d96cb58cb1c |
Prüfsumme SHA1 | e2aa1454998fcaffe26eb8ed2530246e5594dce5 |
Prüfsumme SHA256 | ffdc3e3d1e28fb01edf84a49b4746cb6dffc6aefaa55d562dfdac853d06c85ff |
Link zum Herunterladen | libtest-exception-perl_0.29-1_all.deb |
Ausführliche Beschreibung | Test::Exception is a Perl test module that provides a few convenience methods
for testing exception-based code. It is built with Test::Builder and plays
happily with Test::More and friends.
.
Note that this module only checks for exceptions, so it ignores other methods
of halting program executing - including exit(). If your code causes the Perl
interpreter to exit, Test::Exception won't be able to catch it.
|