Skip to content

Releases: shogo82148/actions-setup-perl

v1.9.3

10 Jan 09:07
41f9575
Compare
Choose a tag to compare
  • bundle Win32.pm #559
  • fixed: bundled cpanm on windows does not work if x_static_install = 1 #550

v1.9.2

18 Dec 08:44
d153a40
Compare
Choose a tag to compare
  • fix: Cannot load Net::SSLeay on macOS #523

v1.9.1

08 Dec 01:10
662783b
Compare
Choose a tag to compare
  • fix broken cpanm
  • fix broken perl binaries 5.8.0, 5.6.2, 5.6.1, and 5.6.0 on macOS

v1.9.0

05 Dec 05:56
23631ed
Compare
Choose a tag to compare
  • support more old versions of perl
    • v5.8.4, v5.8.3, v5.8.2, v5.8.1, v5.8.0
    • v5.6.2, v5.6.1, v5.6.0
  • fix IO::Socket::SSL is unavailable on windows #462

v1.8.3

12 Nov 02:47
341aa63
Compare
Choose a tag to compare
  • stop using pl2bat #448
    • for fixing Yet another mysterious cpanm failure on Windows #445

v1.8.2

07 Nov 14:40
3de1e1f
Compare
Choose a tag to compare
  • fix Perl 5.8.x builds on macOS #439

v1.8.0

07 Nov 11:12
97e1236
Compare
Choose a tag to compare
  • pre-install common modules #432
  • add multi threading options #435

v1.7.2

05 Oct 06:50
8d2e3d5
Compare
Choose a tag to compare
  • fix cpm install fails with Perl 5.18 #372

v1.7.1

04 Oct 00:47
c5e79b5
Compare
Choose a tag to compare
  • Updated communication with runner to use environment files rather then workflow commands
  • Add cpm command
  • Add Actions::Core module
  • Fix failing to get the available perl versions

v1.7.0

04 Oct 00:47
2d09bde
Compare
Choose a tag to compare
  • Updated communication with runner to use environment files rather then workflow commands
  • Add cpm command
  • Add Actions::Core module