The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Perinci::Manual::Cookbook - Perinci cookbook

VERSION

This document describes version 0.002 of Perinci::Manual::Cookbook (from Perl distribution Perinci-Manual), released on 2021-07-01.

FUNCTION METADATA RECIPES

Hiding argument

To make an argument "hidden", you can add either a hidden, hidden-cli, or hidden-mod to the tags property. This will have the following effects:

So with hidden-cli or hidden-mod you can hide arguments from CLI-only or module POD only.

Hiding function

To make a function "hidden", you can set x.no_index attribute to true, or add a hidden tag to the tags property. This will have the following effects:

Keywords: undocumented, documentation

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Perinci-Manual.

SOURCE

Source repository is at https://github.com/perlancar/perl-Perinci-Manual.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Perinci-Manual

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

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

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