I tried to tinker a bit with some Git branch for a future #PullRequest before “doing the real work” …

Now I’ve dug deeply into `cpanm` code, created two truth tables of 32 cases each and lost the whole day writing a lengthy update on this #GitHub issue. 😂
https://github.com/miyagawa/cpanminus/issues/651#issuecomment-1693607035

The issue is actually about building small #Docker containers with minimal @Perl dependencies while using the #CPAN client #cpanm alias #cpanminus.

Installing dependencies without "test" phase · Issue #651 · miyagawa/cpanminus

I’m going to build a minimal Docker image for an application that should only include runtime dependencies. I want to install all dependencies with --notest and just realized that this still instal...

GitHub