wiki:perl-modules

Version 2 (modified by ken@…, 6 years ago) ( diff )

General comments on using DESTDIR for modules, and picking that up for tests.

Perl Modules

Most regular modules accept 'make DESTDIR=/some/where install' but those using Build.PL need './Build install destdir=/somewhere' (lowercase, and after the command).

For testing with newer versions, or with possible new deps which may or may not be useful, do a DESTDIR install and then make that available with export PERL5LIB=/some/where/usr/lib/perl5/site_perl/5.xx.y/

Up
Top

Note: See TracWiki for help on using the wiki.