Skip to content

Commit 94eb72b

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 505e049 commit 94eb72b

File tree

3 files changed

+948
-0
lines changed

3 files changed

+948
-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

0 commit comments

Comments
 (0)