diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-09-09 15:41:52 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-09-09 15:41:52 +0200 |
commit | 20e9530e10f79b9715c7128a51c310986ac6e46e (patch) | |
tree | 9caab0f747dac04f4b6d07e71cee3a4a1c221fda | |
parent | a0c4bfab72af05778cf2c62b8affc9086fae95f8 (diff) | |
download | perl-20e9530e10f79b9715c7128a51c310986ac6e46e.tar.gz |
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.
-rw-r--r-- | pod/perldiag.pod | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 45322c2541..0ce1c8d900 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 |