Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

MooseX::App::Plugin::ConfigHome - Config files in users home directory

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|...)

perl v5.36.0                                       2023-10-22               MooseX::App::Plugin::ConfigHome(3pm)

Name

       MooseX::App::Plugin::ConfigHome - Config files in users home directory

Synopsis

       In your base class:

        package MyApp;
        use MooseX::App qw(ConfigHome);

See Also