shogo82148 / actions-setup-perl

Setup Perl environment Action
https://github.com/marketplace/actions/setup-perl-environment
MIT License
86 stars 6 forks source link

[Windows] Add option to use Strawberry Perl PDL edition #1992

Open shawnlaffan opened 3 weeks ago

shawnlaffan commented 3 weeks ago

Strawberry Perl provides a PDL edition that includes PDL and several related packages.

These are flagged in the releases.json file, e.g. https://github.com/StrawberryPerl/strawberryperl.com/blob/3dd05e401e0b755cedc2173b6a761d9bfe33d2d3/releases.json#L12-L17

It would be useful to provide this as an option for Strawberry Perl runs. At the least it would save a decent chunk of processing for packages that depend on PDL.