From 4f5966a561ad8242e6491bc4847b6a3a66093030 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 26 Jun 2012 22:22:41 -0700 Subject: [PATCH] =?utf8?q?perldiag:=20=E2=80=98Scalars=20leaked=E2=80=99?= =?utf8?q?=20is=20a=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pod/perldiag.pod | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index af9b87a..dc6f80b 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4245,10 +4245,11 @@ really a dirhandle. Check your control flow. =item Scalars leaked: %d -(P) Something went wrong in Perl's internal bookkeeping of scalars: -not all scalar variables were deallocated by the time Perl exited. -What this usually indicates is a memory leak, which is of course bad, -especially if the Perl program is intended to be long-running. +(W internal) Something went wrong in Perl's internal bookkeeping +of scalars: not all scalar variables were deallocated by the time +Perl exited. What this usually indicates is a memory leak, which +is of course bad, especially if the Perl program is intended to be +long-running. =item Scalar value @%s[%s] better written as $%s[%s] -- 2.7.4