Re: Configuring MooseX::Getopt
[email protected] ("Christopher Brown")
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <[email protected]> |
Yuri, Call the Getopt::Long::Configure method directly or if you want to you can alias the function in your own moose class / role. i.e. *Configure = \&Getopt::Long::Configure; # Create an alias! Configure( qw( pass_through ) ); Best, Chris On Tue, Oct 21, 2008 at 11:14 AM, Yuri Shtil <[email protected]> wrote: > Hi, > > I want to use pass_through in processing options in new_with_options. > Any clues? > > -- > > Yuri > >