diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-24 23:56:18 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-24 23:56:18 +0000 |
commit | 84dc3c4daae48410e767ac41da148ac5c6c45446 (patch) | |
tree | 22b3c90c3712939c2c7a165b60ea3f0881a1af54 /pod/perltrap.pod | |
parent | 6f84cdf987838c544bcd95f51ff8d4f3ef90f529 (diff) | |
download | perl-84dc3c4daae48410e767ac41da148ac5c6c45446.tar.gz |
Clean up docmentation installation errors.
Diffstat (limited to 'pod/perltrap.pod')
-rw-r--r-- | pod/perltrap.pod | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pod/perltrap.pod b/pod/perltrap.pod index be58bc52e2..c3a316564b 100644 --- a/pod/perltrap.pod +++ b/pod/perltrap.pod @@ -796,7 +796,7 @@ that perl4 exhibits only for scalars. # SUB: this should never appear # SUB: this should never appear -=back +=back =head2 Context Traps - scalar, list contexts @@ -868,6 +868,8 @@ Probably a bug. Perl4-to-Perl5 traps involving precedence order. +=over 5 + =item * These are now semantic errors because of precedence: @@ -1324,6 +1326,8 @@ immediately. Everything else. +=over 5 + =item * Unclassified C<require>/C<do> trap using returned value |