The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
=head1 NAME

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

=head1 DESCRIPTION

L<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 L<Moo|Moo/CLEANING UP IMPORTS>, some of the imported methods needs to
be visible ...

=head1 USAGE

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

=head1 SEE ALSO

L<Moo/CLEANING UP IMPORTS>

L<MooX::Options>

=head1 AUTHOR

celogeek <me@celogeek.com>

=head1 COPYRIGHT AND LICENSE

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.

=cut