make spelling tests pass
Karen Etheridge [Tue, 19 Nov 2013 01:58:34 +0000 (17:58 -0800)]
lib/MooseX/Runnable.pm
lib/MooseX/Runnable/Util/ArgParser.pm

index 5d0997f..e892f61 100644 (file)
@@ -53,7 +53,7 @@ let's the computer abstract away some of the tedium this entails.
 
 =head2 run
 
-Your class must implement C<run>.  It accepts the commandline args
+Your class must implement C<run>.  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<return 0> means
 success.
index e415205..3847747 100644 (file)
@@ -264,6 +264,8 @@ __END__
 
 =pod
 
+=for stopwords mx
+
 =head1 SYNOPSIS
 
     my $parser = MooseX::Runnable::Util::ArgParser->new(