summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-09-16 10:09:11 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-09-17 08:32:09 -0700
commitccfc25677a64918883e67e4f4942fa0fb5556bfc (patch)
tree15bd27af3bdb3ad645faf57d2f6ce71e85d1b31f /pod
parentbfae5bde7134deb187c9166c6d4267be74ba9c8b (diff)
downloadperl-ccfc25677a64918883e67e4f4942fa0fb5556bfc.tar.gz
Rewrap one perldiag entry for better splain output
The right margin is slightly less uneven this way (once the pod formatting is stripped).
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod5
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index bebf5e0e22..7ad93c2b88 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1911,9 +1911,8 @@ subroutine with an ampersand, such as:
=item exists argument is not a subroutine name
-(F) The argument to C<exists> for C<exists &sub> must be a subroutine
-name, and not a subroutine call. C<exists &sub()> will generate this
-error.
+(F) The argument to C<exists> for C<exists &sub> must be a subroutine name,
+and not a subroutine call. C<exists &sub()> will generate this error.
=item Exiting eval via %s