App::CPAN::Mini::Visit - explore each distribution in a minicpan repository


App-CPAN-Mini-Visit documentation  | view source Contained in the App-CPAN-Mini-Visit distribution.

Index


NAME

Top

App::CPAN::Mini::Visit - explore each distribution in a minicpan repository

VERSION

Top

This documentation describes 0.006.

SYNOPSIS

Top

     #!/usr/bin/perl
     use App::CPAN::Mini::Visit;
     exit App::CPAN::Mini::Visit->run;

DESCRIPTION

Top

This module contains the guts of the visitcpan program. See documentation of that program for details on features and command line options.

USAGE

Top

run()

     exit App::CPAN::Mini::Visit->run();

Executes the program, processing command line arguments and traversing a minicpan repository. Returns an exit code.

BUGS

Top

Please report any bugs or feature using the CPAN Request Tracker. Bugs can be submitted through the web interface at http://rt.cpan.org/Dist/Display.html?Queue=App-CPAN-Mini-Visit

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

SEE ALSO

Top

AUTHOR

Top

David A. Golden (DAGOLDEN)

COPYRIGHT AND LICENSE

Top


App-CPAN-Mini-Visit documentation  | view source Contained in the App-CPAN-Mini-Visit distribution.