-
-
27 Feb 2014 16:37:29 UTC
- Distribution: App-CPAN-Mini-Visit
- Module version: 0.008
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (429 / 26 / 0)
- Kwalitee
Bus factor: 1- 86.46% Coverage
- License: apache_2_0
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (30.96KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
App::CPAN::Mini::Visit - explore each distribution in a minicpan repository
VERSION
version 0.008
SYNOPSIS
#!/usr/bin/perl use App::CPAN::Mini::Visit; exit App::CPAN::Mini::Visit->run;
DESCRIPTION
This module contains the guts of the visitcpan program. See documentation of that program for details on features and command line options.
USAGE
run
exit App::CPAN::Mini::Visit->run();
Executes the program, processing command line arguments and traversing a minicpan repository. Returns an exit code.
SEE ALSO
SUPPORT
Bugs / Feature Requests
Please report any bugs or feature requests through the issue tracker at https://github.com/dagolden/App-CPAN-Mini-Visit/issues. You will be notified automatically of any progress on your issue.
Source Code
This is open source software. The code repository is available for public review and contribution under the terms of the license.
https://github.com/dagolden/App-CPAN-Mini-Visit
git clone https://github.com/dagolden/App-CPAN-Mini-Visit.git
AUTHOR
David Golden <dagolden@cpan.org>
CONTRIBUTOR
Ricardo Signes <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2014 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
Module Install Instructions
To install App::CPAN::Mini::Visit, copy and paste the appropriate command in to your terminal.
cpanm App::CPAN::Mini::Visit
perl -MCPAN -e shell install App::CPAN::Mini::Visit
For more information on module installation, please visit the detailed CPAN module installation guide.