X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt.pm;h=f78a7ac5c463c4e311521d88add832ad347b52a5;hb=HEAD;hp=364e507436ec031d55fd51646030663c2e1d219c;hpb=83446b781bbe89f41f87f2c03f07065bda919f43;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index 364e507..f78a7ac 100644 --- a/lib/MooseX/Getopt.pm +++ b/lib/MooseX/Getopt.pm @@ -224,7 +224,7 @@ B: By default, L will reject unrecognized I (that is, options that do not correspond with attributes using the Getopt trait). To disable this, and allow options to also be saved in C (for example to pass along to another class's C), you can either enable the C option of L for your class: C<< use Getopt::Long -qw(:config pass_through); >> or specify a value for for L's C parameter. +qw(:config pass_through); >> or specify a value for L's C parameter. =method B @@ -264,3 +264,7 @@ other_options...)> in your class to set these. =cut +=head1 SEE ALSO + +L, an extension to generate man pages, with colour +