Releases: perl-actions/install-with-cpanm
Releases · perl-actions/install-with-cpanm
v1.7
v1.6
What's Changed
- bump node to v20 by @atoomic in #26
- Bump undici from 5.28.2 to 5.28.3 by @dependabot in #22
- Bump Node.js version by @quarckster in #25
- Bump undici from 5.28.3 to 5.28.4 by @dependabot in #27
- Add
local-lib
for easy caching by @JJ in #28
New Contributors
- @quarckster made their first contribution in #25
- @JJ made their first contribution in #28
Full Changelog: v1.5...v1.6
v1.5
- Update npm package
- Use actions/checkout@v4
- Fix
setOutput
warning #15 - Use ncc to build single file dist
Bump multiple dependencies and actions
- 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
Ability to install Perl Modules
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
Install App::cpanminus so you can use cpanm in your workflow.