Estos ficheros de prueba deberán
ser programas Perl con el tipo .t
.
La estructura queda como sigue:
$ perl -V | grep -i summary Summary of my perl5 (revision 5 version 8 subversion 4) configuration: $ h2xs -AXn PL::Tutu Defaulting to backwards compatibility with perl 5.8.4 If you intend this module to be compatible with earlier perl versions, please specify a minimum perl version with the -b option. Writing PL-Tutu/lib/PL/Tutu.pm Writing PL-Tutu/Makefile.PL Writing PL-Tutu/README Writing PL-Tutu/t/PL-Tutu.t Writing PL-Tutu/Changes Writing PL-Tutu/MANIFESTEl árbol de directorios creado es el que sigue:
$ tree . `-- PL-Tutu |-- Changes |-- MANIFEST |-- Makefile.PL |-- README |-- lib | `-- PL | `-- Tutu.pm `-- t `-- PL-Tutu.t 4 directories, 6 files
Casiano Rodríguez León