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

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