NAME
list-xpan-dists - List {CPAN,MiniCPAN,DarkPAN} distributions
VERSION
This document describes version 0.03 of list-xpan-dists (from Perl distribution App-XPANQueryUtils), released on 2014-07-22.
SYNOPSIS
List all distributions:
% list-xpan-dists /cpan
Grep by distribution name, return detailed record:
% list-xpan-dists /cpan task-belike-sharyanto --detail
.-----------------------------------------------------------------------------------------------------------------.
| author file name version |
| |
| SHARYANTO Task-BeLike-SHARYANTO-Favorited-0.05.tar.gz Task-BeLike-SHARYANTO-Favorited 0.05 |
| SHARYANTO Task-BeLike-SHARYANTO-Devel-0.06.tar.gz Task-BeLike-SHARYANTO-Devel 0.06 |
| SHARYANTO Task-BeLike-SHARYANTO-Spec-0.03.tar.gz Task-BeLike-SHARYANTO-Spec 0.03 |
| SHARYANTO Task-BeLike-SHARYANTO-Patches-0.06.tar.gz Task-BeLike-SHARYANTO-Patches 0.06 |
| SHARYANTO Task-BeLike-SHARYANTO-Apps-0.12.tar.gz Task-BeLike-SHARYANTO-Apps 0.12 |
| SHARYANTO Task-BeLike-SHARYANTO-Authored-0.20.tar.gz Task-BeLike-SHARYANTO-Authored 0.20 |
| SHARYANTO Task-BeLike-SHARYANTO-Noted-0.03.tar.gz Task-BeLike-SHARYANTO-Noted 0.03 |
| SHARYANTO Task-BeLike-SHARYANTO-AutomatedUpdate-0.01.tar.gz Task-BeLike-SHARYANTO-AutomatedUpdate 0.01 |
`-----------------------------------------------------------------------------------------------------------------'
Filter by author, return JSON:
% list-xpan-dists /cpan --author sharyanto --json
Show all available options:
% list-xpan-dists --help
SEE ALSO
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-XPANQueryUtils.
SOURCE
Source repository is at https://github.com/sharyanto/perl-App-XPANQueryUtils.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-XPANQueryUtils
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.
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.