minicpan

How can I exclude a module from a minicpan repository?

I have a local MINICPAN repository, but I want to remove a specific version of a module, and inject an older version. This is the steps I've taken. - create the MINICPAN, not filtering any modules - use mcpani --add for the module in question - use mcpani --inject At this point, I can see in the MINICPAN that it has both the version ...

How do I tell CPAN.pm to use an application-specific mini-cpan?

Is there a way to use app-specific mini-CPANs (to ensure specific module versions for different apps and make an install work without net access). The 'standard' mini-cpan way of things relies on setting 'o conf urllist' with a file url in your CPAN/Config.pm That's fine with one single mini-cpan. However, I need to automate having a C...