NAME
App::AcmeCpanlists - The Acme::CPANLists CLI (backend module)
VERSION
This document describes version 0.08 of App::AcmeCpanlists (from Perl distribution App-AcmeCpanlists), released on 2016-11-17.
SYNOPSIS
Use the included script acme-cpanlists.
FUNCTIONS
get_list(%args) -> [status, msg, result, meta]
Get a CPAN list as raw data.
This function is not exported.
Arguments ('*' denotes required arguments):
mentions_author => str
mentions_module => str
module => str
query* => str
type => str
Returns an enveloped result (an array).
First element (status) is an integer containing HTTP status code (200 means OK, 4xx caller error, 5xx function error). Second element (msg) is a string containing error message, or 'OK' if status is 200. Third element (result) is optional, the actual result. Fourth element (meta) is called result metadata and is optional, a hash that contains extra information.
Return value: (any)
list_entries(%args) -> [status, msg, result, meta]
List entries of a CPAN list.
This function is not exported.
Arguments ('*' denotes required arguments):
alternate => bool
Filter based on whether entry is in alternate.
detail => bool
mentions_author => str
mentions_module => str
module => str
query* => str
related => bool
Filter based on whether entry is in related.
type => str
Returns an enveloped result (an array).
First element (status) is an integer containing HTTP status code (200 means OK, 4xx caller error, 5xx function error). Second element (msg) is a string containing error message, or 'OK' if status is 200. Third element (result) is optional, the actual result. Fourth element (meta) is called result metadata and is optional, a hash that contains extra information.
Return value: (any)
list_entries_all(%args) -> [status, msg, result, meta]
List entries from all installed CPAN lists.
This function is not exported.
Arguments ('*' denotes required arguments):
alternate => bool
Filter based on whether entry is in alternate.
detail => bool
mentions_author => str
mentions_module => str
module => str
query => str
related => bool
Filter based on whether entry is in related.
type => str
Returns an enveloped result (an array).
First element (status) is an integer containing HTTP status code (200 means OK, 4xx caller error, 5xx function error). Second element (msg) is a string containing error message, or 'OK' if status is 200. Third element (result) is optional, the actual result. Fourth element (meta) is called result metadata and is optional, a hash that contains extra information.
Return value: (any)
list_entry_lists(%args) -> [status, msg, result, meta]
Find out in which lists a module or author is mentioned.
This function is not exported.
Arguments ('*' denotes required arguments):
alternate => bool
Filter based on whether entry is in alternate.
mentions_author => str
mentions_module => str
module => str
query* => str
related => bool
Filter based on whether entry is in related.
type => str
Returns an enveloped result (an array).
First element (status) is an integer containing HTTP status code (200 means OK, 4xx caller error, 5xx function error). Second element (msg) is a string containing error message, or 'OK' if status is 200. Third element (result) is optional, the actual result. Fourth element (meta) is called result metadata and is optional, a hash that contains extra information.
Return value: (any)
list_lists(%args) -> [status, msg, result, meta]
List CPAN lists.
This function is not exported.
Arguments ('*' denotes required arguments):
detail => bool
mentions_author => str
mentions_module => str
module => str
query => str
type => str
Returns an enveloped result (an array).
First element (status) is an integer containing HTTP status code (200 means OK, 4xx caller error, 5xx function error). Second element (msg) is a string containing error message, or 'OK' if status is 200. Third element (result) is optional, the actual result. Fourth element (meta) is called result metadata and is optional, a hash that contains extra information.
Return value: (any)
list_mods() -> [status, msg, result, meta]
List all installed Acme::CPANLists modules.
This function is not exported.
No arguments.
Returns an enveloped result (an array).
First element (status) is an integer containing HTTP status code (200 means OK, 4xx caller error, 5xx function error). Second element (msg) is a string containing error message, or 'OK' if status is 200. Third element (result) is optional, the actual result. Fourth element (meta) is called result metadata and is optional, a hash that contains extra information.
Return value: (any)
view_list(%args) -> [status, msg, result, meta]
View a CPAN list as rendered POD.
This function is not exported.
Arguments ('*' denotes required arguments):
mentions_author => str
mentions_module => str
module => str
query* => str
type => str
Returns an enveloped result (an array).
First element (status) is an integer containing HTTP status code (200 means OK, 4xx caller error, 5xx function error). Second element (msg) is a string containing error message, or 'OK' if status is 200. Third element (result) is optional, the actual result. Fourth element (meta) is called result metadata and is optional, a hash that contains extra information.
Return value: (any)
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-AcmeCpanlists.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-AcmeCpanlists.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-AcmeCpanlists
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
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.