CPAN::Mini::Inject

Inject modules into a CPAN::Mini mirror
Download

CPAN::Mini::Inject Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Armstrong
  • Publisher web site:
  • http://search.cpan.org/~andya/

CPAN::Mini::Inject Tags


CPAN::Mini::Inject Description

Inject modules into a CPAN::Mini mirror 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.SYNOPSISIf 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; Requirements: · Perl


CPAN::Mini::Inject Related Software