til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Use cpm

cpm is a tool for installing Perl modules from CPAN. It is alternative to cpanm and cpan.

I primarily use cpanm, but I received some PRs for jonasbn/perl-workflow, which made use of the GitHub Action: shogo82148/actions-setup-perl.

It offers:

  • cpanm
  • cpm
  • carton

The PRs used several, so I decided to let cpm be used, so I can see how it works.

REF: jonasbn/perl-workflow: .github/workflows/ci.yml

Resources and References