Subject: | Hardcoded paths |
Beginning as of 1.10, you have following lines of code within
lib/Bot/CPAN.pm which make it impossible (atleast for me) to bootstrap
the CPAN bot accordingly:
291: my $cp = retrieve('/home/afoxson/.cpanbot/index') unless
$self->get('cp');
558: my $cp = retrieve('/home/afoxson/.cpanbot/index');
As discussed on #perl in Freenode, the consensus was to use
File::Home::Save to safely place files in home directories.
I guess, you've been using these paths within your environment,
but they surely a major show-stopper when the distribution gets
proliferated to CPAN.
Nevertheless, I reverted to 0.79 which came to life after I've
installed the *exact* versions of the dependecies.