This change: https://github.com/Perl/docker-perl/commit/6dc03932349674b283430f75d201c8bdcfffb402 Broke `cpanm` installs from backpan with this line: ``` ENV PERL_CPANM_OPT="--from https://www.cpan.org" ``` Causing commands like: ``` cpanm App::cpm@0.997002 ``` To fail with: ``` Found App::cpm 0.997011 which doesn't satisfy == 0.997002. ``` Not sure if this was intentional or not?