Changes between Version 2 and Version 3 of perl-modules
- Timestamp:
- 12/20/2023 08:58:04 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified perl-modules
v2 v3 1 1 = Perl Modules = 2 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).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 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 5 For testing with newer versions, or with possible new dependencies which may or may not be useful, do a DESTDIR install and then make that available with: 6 {{{ 6 7 export PERL5LIB=/some/where/usr/lib/perl5/site_perl/5.xx.y/ 7 8 9 [wiki:Programming Up][[br]] 10 [wiki:BlfsNotes Top] 8 }}}