The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# PODNAME: MooX::Options::Manual::NamespaceClean
# ABSTRACT: Use namespace::clean with MooX::Options

__END__

=pod

=head1 NAME

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

=head1 VERSION

version 4.013

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

=head1 USAGE

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

=head1 SEE ALSO

L<MooX::Options>

=head1 BUGS

Please report any bugs or feature requests on the bugtracker website
https://github.com/celogeek/MooX-Options/issues

When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.

=head1 AUTHOR

celogeek <me@celogeek.com>

=head1 COPYRIGHT AND LICENSE

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

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