X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=lib%2FMooseX%2FGetopt.pm;fp=lib%2FMooseX%2FGetopt.pm;h=f78a7ac5c463c4e311521d88add832ad347b52a5;hp=fc48b571b4412c7294bd4af52539088deb4b1781;hb=747717044102ba1feba0134bdbcb7aeb3d2d1adb;hpb=c393480e9a5eb031936312e19ca2e39425f2c00b 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