NAME

mci - Index your CPAN mini repository

DOCUMENTATION

Let you create and search full text indexed database based on the content of files.

First indexing

Indexing a CPAN Mini repository takes between two and three hours on a modern box if you have your repository on an old laptop, it's going to take ages. mci can attempt to speedup the indexing by installing a pre-generated CPAN mini indexing database if you use the --pre_indexed option.

USAGE

$> siim --option --option  file_1 file_2 ... file_n

Examples

  • $> 
  • $> 
  • command line completion (in your current shell)

    $> mci --completion_script > /tmp/mci ; source /tmp/mci ; rm /tmp/mci

OPTIONS

'h|help'                display help
'v|verbose'             
'completion_script'     generates a bash completion script

'cpan_mini'        cpan mini location or $ENV{CPAN_MINI} or '/devel/cpan'

EXIT STATUS

AUTHOR

Nadim ibn hamouda el Khemir
CPAN ID: NKH
mailto: nkh@cpan.org

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 37:

Expected '=item *'

Around line 41:

You forgot a '=back' before '=head1'