From: Tomas Doran Date: Tue, 6 Jul 2010 20:09:39 +0000 (+0100) Subject: Fix eol test X-Git-Tag: 0.30~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=b94db4252590ac633f35977d38c3f0b48748b723 Fix eol test --- diff --git a/t/109_help_flag.t b/t/109_help_flag.t index c60c272..af21653 100644 --- 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...]