table of contents
MooseX::App::Plugin::ConfigHome(3) | User Contributed Perl Documentation | MooseX::App::Plugin::ConfigHome(3) |
NAME¶
MooseX::App::Plugin::ConfigHome - Config files in users home directory
SYNOPSIS¶
In your base class:
package MyApp; use MooseX::App qw(ConfigHome);
DESCRIPTION¶
Works just like MooseX::App::Plugin::Config but assumes that the config file always resides in the user's home directory.
~/.${app-base}/config.(yml|xml|ini|...)
2024-08-09 | perl v5.40.0 |