table of contents
| App::Spec::Plugin::Meta(3) | User Contributed Perl Documentation | App::Spec::Plugin::Meta(3) |
NAME¶
App::Spec::Plugin::Meta - App::Spec Plugin for meta functions
DESCRIPTION¶
This plugin is enabled in App::Spec by default.
It adds the following commands to your app:
% app meta completion generate
% app meta pod generate
METHODS¶
- cmd_self_completion
- This is called by "app meta completion generate"
- cmd_self_pod
- This is called by "app meta pod generate"
- install_subcommands
- See App::Spec::Role::Plugin::Subcommand#install_subcommands
| 2025-03-26 | perl v5.42.1 |