1MooseX::App::Utils(3) User Contributed Perl DocumentationMooseX::App::Utils(3)
2
3
4
6 MooseX::App::Utils - Utility functions
7
9 This package holds various utility functions used by MooseX-App
10 internally. Unless you develop plugins you will not need to interact
11 with this class.
12
14 class_to_command
15 package_to_filename
16 Tries to determine the filename containing the given package name.
17
18 format_list
19 format_text
20 parse_pod
21 split_string
23 $MooseX::App::Utils::SCREEN_WIDTH
24 Screen width for printing help and error messages
25
26 $MooseX::App::Utils::INDENT
27 Indent for printing help and error messages
28
29
30
31perl v5.32.1 2021-02-28 MooseX::App::Utils(3)