NAME
    App::lcpan::CmdBundle::core_or_pp - Check whether a module + its prereqs
    are core/PP

VERSION
    This document describes version 0.051 of
    App::lcpan::CmdBundle::core_or_pp (from Perl distribution
    App-lcpan-CmdBundle-core_or_pp), released on 2021-02-13.

SYNOPSIS
    Install this distribution, then the lcpan subcommands below will be
    available:

     # Check that a module is core/PP (without checking its prereqs)
     % lcpan core-or-pp JSON::MaybeXS

     # Check that a module and its prereqs are all core/PP
     % lcpan core-or-pp --with-deps JSON::MaybeXS

     # Check that a module and its recursive prereqs are all core/PP
     % lcpan core-or-pp --with-recursive-deps JSON::MaybeXS

     # Check that a module and its prereqs are all core
     % lcpan core-or-pp --with-deps --core JSON::MaybeXS

     # Check that a module and its prereqs are all PP
     % lcpan core-or-pp --with-deps --pp JSON::MaybeXS

DESCRIPTION
    This bundle provides the following lcpan subcommands:

    *   lcpan core-or-pp

    The subcommand "core-or-pp" checks that a module with its (recursive)
    (runtime requires) prereqs are all core/PP. Doing this check is useful
    when we want to fatpack said module along with its prereqs.

HOMEPAGE
    Please visit the project's homepage at
    <https://metacpan.org/release/App-lcpan-CmdBundle-core_or_pp>.

SOURCE
    Source repository is at
    <https://github.com/perlancar/perl-App-lcpan-CmdBundle-core_or_pp>.

BUGS
    Please report any bugs or feature requests on the bugtracker website
    <https://rt.cpan.org/Public/Dist/Display.html?Name=App-lcpan-CmdBundle-c
    ore_or_pp>

    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

AUTHOR
    perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2021, 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.