brian d foy
brian d foy
This is the relevant bit from one of my workflows, so I think I'm pulling from this project. ``` matrix: os: - ubuntu-22.04 perl-version: - '5.8' - '5.10' - '5.12'...
Just pulling locally, this seems to be a problem with the images perl:5.20 and earlier. See also [GitHub Actions doesn't like the older perl images today](https://www.reddit.com/r/perl/comments/1dg1fur/github_actions_doesnt_like_the_older_perl_images/).
I should have reported back with my adjustments to my workflows. You can see [what I did](https://github.com/briandfoy/github_actions). This satisfies me for the time being since it works.
Is there anything more to do with this issue? I think I'm satisfied here. It's a bit messy, but it's been working fine for me. I think we can close...
I don't mind adding other fields, and a purl field will be fine. However, after reading the purl stuff it seems it doesn't quite fit. * The namespace of a...
Since there was been no response to this, I'm closing this PR simply to keep the queue clean.
Not that I have a fix, but the Test::JSON::Schema::Acceptance situation is the sort that made me add a [`schedule` trigger](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule) to my GitHub workflows. The workflows run once a week...
There are some problems with this security issue. First, the problem is that perl previously included `.` in the default search path. That meant that directories the user did not...
Note that we specifically do not have a goal of consistency. Tom's original idea was that these programs could do the same work as the common unix counterparts, which as...
Pod::Usage is fine since it's a core module since 5.006