-
-
Notifications
You must be signed in to change notification settings - Fork 0
Build first iteration of action-publish-cpan #1
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
Comments
@ehuelsmann can you help? |
Note that CPAN uses a |
@ehuelsmann I've got somewhere, but it's currently failing to find the |
I figured out the path thing, by installing perl ourselves but now it's giving an error when we run
|
OK I figured that out too. If you want to use a semver-style version number you need to prefix it with a |
Nope, that didn't work. I can only seem to make the |
In order to try and work out why it was different on my machine, I added some version number printing. The GHA container has perl v5.30.0, wheras I have v5.34.0 locally. They both end up with |
|
I've modified it to use the same mechanism we use in the monorepo, leaning on |
I wish I'd done this in a branch now, rather than cluttering up |
OK I reset the |
🤔 What's the problem you're trying to solve?
We need this github action so that we can add a
release-cpan.yml
to cucumber/messages#27✨ What's your proposed solution?
Port the code over from https://github.com/cucumber/common/blob/main/.templates/perl/default.mk
Ideally, add a test package and a github workflow to this repo to test that it actually works. See the npm action for an example.
📚 Any additional context?
cucumber/common#2029
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: