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

DESCRIPTION

MooX::Options export private methods to keep track of all your options. You need to keep some of them to make it work.

USAGE

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

SEE ALSO

MooX::Options