diff options
author | James E Keenan <jkeenan@cpan.org> | 2013-03-06 21:49:01 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-03-06 21:49:01 -0500 |
commit | 8818c98f34d13483ef3f7e76a69e429397237efe (patch) | |
tree | fabe0f0447fdce031eadbc648e8ba0eaa652ae75 /Porting/README.pod | |
parent | 7ad311ab4c1db82cc8475436be976d6d564cb024 (diff) | |
download | perl-8818c98f34d13483ef3f7e76a69e429397237efe.tar.gz |
Fix POD formatting error.
Diffstat (limited to 'Porting/README.pod')
-rw-r--r-- | Porting/README.pod | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Porting/README.pod b/Porting/README.pod index b68f2a1d0a..a800636c09 100644 --- a/Porting/README.pod +++ b/Porting/README.pod @@ -16,9 +16,7 @@ text. Program to prepare dual-life distributions for insertion into the Perl 5 F<lib/> and F<t/> directories. Now thought to be largely superseded. -=head2 F<bisect-example.sh> - -=head2 F<bisect-runner.pl> and F<bisect.pl> +=head2 F<bisect-example.sh>, F<bisect-runner.pl> and F<bisect.pl> Use C<git bisect> to pinpoint changes. |