From: Karen Etheridge Date: Thu, 22 Dec 2011 23:19:21 +0000 (-0800) Subject: clarify doc patch - the "pass_through" option enables no strict *options*. Extra... X-Git-Tag: 0.38~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=faf7d95193e6d4ebbea5d41b9f25f66ec4b86de5;p=gitmo%2FMooseX-Getopt.git clarify doc patch - the "pass_through" option enables no strict *options*. Extra arguments that do not look like options are already passed along. --- diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index cd0cd8b..763b748 100644 --- a/lib/MooseX/Getopt.pm +++ b/lib/MooseX/Getopt.pm @@ -218,9 +218,9 @@ This accessor contains an arrayref of leftover C<@ARGV> elements that L did not parse. Note that the real C<@ARGV> is left un-mangled. -B: By default, L will reject unrecognized arguments -(that is, arguments that do not correspond with attributes using the Getopt -trait). To disable this, and allow the population of C, enable the +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), enable the C option of L for your class: C