X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt.pm;h=f78a7ac5c463c4e311521d88add832ad347b52a5;hb=HEAD;hp=fc48b571b4412c7294bd4af52539088deb4b1781;hpb=986fb4690bc00c860b1f728b986e39b412100854;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index fc48b57..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