DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtest-exit-perl
BeschreibungPerl module for testing whether code exits without terminating
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.03-1
Sektionperl
Prioritätoptional
Installierte Größe72 Byte
Hängt ab vonperl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.86)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße8612 Byte
Prüfsumme MD517278f40b4862f803337ffdc9aa24da2
Prüfsumme SHA10b2532ea64204b0ace052e9862d577ba122cb51f
Prüfsumme SHA2562fc49a1c8d2c2f1fad894a669454fc66b30c9535cd9ff4b8dd472f4ba90932fe
Link zum Herunterladenlibtest-exit-perl_0.03-1_all.deb
Ausführliche BeschreibungTest::Exit provides some simple tools for testing that code does or does not call exit(), while stopping code that does exit at the point of the exit(). Currently it does so by means of exceptions, so it will not function properly if the code under test calls exit() inside of an eval block or string. . The only criterion tested is that the supplied code does or does not call exit(). If the code throws an exception, the exception will be propagated and you will have to call it yourself. die()ing is not exiting for the purpose of these tests.


Impressum
Linux is a registered trademark of Linus Torvalds