Changes between Version 1 and Version 2 of perl-modules
- Timestamp:
- 10/04/2018 02:40:22 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
perl-modules
v1 v2 1 1 = Perl Modules = 2 3 Most regular modules accept 'make DESTDIR=/some/where install' but those using Build.PL need './Build install destdir=/somewhere' (lowercase, and after the command). 4 5 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 6 export PERL5LIB=/some/where/usr/lib/perl5/site_perl/5.xx.y/ 7 2 8 3 9 [wiki:Programming Up][[br]]