CPAN-Mini-Visit-Simple

Lightweight traversal of a minicpan repository


License
Artistic-1.0-Perl

Documentation

README for Perl extension CPAN-Mini-Visit-Simple

CPAN::Mini::Visit::Simple - Lightweight traversal of a minicpan repository.

This document refers to version 0.018 of CPAN::Mini::Visit::Simple.
This version was released November 16 2023.

To install this module on your system, place the tarball archive file in a
temporary directory and call the following:

% gunzip CPAN-Mini-Visit-Simple-0.018.tar.gz
% tar xf CPAN-Mini-Visit-Simple-0.018.tar
% cd CPAN-Mini-Visit-Simple-0.018
% perl Makefile.PL
% make
% make test
% make install

This is a variant on David Golden's App-CPAN-Mini-Visit.

Note:  For meaningful results, please install a 'minicpan' first.  See:
http://search.cpan.org/dist/CPAN-Mini/

To install this library on Unix-ish systems:

    perl Makefile.PL
    make
    make test
    make install

If you are on a windows box you should use 'nmake' rather than 'make'.