You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
I was able to build and install cperl-5.30.0 under perlbrew. A couple of files need small fixes.
List of all steps:
download cperl-5.30.0.tar.gz from github
perlbrew install /path/to/cperl-5.30.0.tar.gz as cperl-5.30.0 &
just as the build starts you can easily "patch" the files for the running build
cd ~/perl5/perlbrew/build/cperl-5.30.0/cperl-5.30.0 and modify write_buildcustomize.pl in order to add dist/if to line 31
comment out line 115 of installman (or else it will complain about a non-existant file handle. whatever, seems ok to ignore. maybe worth investigating at some point I suppose.)
yeah, you could make those changes to the files beforehand too, say, by untarring, editing, and retarring and gzipping. perlbrew seems to only take local tarballs instead of having an option for uncompressed local directories?
watch the scrolling output with tail -f ~/perl5/perlbrew/build.cperl-5.30.0.log
Done!
The text was updated successfully, but these errors were encountered:
I was able to build and install cperl-5.30.0 under perlbrew. A couple of files need small fixes.
List of all steps:
Done!
The text was updated successfully, but these errors were encountered: