NAME

App::lcpan::Manual::Cookbook - App::lcpan cookbook

VERSION

version 1.052.000

FOR MODULE USERS

FOR MODULE AUTHORS

Checking if your distribution depends on a non-core Perl module

% lcpan deps Your-Dist --exclude-core

Finding out if there is any broken prerequisites

To find out which prerequisites that your distributions specify but are currently not indexed (i.e. cannot be installed by users):

% lcpan author-deps YOURCPANID --broken --dont-uniquify

Listing distributions of other CPAN authors that depend on one of your modules

% lcpan author-rdeps YOURCPANID --user-author-isnt YOURCPANID

Listing distributions of other CPAN authors that recently depend on one of your modules

TODO (e.g. --added-after '1 month ago')

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 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.