From: Tomas Doran Date: Sun, 5 Feb 2012 20:50:34 +0000 (+0000) Subject: Spelling fix from debian. Jonathan Yu RT#74681 X-Git-Tag: 0.40~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=fe01c3e8160b32c8edb2804d74fd3651aee67266 Spelling fix from debian. Jonathan Yu RT#74681 --- diff --git a/ChangeLog b/ChangeLog index 76dc49a..1f18f9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Revision history for Perl extension MooseX-Getopt + * Spelling fix from debian. Jonathan Yu RT#74681 + 0.39 Fri 03 Feb 2012 * Fix argument parsing in process_argv when used with ConfigFromFile so that -v can be used as expected, rather than being grabbed as --version diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index 763b748..8400677 100644 --- a/lib/MooseX/Getopt.pm +++ b/lib/MooseX/Getopt.pm @@ -73,7 +73,7 @@ specified by the C<--configfile> option (or the default you've given for the configfile attribute) for you. Options specified in multiple places follow the following -precendence order: commandline overrides configfile, which +precedence order: commandline overrides configfile, which overrides explicit new_with_options parameters. =head2 Supported Type Constraints