Subject: | How do you do an 'o conf commit' when running 'cpan -i Module::Foo' |
I upgraded CPAN to 1.8801 from the version shipped with Perl 5.8.8 on a
server and ran into an interesting scenario later. My next run with
CPAN was to run 'cpan -i Catalyst::Devel' (the module is probably
irrelevant). Upon starting CPAN ran me through a few various
configuration steps for the new version. At the end, it mentioned that
to save the changes, I needed to issue an 'o conf commit'. The problem
is that with running a 'cpan -i', I'll never see an interactive line to
type the 'o conf commit' into. So, next time I run CPAN, I'll have to
reconfigure again, or, as is the case with Catalyst::Devel, even during
the install of the current module.