logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

MooX::Options::Manual::NamespaceClean - Use namespace::clean with MooX::Options

Author

       celogeek <me@celogeek.com>

Description

       MooX::Options export private methods to keep track of all your options.  You need to keep some of them to
       make it work. In addition to the advises of Moo, some of the imported methods needs to be visible ...

Name

       MooX::Options::Manual::NamespaceClean - Use namespace::clean with MooX::Options

See Also

       "CLEANING UP IMPORTS" in Moo

       MooX::Options

Usage

         use MooX::Options;
         use namespace::clean -except => [qw/_options_data _options_config/];

See Also