Paketname | libtest-exception-perl |
Beschreibung | module for testing exception-based code |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (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 | Ubuntu Developers |
Quelle | |
Paketgröße | 17848 Byte |
Prüfsumme MD5 | 1722f24af947da053d2d465aced76afd |
Prüfsumme SHA1 | 01b8d0a746a0c9a3affa68e6c359723969f166bc |
Prüfsumme SHA256 | 05de373d3eca21c7c8511338e11476bf43e91fc632a76b2e697b0da669c5aca7 |
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.
|