X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt.pm;h=038d141d5e474d522e61c766e0cfda0d204b7989;hb=f361569330f174ac07999ef69bf4f58df85be084;hp=fdd42631f2a226f386d74150da93515fbc9b78cb;hpb=81b19ed83c9e345f960ccefbcd639dd0e3c2de06;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index fdd4263..038d141 100644 --- a/lib/MooseX/Getopt.pm +++ b/lib/MooseX/Getopt.pm @@ -232,4 +232,12 @@ options (true if any of these options were passed on the command line). This returns the role meta object. +=method B + +This does most of the work of C, analyzing the parameters +and argv, except for actually calling the constructor. It returns a +L object. C uses this +method internally, so modifying this method via subclasses/roles will affect +C. + =cut