1MooseX::App::Plugin::MaUns(e3r)Contributed Perl DocumentMaotoisoenX::App::Plugin::Man(3)
23
4
NAME
6MooseX::App::Plugin::Man - Adds a command to display the full manual
7
SYNOPSIS
9In your base class:
1011
package MyApp;
12use MooseX::App qw(Man);
1314
In your shell
1516
bash$ myapp man somecommand
17
DESCRIPTION
19This plugin adds a command to display the full manpage/perldoc of your
20application.
2122
23
24
perl v5.38.0 2023-08-08 MooseX::App::Plugin::Man(3)