MooseX::Getopt uses Getopt::Long::Descriptive to parse its options. If
you can find an option somewhere in there to achieve your aims, you can
use it - e.g.
use Getopt::Long qw(:config pass_through);
with 'MooseX::Getopt';
... will enable the pass_through feature.
If you can't find a suitable option, you are welcome to submit a ticket
or patch to the Getopt::Long maintainers.
On Thu Sep 02 17:23:47 2010, RSAVAGE wrote:
Show quoted text> Hi Folks
>
> Yep. It's time to say the philosophy behind --x has won over the
> original -x, but that -x is user-friendly and --x is user-hostile.
>
> TIA.