N1VUX is my FCC-issued ham radio callsign.
But the minicpan script failed with message
unable to contact the remote mirror
After verifying that it was attempting to use the $ENV{http_proxy} standard (by adding debug lines to the CPAN::Mini module), I guessed that I needed to comment out the lines in CPAN::Mini::new():
# croak "unable to contact the remote mirror"
# unless LWP::Simple::head($self->{remote});
since HEAD isn't always as well supported or tested
I already have a bug report submitted at rt.cpan
Ouch,,, (Score:1)
I guess it never occured to me that something as stable and mature as LWP wouldn't Just Work with normal features.