Skip to content

Commit 161ff73

Browse files
committed
perltodo: Add populating t/todo.t
1 parent 2cc57ab commit 161ff73

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Porting/todo.pod

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ Perl that s/he knows well enough to try to fix. This task involves
3838
going through these bugs and assigning one or more labels, and removing the
3939
"Needs Triage" label if present.
4040

41+
=head2 Transfer test failure cases to F<t/run/todo.t>
42+
43+
We have more open bug reports than anyone can really grasp. Most of
44+
those came with code to reproduce the failure. We also have a test file,
45+
F<t/run/todo.t>, whose purpose is to hold these test failures. This
46+
task is to add failing code to this test file, following the paradigm of
47+
those already in it. It is likely that some of those bugs have already
48+
been fixed and nobody has realized it! This is a gentle way to become
49+
familiar with perl's internals.
50+
4151
=head2 Ongoing: investigate new bug reports
4252

4353
When a bug report is filed, it would be very helpful to have someone do

0 commit comments

Comments
 (0)