X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=lib%2FMooseX%2FGetopt.pm;h=83693215d5b756ff2d397ca5faa362d225e8d703;hp=67725e9100d5bc1211fd09b7690fdc90814bc34f;hb=7b87d2979198ecd465510522d30116fda29049fe;hpb=590c2587a91355885e6d512a3824c5e3caa97b0d diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index 67725e9..8369321 100644 --- a/lib/MooseX/Getopt.pm +++ b/lib/MooseX/Getopt.pm @@ -285,8 +285,8 @@ to have C ignore your attribute in the commandline options. By default, attributes which start with an underscore are not given commandline argument support, unless the attribute's metaclass is set -to L. If you don't want you accessors -to have the leading underscore in thier name, you can do this: +to L. If you don't want your accessors +to have the leading underscore in their name, you can do this: # for read/write attributes has '_foo' => (accessor => 'foo', ...); @@ -438,7 +438,7 @@ B option for each attribute to document. --help --usage -If you have L a the C param is also passed to +If you have L the C param is also passed to C. =item B