hout 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 recur
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 pre
reqs are all PP
% lcpan core-or-pp --with-deps --pp JSON::MaybeXS
=head1 DESCRIPTION
This bundle provides the following lcpan subcommands:
=over
=item * L<lcpan core-or-pp|App::lcpan::Cmd::core_o