Next | Why PREFIX will never work (and what will) | 2 |
The module installation mantra
perl Makefile.PL make make test make install
Makefile.PL is a Perl program using ExtUtils::MakeMaker.
It generates a Makefile which all the 'make' steps use.
'make install' installs your module... where?
Where Config.pm tells it to go.
Next | ToC | Copyright © 2005 Michael G Schwern |