logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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