TomDLux has asked for the wisdom of the Perl Monks concerning the following question:
Looking for help with MooseX::Getopt::GLD.
My understanding is that this allows you to specify documentation strins in the attribute declaration, so that -help or -man generates output. Equivalent to POD::Usage, but localized to the declaration it applies to, rather than spread out. Maybe I'm making stuff up, I hope not.
Unfortunately, MooseX::Getopt::GLD POD just references Getopt::Long::Descriptive, doesn't say how to use it. G::L::Descriptive uses a hash to associate the Getopt::Long spec string with the associated dcumentation, so I don't see how to stick that into a Moose declaration.
Any informative suggestions?
--
TTTATCGGTCGTTATATAGATGTTTGCA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to specify MooseX::Getopt::GLD components?
by Anonymous Monk on Dec 03, 2009 at 07:59 UTC | |
|
Re: How to specify MooseX::Getopt::GLD components?
by stvn (Monsignor) on Dec 03, 2009 at 19:38 UTC | |
|
Re: How to specify MooseX::Getopt::GLD components?
by TomDLux (Vicar) on Dec 04, 2009 at 21:53 UTC |