Changes between Version 2 and Version 3 of perl-modules


Ignore:
Timestamp:
12/20/2023 08:58:04 PM (4 months ago)
Author:
pierre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • perl-modules

    v2 v3  
    11= Perl Modules =
    22
    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).
     3Most regular modules accept `make DESTDIR=/some/where install` but those using Build.PL need `./Build install destdir=/somewhere` (lowercase, and after the command).
    44
    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
     5For 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{{{
    67export PERL5LIB=/some/where/usr/lib/perl5/site_perl/5.xx.y/
    7 
    8 
    9 [wiki:Programming Up][[br]]
    10 [wiki:BlfsNotes Top]
     8}}}