perl: fix miniperl missing execute permission (CI fix)
authorAlexandru Ardelean <redacted>
Wed, 20 May 2026 08:22:31 +0000 (11:22 +0300)
committerAlexandru Ardelean <redacted>
Wed, 20 May 2026 17:09:52 +0000 (20:09 +0300)
commitd4d4e3e4194dd6673c4f9eec5f4ee841c28b026c
tree58ab42f3a836ddb959af69819b28b4bf8382be2b
parent8c62419cd8d6011e3de0e33aa03a1709357dd06e
perl: fix miniperl missing execute permission (CI fix)

On some build systems, the miniperl binary is created without execute
permission (errno 126 when running it as /bin/sh). This breaks building
the mro extension and cascades to all dependent packages.

Fix by ensuring chmod +x on miniperl after the main build step.
This matches how many other build systems handle this same issue.

Signed-off-by: Alexandru Ardelean <redacted>
lang/perl/Makefile
git clone https://git.99rst.org/PROJECT