Skip Menu |

This queue is for tickets about the CPAN-Mini-Visit CPAN distribution.

Report information
The Basics
Id: 69095
Status: new
Priority: 0/
Queue: CPAN-Mini-Visit

People
Owner: Nobody in particular
Requestors: justincase [...] yopmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: pull minicpan location from .minicpanrc if not specified
App::CPAN::Mini::Visit has some code that might be worth copying. it pulls the minicpan location from the config (.minicpanrc) if it is not specified: # locate minicpan directory if ( ! $opt->get_minicpan ) { my %config = CPAN::Mini->read_config; if ( $config{local} ) { $opt->merge_defaults( {minicpan => $config{local}} ); } }