Parámetros de WriteMakefile

El programa usa el módulo ExtUtils::MakeMaker que proporciona la subrutina WriteMakefile , la cual se encarga de construir el Makefile de acuerdo a las especificaciones que se le pasan como parámetros:

Por tanto, para crear el Makefile basta ejecutar este programa escribiendo perl Makefile.PL

Parse-Yard$ perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Parse::Yard
Parse-Yard$ ls -ltr
total 44
drwxr-xr-x  2 lhp lhp  4096 2004-12-23 09:47 t
-rw-r--r--  1 lhp lhp  1202 2004-12-23 09:47 README
-rw-r--r--  1 lhp lhp    69 2004-12-23 09:47 MANIFEST
-rw-r--r--  1 lhp lhp   561 2004-12-23 09:47 Makefile.PL
drwxr-xr-x  3 lhp lhp  4096 2004-12-23 09:47 lib
-rw-r--r--  1 lhp lhp   158 2004-12-23 09:47 Changes
-rw-r--r--  1 lhp lhp 19549 2004-12-23 16:34 Makefile

Casiano Rodríguez León
Licencia de Creative Commons
Principios de Programación Imperativa, Funcional y Orientada a Objetos Una Introducción en Perl/Una Introducción a Perl
por Casiano Rodríguez León is licensed under a Creative Commons Reconocimiento 3.0 Unported License.

Permissions beyond the scope of this license may be available at http://campusvirtual.ull.es/ocw/course/view.php?id=43.
2012-06-19