NAME App::lcpan::CmdBundle::cpanlists - lcpan subcommands related to Acme::CPANLists VERSION This document describes version 0.020 of App::lcpan::CmdBundle::cpanlists (from Perl distribution App-lcpan-CmdBundle-cpanlists), released on 2019-12-26. SYNOPSIS Install this distribution, then the lcpan subcommands below will be available: # List Acme::CPANLists modules available on CPAN % lcpan cpanlists-mods DESCRIPTION This bundle provides the following lcpan subcommands: * lcpan cpanlists-mods This distribution packages several lcpan subcommands related to Acme::CPANLists. More subcommands will be added in future releases. Some ideas: cpanlists-stats. Number of modules. But we will want to also know the number of lists, total number of entries, average number of entries per list, average number of lists per modules. Perhaps an indexing hook could be added, so that lcpan indexes the lists themselves? To be safer, an Acme::CPANLists module could export the lists to a JSON, so lcpan does not have to load the module. The indexing part could be modularized, so we can have a SQLite database containing list information without having to have lcpan, because lcpan database is huge. Or (easier)... lcpan could just call this indexer. The cpanlists indexer indexes to a separate SQLite database. But note that the cpanlists indexer *will* eval/load the modules. HOMEPAGE Please visit the project's homepage at . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website 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 lcpan Acme::CPANLists and acme-cpanlists AUTHOR perlancar COPYRIGHT AND LICENSE This software is copyright (c) 2019, 2017, 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.