diff options
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 |