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-nowarnings-perl
BeschreibungPerl module to make sure you didn't emit any warnings while testing
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version0.084-1
Sektionperl
Prioritätoptional
Installierte Größe72 Byte
Hängt ab vonperl (>= 5.6.0-16), libtest-tester-perl (>= 0.103)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße10756 Byte
Prüfsumme MD56152739666bcfaddd7a9150d12fc8e6b
Prüfsumme SHA129ded7bcb2d7d7188b9ee98efacec647d42fcb65
Prüfsumme SHA2562931f12466eb25e6636a1467e950ac03e0bfbe6aabdd8698c5746439e24fbe26
Link zum Herunterladenlibtest-nowarnings-perl_0.084-1_all.deb
Ausführliche BeschreibungIn general, your tests shouldn't produce warnings. This modules causes any warnings to be captured and stored. It automatically adds an extra test that will run when your script ends to check that there were no warnings. If there were any warings, the test will give a "not ok" and diagnostics of where, when and what the warning was, including a stack trace of what was going on when the it occurred. . If some of your tests are supposed to produce warnings then you should be capturing and checking them with Test::Warn, that way Test::NoWarnings will not see them and so not complain. . The test is run by an END block in Test::NoWarnings. It will not be run when any forked children exit.


Impressum
Linux is a registered trademark of Linus Torvalds