Tagged Questions
The minicpan tag has no wiki summary.
4
votes
1answer
50 views
How do I use cpanminus with a local CPAN::Mini?
I've created my own local copy of CPAN with minicpan and managed to reconfigure cpan to use it - Fantastic!
..but how would I go about using it with cpanminus?
4
votes
1answer
231 views
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 ...
3
votes
2answers
244 views
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
- ...
2
votes
0answers
298 views
How to automate module installation from a local MiniCPAN repository?
Having problems getting CPAN to work with a MiniCPAN repository from within a script (aim is a code deployment system to build local modules together with modules from CPAN, install to a local-lib, ...
1
vote
1answer
96 views
CPAN::Mini::Inject doesnt update 03modlist.data.gz
I have an intention of creating a empty local CPAN directory, and then inject the modules i need with the right version numbers.
So, i create a CPAN structure with CPAN::Mini like this:
my $local = ...