Paketname | libtest-tempdir-perl |
Beschreibung | Perl module that creates temporary files for testing |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.05-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 84 Byte |
Hängt ab von | perl (>= 5.6.0-16), libfile-nfslock-perl, libmoose-perl (>= 0.87), libmoosex-types-path-class-perl ( |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 14854 Byte |
Prüfsumme MD5 | 067beeb731d5b66a6df6b0101506d1d0 |
Prüfsumme SHA1 | f558c2060f9fd5c68736a387b6b1aa4d0194bbea |
Prüfsumme SHA256 | 0aab9c67feb0ac3ffd4fd86a8e042c01db970ef7389ea3642d022ac16d5b9d26 |
Link zum Herunterladen | libtest-tempdir-perl_0.05-1_all.deb |
Ausführliche Beschreibung | Test::TempDir provides temporary directory creation with testing in mind.
.
The differences between this module and File::Temp are:
* prevent race conditions when running parallel tests harness
* empty directory before running tests
* files are not cleaned at the end of the tests if they fail
|