NAME

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

VERSION

version 1.049.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

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.