gugod / App-perlbrew

Manage perl installations in your $HOME
https://perlbrew.pl
Other
720 stars 216 forks source link

`arch` needs to be derived from myarchname. #823

Closed gugod closed 1 month ago

gugod commented 1 month ago

On macOS, archname do not contain arch like the way it is on linux:

# perl -V:archname
archname='darwin-2level';

But myarchname does:

# perl -V:myarchname
myarchname='arm64-darwin';