projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
81b19ed
)
Fix eol test
Tomas Doran [Tue, 6 Jul 2010 20:09:39 +0000 (21:09 +0100)]
t/109_help_flag.t
patch
|
blob
|
blame
|
history
diff --git
a/t/109_help_flag.t
b/t/109_help_flag.t
index
c60c272
..
af21653
100644
(file)
--- a/
t/109_help_flag.t
+++ b/
t/109_help_flag.t
@@
-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...]