improved grammar in test notes; use fixed test count when not skipping tests
[gitmo/MooseX-Getopt.git] / t / 109_help_flag.t
index c60c272..46191b9 100644 (file)
@@ -6,7 +6,7 @@
 #   usage information...
 
 # This is not actually true (as of 0.29), as:
-# 1. the consuming class must set up a attributes named 'help', 'usage' and
+# 1. the consuming class must set up an attribute named 'help', 'usage' or
 #     '?' to contain these command line options, which is not clearly
 #     documented as a requirement
 # 2.  the code is checking whether an option was parsed into an attribute
@@ -29,7 +29,7 @@ use Test::Exception;
 
 # before fix, prints this on stderr:
 #Unknown option: ?
-#usage: test1.t 
+#usage: test1.t
 
 # after fix, prints this on stderr:
 #usage: test1.t [-?] [long options...]