perldiag: ‘Scalars leaked’ is a default warning
authorFather Chrysostomos <sprout@cpan.org>
Thu, 13 Sep 2012 15:33:41 +0000 (08:33 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 15 Sep 2012 05:29:40 +0000 (22:29 -0700)
pod/perldiag.pod

index 847afb2..868cbc1 100644 (file)
@@ -4259,7 +4259,7 @@ really a dirhandle.  Check your control flow.
 
 =item Scalars leaked: %d
 
-(W internal) Something went wrong in Perl's internal bookkeeping
+(S 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