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

If I understand correctly, saving the contents of the `local` directory happens at the end of the workflow step with `shogo82148/actions-setup-perl@v1`. Notably, this is different from the behavior of the...

Related to #456: How do I install modules listed in my Makefile.PL? Normally `cpanm -l . --installdeps .` works for me normally but I would like to see the recommended...

See [this run](https://github.com/sqitchers/sqitch/runs/3900675895?check_suite_focus=true), with this bit: ``` cpm install --global --verbose --show-build-log-on-failure --no-test Locale::[email protected] ``` Leads to these errors: ``` 2021-10-14T23:18:43,1368,ExtUtils::MakeMaker| MetaCPAN, skip, because MetaCPAN is configured to resolve dev...

Similar to #420 it would be nice to be able to request a perl built with -Duselongdouble or -Dusequadmath. NB that quadmath is a gcc-ism so probably isn't available on...

I created this workflow: ``` yaml name: CI on: [push] jobs: winperl514: runs-on: windows-latest steps: - name: Setup perl uses: shogo82148/actions-setup-perl@v1 with: {perl-version: "5.14"} - run: perl -V - run:...

How much effort would it take to also support Cygwin etc on this excellent "action"? Also, what is the "default" Perl on the GH-provided Windows environment?

is possible to add perl x86 versions?

Is the intention of #501 to add general support for building with Perl 5.6? Tried it out with the Linux workflow file for [Archive-Zip-SimpleZip](https://github.com/pmqs/Archive-Zip-SimpleZip) but it didn't work -- see...

``` Wed, 28 Oct 2020 00:59:33 GMT Run shogo82148/actions-setup-perl@v1 Wed, 28 Oct 2020 00:59:33 GMT ##[debug]isExplicit: 5.28.3 Wed, 28 Oct 2020 00:59:33 GMT ##[debug]explicit? true Wed, 28 Oct 2020 00:59:33...

Can we get `Module::Build` installed by default on both the Windows variants? My attempts to get it installed manually in windows failed https://github.com/pmqs/Compress-Stream-Zstd/actions/runs/4152234268/jobs/7183055894and Strawberry seems ok https://github.com/pmqs/Compress-Stream-Zstd/actions/runs/4152234265/jobs/7183055871