CPAN::Mini::Inject is a Perl module that uses CPAN::Mini to build or update a local CPAN mirror then adds modules from your repository to it, allowing the inclusion of private modules in a minimal CPAN mirror.
SYNOPSIS
If you're not going to customize the way CPAN::Mini::Inject works you probably want to look at the mcpani command instead.
use CPAN::Mini::Inject;
$mcpi=CPAN::Mini::Inject->new;
$mcpi->parsecfg('t/.mcpani/config');
$mcpi->add( module => 'CPAN::Mini::Inject',
authorid => 'SSORICHE',
version => ' 0.01',
file => 'mymodules/CPAN-Mini-Inject-0.01.tar.gz' )
$mcpi->writelist;
$mcpi->update_mirror;
$mcpi->inject;
Product's homepage
Requirements:
· Perl