tag:github.com,2008:https://github.com/perl-actions/install-with-cpm/releases Release notes from install-with-cpm 2024-04-25T15:29:27Z tag:github.com,2008:Repository/254755815/v1.9 2024-04-25T15:36:01Z v1.9 <h2>What's Changed</h2> <ul> <li>Multiple improvements to cpm by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/atoomic/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/atoomic">@atoomic</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2263808021" data-permission-text="Title is private" data-url="https://github.com/perl-actions/install-with-cpm/issues/24" data-hovercard-type="pull_request" data-hovercard-url="/perl-actions/install-with-cpm/pull/24/hovercard" href="https://github.com/perl-actions/install-with-cpm/pull/24">#24</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/perl-actions/install-with-cpm/compare/v1.8...v1.9"><tt>v1.8...v1.9</tt></a></p> atoomic tag:github.com,2008:Repository/254755815/v1 2024-04-30T18:21:59Z v1.8 <ul> <li>use node20 rather than node16</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/perl-actions/install-with-cpm/compare/v1.7...v1"><tt>v1.7...v1</tt></a></p> atoomic tag:github.com,2008:Repository/254755815/stable 2024-04-25T15:29:27Z stable: Merge pull request #24 from perl-actions/multiple-improvements <p>Multiple improvements to cpm</p> atoomic tag:github.com,2008:Repository/254755815/v1.8 2024-04-04T17:09:55Z v1.8 <p>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2226081329" data-permission-text="Title is private" data-url="https://github.com/perl-actions/install-with-cpm/issues/23" data-hovercard-type="pull_request" data-hovercard-url="/perl-actions/install-with-cpm/pull/23/hovercard" href="https://github.com/perl-actions/install-with-cpm/pull/23">#23</a> from perl-actions/dependabot/npm_and_yarn/undi…</p> atoomic tag:github.com,2008:Repository/254755815/v1.7 2024-01-02T22:15:50Z Fix warnings and npm update <ul> <li>Update npm packages</li> <li>Bump to checkout@v4</li> <li>Fix warnings from <code>core.setOutput</code> view <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1430072297" data-permission-text="Title is private" data-url="https://github.com/perl-actions/install-with-cpm/issues/15" data-hovercard-type="issue" data-hovercard-url="/perl-actions/install-with-cpm/issues/15/hovercard" href="https://github.com/perl-actions/install-with-cpm/issues/15">#15</a></li> </ul> atoomic tag:github.com,2008:Repository/254755815/rm 2024-01-02T21:36:17Z rm: Merge pull request #20 from perl-actions/npm-2024 <p>Update npm packages</p> atoomic tag:github.com,2008:Repository/254755815/v1.6 2024-01-02T21:31:55Z npm update <p>Update all npm upstream packages</p> atoomic tag:github.com,2008:Repository/254755815/v1.5 2022-10-14T14:53:43Z Update multiple dependencies <ul> <li>Upgrade checkout action from v2 to v3</li> <li>Don't re-install Perl on Windows</li> <li>Use node16 rather than node12</li> <li>Bump @actions/core from 1.2.6 to 1.9.1</li> <li>Bump node-fetch from 2.6.1 to 2.6.7</li> <li>update cpm default branch: master -&gt; main</li> </ul> atoomic tag:github.com,2008:Repository/254755815/v1.4 2020-11-05T18:11:28Z Disable verbose and custom installation <p>This release updates a few node modules with some minor improvements:</p> <ul> <li>ability to disable/enable the verbose flag using <code>verbose</code></li> <li>ability to run cpm without <code>install</code> or <code>cpanfile</code> and use the <code>args</code> to customize the command line</li> </ul> atoomic tag:github.com,2008:Repository/254755815/v1.3 2020-04-17T21:18:02Z Add support for windows and rename action <p>v1.3 now provides support for windows</p> <p>The action was renamed from <code>install-cpm</code> to <code>install-with-cpm</code><br> making it clearer to users that you can use this action to install<br> modules using cpm.</p> <p>Note it's still possible to only install cpm without any modules</p> atoomic