MooseX::App::Plugin::Man(3pm) | User Contributed Perl Documentation | MooseX::App::Plugin::Man(3pm) |
MooseX::App::Plugin::Man - Adds a command to display the full manual
In your base class:
package MyApp; use MooseX::App qw(Man);
In your shell
bash$ myapp man somecommand
This plugin adds a command to display the full manpage/perldoc of your application.
2022-10-16 | perl v5.34.0 |