From: Father Chrysostomos Date: Sun, 23 Jun 2013 21:32:39 +0000 (-0700) Subject: perldiag: Correct ‘Don't know how to handle magic’ X-Git-Tag: upstream/5.20.0~2973 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4021c788a0e0964dc98740e5f74648d8d60b6f3c;p=platform%2Fupstream%2Fperl.git perldiag: Correct ‘Don't know how to handle magic’ --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 779da45..b89c1db 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1763,7 +1763,7 @@ define a C<$VERSION>. (F) You cannot put a repeat count of any kind right after the '/' code. See L. -=item Don't know how to handle magic of type '%s' +=item Don't know how to handle magic of type \%o (P) The internal handling of magical variables has been cursed. diff --git a/t/porting/diag.t b/t/porting/diag.t index 91b5385..8974cd2 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -479,7 +479,6 @@ Code missing after '/' in unpack '%c' outside of string in pack Debug leaking scalars child failed%s with errno %d: %s '/' does not take a repeat count in %s -Don't know how to handle magic of type \%o -Dp not implemented on this platform Error reading "%s": %s execl not implemented!