Changes between Initial Version and Version 1 of Ticket #67830, comment 1


Ignore:
Timestamp:
Jul 26, 2023, 10:33:49 PM (10 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67830, comment 1

    initial v1  
    1 The perl5 port is a stub port. It doesn't install perl, it just installs `perl` and `perl5` symlinks that points to whatever perl you have installed. By default, at present, that symlink points to the `perl5.34` executable installed by the perl5.34 port. You can use a different variant of the perl5 port if you'd like that symlink to point to a perl executable provided by a different perl port. For example, by installing perl5 with the +perl5_36 variant, you tell it to depend on the perl5.36 port instead and to provide `perl` and `perl5` symlinks that point to the `perl5.36` executable.
     1The perl5 port is a stub port. It doesn't install perl, it just installs `perl` and `perl5` symlinks that points to whatever perl you have installed. By default, at present, those symlinks point to the `perl5.34` executable installed by the perl5.34 port. You can use a different variant of the perl5 port if you'd like those symlinks to point to a perl executable provided by a different perl port. For example, by installing perl5 with the +perl5_36 variant, you tell it to depend on the perl5.36 port instead and to provide `perl` and `perl5` symlinks that point to the `perl5.36` executable.
    22
    33All of the p5-* module ports are stubs too that don't install anything, and they don't have variants. For example, p5-file-copy-recursive doesn't install anything. It just depends on p5.34-file-copy-recursive which installs File::Copy::Recursive for perl5.34. If you want to install File::Copy::Recursive for perl5.36, install p5.36-file-copy-recursive.