Skip to content

Commit

Permalink
perldiag: Document unknown OA_* panic
Browse files Browse the repository at this point in the history
  • Loading branch information
Father Chrysostomos committed May 21, 2016
1 parent f7ce57d commit 01bbc29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pod/perldiag.pod
Expand Up @@ -4531,6 +4531,12 @@ was string.
(P) The compiler is screwed up and attempted to use an op that isn't
permitted at run time.

=item panic: unknown OA_*: %x

(P) The internal routine that handles arguments to C<&CORE::foo()>
subroutine calls was unable to determine what type of arguments
were expected.

=item panic: utf16_to_utf8: odd bytelen

(P) Something tried to call utf16_to_utf8 with an odd (as opposed
Expand Down

0 comments on commit 01bbc29

Please sign in to comment.