diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-31 09:40:40 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-31 12:31:27 -0700 |
commit | 09b6b4fbab78d77d855f401bf6adba60e3032aa0 (patch) | |
tree | 64bfab3bcb2d2e17dcc76cb94369ce0616b2b3ed /t/test.pl | |
parent | 90a536e1429209983a0eb4bcdfe728d82726b3e9 (diff) | |
download | perl-09b6b4fbab78d77d855f401bf6adba60e3032aa0.tar.gz |
test.pl:run_multiple_progs: Document cmdline switches
Diffstat (limited to 't/test.pl')
-rw-r--r-- | t/test.pl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -905,7 +905,8 @@ sub fresh_perl_like { # Each program is source code to run followed by an "EXPECT" line, followed # by the expected output. # -# The code to run may contain (note the '# ' on each): +# The code to run may begin with a command line switch such as -w or -0777 +# (alphanumerics only), and may contain (note the '# ' on each): # # TODO reason for todo # # SKIP reason for skip # # SKIP ?code to test if this should be skipped |