Builds the custom perl binary and related container image for flair and scot4-inbox
There are several modules that may break as authors abandon their releases.
-
Test::mysqld = filed a bug report kazuho/p5-test-mysqld#38
- cpanm --force and hope for the best
- had to cpanm --look
- delete t/05-*
- perl Build.PL
- ./Build && ./Build test && ./Build install
- cpanm --force and hope for the best
-
Crypt::Curve25519 - compilation fails - author unresponsive
- ajgb/crypt-curve25519#9
- Solution:
- sudo -E cpanm --look Crypt::Curve25519
- grep -rl fmul | xargs sed -i 's/fmul/fixedvar/g'
- perl Makefile.PL
- make
- make test
- make install
- exit