perldiag: ‘Unbalanced saves’ is a default warning
authorFather Chrysostomos <sprout@cpan.org>
Wed, 27 Jun 2012 05:25:54 +0000 (22:25 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 27 Jun 2012 07:52:50 +0000 (00:52 -0700)
pod/perldiag.pod

index 6d9659b..7ee49b7 100644 (file)
@@ -4865,7 +4865,7 @@ many execution contexts were entered and left.
 
 =item Unbalanced saves: %d more saves than restores
 
-(W internal) The exit code detected an internal inconsistency in how
+(S internal) The exit code detected an internal inconsistency in how
 many values were temporarily localized.
 
 =item Unbalanced scopes: %d more ENTERs than LEAVEs