http://qs321.pair.com?node_id=11141884


in reply to Re: What's happening to CPAN? I'm worried.
in thread What's happening to CPAN? I'm worried.

I'm OK with that, as long as the cpan client still allows mirrors to be configured. I'm running local a local CPAN::Mini mirror for development reason. This allows me to override some module (injecting debugging code and so) and allows me to easily deploy my darkpan modules and module versions that have not yet released on CPAN.

perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'