From dc7e59453aef1d9e0e5d6a71ffc6d1897cab6128 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 13 Feb 2011 22:15:47 -0800 Subject: [PATCH] perldiag: reflow; missing dot --- pod/perldiag.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index ca306ac..f6aff22 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2981,13 +2981,13 @@ package has restricted the set of allowed keys using the L pragma. =item No such class %s -(F) You provided a class qualifier in a "my", "our" or "state" declaration, but -this class doesn't exist at this point in your program. +(F) You provided a class qualifier in a "my", "our" or "state" +declaration, but this class doesn't exist at this point in your program. =item No such hook: %s -(F) You specified a signal hook that was not recognized by Perl. Currently, Perl -accepts C<__DIE__> and C<__WARN__> as valid signal hooks +(F) You specified a signal hook that was not recognized by Perl. +Currently, Perl accepts C<__DIE__> and C<__WARN__> as valid signal hooks. =item No such pipe open -- 2.7.4