The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
README for Perl extension CPAN-Mini-Visit-Simple

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

This document refers to version 0.016 of CPAN::Mini::Visit::Simple.
This version was released November 20 2017.

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.016.tar.gz
% tar xf CPAN-Mini-Visit-Simple-0.016.tar
% cd CPAN-Mini-Visit-Simple-0.016
% 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'.