Skip to content

Commit 01bbc29

Browse files
author
Father Chrysostomos
committed
perldiag: Document unknown OA_* panic
1 parent f7ce57d commit 01bbc29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pod/perldiag.pod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4531,6 +4531,12 @@ was string.
45314531
(P) The compiler is screwed up and attempted to use an op that isn't
45324532
permitted at run time.
45334533

4534+
=item panic: unknown OA_*: %x
4535+
4536+
(P) The internal routine that handles arguments to C<&CORE::foo()>
4537+
subroutine calls was unable to determine what type of arguments
4538+
were expected.
4539+
45344540
=item panic: utf16_to_utf8: odd bytelen
45354541

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

0 commit comments

Comments
 (0)