Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add perl package #130

Merged
merged 1 commit into from
Oct 19, 2024
Merged

Add perl package #130

merged 1 commit into from
Oct 19, 2024

Conversation

kylewlacy
Copy link
Member

This PR adds a new perl package. Unlike the version of Perl in std.toolchain(), this one is meant to follow the upstream version more directly. Also, having a standalone package means we can do tricks like create a "Perl virtual environment" and install packages into it in a composable way (similar to what we did with Python for asciinema in #127)

For some reason, the Perl build failed unless there was at least one additional locale available at build time, so I used localegen to create a locale that Perl can find during the build. I used C.UTF-8 because that seemed like a pretty common one.

@kylewlacy kylewlacy merged commit 52c73e7 into main Oct 19, 2024
3 checks passed
@kylewlacy kylewlacy deleted the add-perl branch October 19, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant