From: Karen Etheridge Date: Fri, 16 Aug 2013 22:55:34 +0000 (-0700) Subject: spelling (RT#87780) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=747717044102ba1feba0134bdbcb7aeb3d2d1adb spelling (RT#87780) --- diff --git a/Changes b/Changes index 0df36ce..36a761a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Perl extension MooseX-Getopt {{$NEXT}} + - spelling fixes (RT#87780, David Steinbrunner) 0.56 2013-02-15 13:13:18 PST-0800 - depend on newest Path::Tiny, to regain 5.8.x compatibility (gone since 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 diff --git a/lib/MooseX/Getopt/Meta/Attribute.pm b/lib/MooseX/Getopt/Meta/Attribute.pm index 70aaa61..fe53a14 100644 --- a/lib/MooseX/Getopt/Meta/Attribute.pm +++ b/lib/MooseX/Getopt/Meta/Attribute.pm @@ -56,7 +56,7 @@ now it works for those who might need such a feature. You should rarely need to explicitly set the attribute metaclass. It is much preferred to simply provide a trait (a role applied to the attribute -metaclass), which allows other code to futher modify the attribute by applying +metaclass), which allows other code to further modify the attribute by applying additional roles. Therefore, you should first try to do this: diff --git a/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm b/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm index c665950..094b690 100644 --- a/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm +++ b/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm @@ -42,7 +42,7 @@ metaclass. You should rarely need to explicitly set the attribute metaclass. It is much preferred to simply provide a trait (a role applied to the attribute -metaclass), which allows other code to futher modify the attribute by applying +metaclass), which allows other code to further modify the attribute by applying additional roles. Therefore, you should first try to do this: