Skip to content

Commit ee58f5e

Browse files
committed
document t/test.pl
I got sick of reverse engineering run_multiple_progs() tests and runperl() arguments each time I needed to use them. There's some documentation in comments inline but it's pretty variable and less accessible than pod. Since (in theory anyway) we want test.pl to exercise as little of perl as possible, the POD doesn't belong in test.pl itself. So I've put this in t/test_pl.pod since it's not really end user documentation that would belong in pod/.
1 parent d51aa1a commit ee58f5e

File tree

4 files changed

+979
-0
lines changed

4 files changed

+979
-0
lines changed

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6682,9 +6682,11 @@ t/run/switchx3.aux Data for switchx.t
66826682
t/run/todo.t TODO tests
66836683
t/TEST The regression tester
66846684
t/test.pl Simple testing library
6685+
t/test_pl.pod Documentation for test.pl
66856686
t/test_pl/_num_to_alpha.t Tests for the simple testing library
66866687
t/test_pl/can_isa_ok.t Tests for the simple testing library
66876688
t/test_pl/display.t Tests for the simple testing library
6689+
t/test_pl/examples.t Tests for the simple testing library
66886690
t/test_pl/plan_skip_all.t Tests for the simple testing library
66896691
t/test_pl/tempfile.t Tests for the simple testing library
66906692
t/thread_it.pl Run regression tests in a new thread

t/test.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#
1818
# In this file, we use the latter "Baby Perl" approach, and increment
1919
# will be worked over by t/op/inc.t
20+
#
21+
# see t/test_pl.pod for documentation
2022

2123
# This file sets for its caller $::IS_ASCII and $::IS_EBCDIC appropriately;
2224
# and $::devnull to be the string to use to specify /dev/null on this

0 commit comments

Comments
 (0)