MooX::Options::Manual::NamespaceClean(3pm) User Contributed Perl Documentation MooX::Options::Manual::NamespaceClean(3pm)

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

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

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

"CLEANING UP IMPORTS" in Moo

MooX::Options

celogeek <me@celogeek.com>

This software is copyright (c) 2013 by celogeek <me@celogeek.com>.

This software is copyright (c) 2017 by Jens Rehsack.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2022-06-30 perl v5.34.0