From 20e9530e10f79b9715c7128a51c310986ac6e46e Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 9 Sep 2011 15:41:52 +0200 Subject: [PATCH] Remove a Devel::DProf error from perldiag.pod Devel::DProf is no longer in the core distribution, hence the core distribution can no longer generate this particular warning message. --- pod/perldiag.pod | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 45322c2..0ce1c8d 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3408,13 +3408,6 @@ there are in the savestack. (P) Failed an internal consistency check while trying to reset a weak reference. -=item panic: Devel::DProf inconsistent subroutine return - -(P) Devel::DProf called a subroutine that exited using goto(LABEL), -last(LABEL) or next(LABEL). Leaving that way a subroutine called from -an XSUB will lead very probably to a crash of the interpreter. This is -a bug that will hopefully one day get fixed. - =item panic: die %s (P) We popped the context stack to an eval context, and then discovered -- 2.7.4