This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix grammar in perldelta entry
authorKaren Etheridge <ether@cpan.org>
Sat, 15 Sep 2018 23:18:06 +0000 (16:18 -0700)
committerKaren Etheridge <ether@cpan.org>
Sat, 15 Sep 2018 23:18:06 +0000 (16:18 -0700)
pod/perldelta.pod

index f586105..127d272 100644 (file)
@@ -373,7 +373,7 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
 
 =item *
 
-Warnings produced when constant folding operations on overloaded
+Warnings produced from constant folding operations on overloaded
 values no longer produce spurious "Use of uninitialized value"
 warnings.  [perl #132683]