From: Karen Etheridge Date: Tue, 19 Nov 2013 01:58:34 +0000 (-0800) Subject: make spelling tests pass X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Runnable.git;a=commitdiff_plain;h=fdbedd6c4d9874a3aed8da2961a8a7700d1a06bb make spelling tests pass --- diff --git a/lib/MooseX/Runnable.pm b/lib/MooseX/Runnable.pm index 5d0997f..e892f61 100644 --- a/lib/MooseX/Runnable.pm +++ b/lib/MooseX/Runnable.pm @@ -53,7 +53,7 @@ let's the computer abstract away some of the tedium this entails. =head2 run -Your class must implement C. It accepts the commandline args +Your class must implement C. It accepts the command-line args (that were not consumed by another parser, if applicable) and returns an integer representing the UNIX exit value. C means success. diff --git a/lib/MooseX/Runnable/Util/ArgParser.pm b/lib/MooseX/Runnable/Util/ArgParser.pm index e415205..3847747 100644 --- a/lib/MooseX/Runnable/Util/ArgParser.pm +++ b/lib/MooseX/Runnable/Util/ArgParser.pm @@ -264,6 +264,8 @@ __END__ =pod +=for stopwords mx + =head1 SYNOPSIS my $parser = MooseX::Runnable::Util::ArgParser->new(