App-cpm
view release on metacpan or search on metacpan
Revision history for App-cpm
v1.1.1 2026-05-24 13:27:13 JST
- Use GitHub Artifact Attestations and add "ARTIFACT ATTESTATIONS" section to pod
v1.1.0 2026-05-07 20:22:44 JST
- Report the local Perl version in cpm's User-Agent so CPAN MetaDB can count cpm usage alongside cpanm-style Perl version stats.
The reporting is enabled by default outside CI, with an explicit opt-out for users who do not want to send it (#299)
v1.0.4 2026-05-07 00:14:51 JST
- Prefer installed modules before waiting on unresolved dists (robrwo #297, #298)
v1.0.3 2026-05-03 01:46:05 JST
- Fix --reinstall for dependency files (rlauer6 #294, #295)
- Refine install command environment handling (#293)
v1.0.2 2026-05-03 01:40:21 JST
- This release was made from the wrong revision; please use v1.0.3 instead.
v1.0.1 2026-04-27 10:00:08 CEST
- Require the latest Command::Runner, Parallel::Pipes::App
v1.0.0 2026-04-26 14:59:50 CEST
[This is cpm v1]
- cpm now prepares dependencies first and performs final installation separately.
- By default, cpm installs the requested distributions and their runtime dependency closure.
- Terminal progress output is now much better at showing what cpm is doing and which step is taking time.
- cpm now requires Perl v5.24 or later.
- For more background, see https://skaji.medium.com/cpm-v1-making-installs-stable-b2236b8eda44
v0.999.11 2026-04-26 09:27:03 CEST (TRIAL RELEASE)
- Add final-install and top-level selection options;
The default top-level phase selection is also changed
from build,runtime,test to configure,build,runtime,test,develop (#291)
v0.999.10 2026-04-25 19:41:11 CEST (TRIAL RELEASE)
- Handle narrow tty progress output (thibaultduponchelle #290)
- Show final installs in tty progress (#289)
- Add progress mode option (#288)
v0.999.9 2026-04-25 17:05:00 CEST (TRIAL RELEASE)
- Add broader verification tests (#287)
v0.999.8 2026-04-25 14:47:37 CEST (TRIAL RELEASE)
- Remove worker retry logic (#285)
v0.999.7 2026-04-25 14:19:20 CEST (TRIAL RELEASE)
- Add new terminal logger (#284)
- Refine install-last final installation and compatibility options (#282)
v0.999.6 2026-04-25 07:51:43 CEST (TRIAL RELEASE)
- Refactor build/install pipeline around builders (#281)
- Introduce a prebuilt builder (#280)
v0.999.5 2026-04-23 15:44:14 CEST (TRIAL RELEASE)
- Refine distribution states and prebuilt flow (#279)
v0.999.4 2026-04-22 09:02:25 EEST (TRIAL RELEASE)
- Refactor installer build logic into builders (#278)
v0.999.3 2026-04-09 01:06:07 JST (TRIAL RELEASE)
- Remove --sudo option (#277)
- Avoid spawning another process to save meta (#277)
v0.999.2 2026-04-08 00:03:54 JST (TRIAL RELEASE)
- Use IO::Uncompress::Gunzip/Bunzip2 instead of gzip/bzip2 (#276)
v0.999.1 2026-03-13 14:04:24 JST (TRIAL RELEASE)
- Fix App::cpm::Resolver::Fixed (#274)
v0.999.0 2026-03-13 13:30:02 JST (TRIAL RELEASE)
- Raise the minimum supported Perl version to v5.24 per the Lyon Amendment (#273)
0.998003 2025-12-29 13:23:24 JST
- Internal refactor: introduce App::cpm::Context (#272)
- Fix how to parse PERL_MB_OPT (#271)
0.998002 2025-12-04 21:44:00 JST
- Embed Test-Harness (XSven #267, #268)
0.998001 2025-11-13 15:50:00 JST
- The --sudo option is deprecated and will be removed in cpm version 1 (#264)
0.998000 2025-11-08 07:22:17 JST
- Use our own installer; drop dependencies on Menlo and local::lib (#263)
0.997024 2025-07-11 21:55:17 JST
- Use --depth=1 option by default for git clone (shawnlaffan #259)
( run in 2.075 seconds using v1.01-cache-2.11-cpan-f56aa216473 )