actions-setup-perl icon indicating copy to clipboard operation
actions-setup-perl copied to clipboard

Setup Perl environment Action

Results 14 actions-setup-perl issues
Sort by recently updated
recently updated
newest added

Migrating travis configuration to the actions and there are `dev` and `blead` in the travis matrix. But it is not possible to install them using this action.

I'm not quite sure if this is actions problem or cpanminus. Still, it works fine locally on 5.12 or 5.18 and fails on CI. See: https://github.com/Camelcade/Bundle-Camelcade/actions/runs/4275789794/jobs/7443400708 `Test::Warnings` failing for some...

Documentation says it's none. But i see: ``` /opt/hostedtoolcache/perl/5.36.0/x64/bin/perl /home/runner/work/_actions/shogo82148/actions-setup-perl/v1/bin/cpanm --local-lib-contained local --notest --installdeps . ``` So tests are suppressed by default. Worth having an option for that. I have...

For Perl XS modules, particularly those in the core, you need your module to support being build with a Perl binary created with a C++ compiler. I'm just updating [Compress-Raw-Zlib](https://github.com/pmqs/Compress-Raw-Zlib)...