Paketname | libtest-portability-files-perl |
Beschreibung | Perl module to check that file names in a distribution are portable |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.05-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 72 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 10494 Byte |
Prüfsumme MD5 | 0a4adf1f8c473fc5cfd30a331d496c68 |
Prüfsumme SHA1 | ae23a56e3b7925938ec7e42c89174979cf6ab675 |
Prüfsumme SHA256 | c755d75dbd2ca85fdedbc2c90a4a708591f26cb7075d9ca5c69780c40da18cb7 |
Link zum Herunterladen | libtest-portability-files-perl_0.05-2_all.deb |
Ausführliche Beschreibung | Test::Portability::Files is used to check the portability across operating
systems of the names of the files present in the distribution of a module.
The tests use the advices given in perlport/"Files and Filesystems". The
author of a distribution can select which tests to execute.
.
To use this module, simply copy the code from the synopsis in a test file
named t/portfs.t for example, and add it to your MANIFEST. You can delete the
call to options() to enable only most common tests.
|