Skip to content

Releases: perl-actions/install-with-cpanm

v1.7

28 Apr 10:25
10d60f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6...v1.7

v1.6

25 Apr 13:24
249cca0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5...v1.6

v1.5

02 Jan 22:11
a17c304
Compare
Choose a tag to compare
  • Update npm package
  • Use actions/checkout@v4
  • Fix setOutput warning #15
  • Use ncc to build single file dist

Bump multiple dependencies and actions

14 Oct 14:47
dce766b
Compare
Choose a tag to compare
  • Bump node12 to node16 in action.yml
  • Bump checkout action from v2 to v3
  • Don't reinstall perl on Windows
  • Bump @actions/core from 1.2.6 to 1.9.1
  • Bump node-fetch from 2.6.1 to 2.6.7

v1.3

05 Nov 17:56
Compare
Choose a tag to compare
  • ability to run cpanm with custom args (without install or cpanfile)
  • option to control -v flag (default: false)
  • update some node modules

Ability to install Perl Modules

17 Apr 22:32
Compare
Choose a tag to compare

The action was renamed from install-cpanm to install-with-cpanm to make it clearer to users that this can be used to install Perl Modules using a list or a cpanfile.

This is also adding compatibility with win32 platform.

Install Perl App::cpanminus

13 Apr 19:38
Compare
Choose a tag to compare

Install App::cpanminus so you can use cpanm in your workflow.