diff options
author | James E Keenan <jkeenan@cpan.org> | 2022-02-27 15:10:04 +0000 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2022-02-27 17:13:02 +0000 |
commit | 3f3333b8394d6fd633a82e80f09576004d3e2ca4 (patch) | |
tree | b240d1f11c9a6c596da4650020c4a7e8f97699ce /t | |
parent | 5b030cc8ec9f4e03916738b1c9f20ed98ef91f19 (diff) | |
download | perl-3f3333b8394d6fd633a82e80f09576004d3e2ca4.tar.gz |
Add example of two-stage bisection
Based on work in https://github.com/Perl/perl5/issues/19463
Correction on what each investigator did.
Diffstat (limited to 't')
-rw-r--r-- | t/porting/known_pod_issues.dat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 175611e598..ac554f21d1 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -411,6 +411,7 @@ pod/perlsolaris.pod Verbatim line length including indents exceeds 78 by 13 pod/perltie.pod Verbatim line length including indents exceeds 78 by 3 pod/perltru64.pod Verbatim line length including indents exceeds 78 by 1 pod/perlwin32.pod Verbatim line length including indents exceeds 78 by 1 +porting/bisect-runner.pl Verbatim line length including indents exceeds 78 by 1 porting/epigraphs.pod Verbatim line length including indents exceeds 78 by 28 porting/release_managers_guide.pod Verbatim line length including indents exceeds 78 by 2 porting/todo.pod ? Should you be using F<...> or maybe L<...> instead of 1 |