|
NAMEMooseX::App::Plugin::ConfigHome - Config files in users home directorySYNOPSISIn your base class:package MyApp; use MooseX::App qw(ConfigHome); DESCRIPTIONWorks 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|...)
Visit the GSP FreeBSD Man Page Interface. |