This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Format perlhist consistently by maint/dev track
[perl5.git] / pod / perl592delta.pod
index c1cc7db..9648843 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perldelta - what is new for perl v5.9.2
+perl592delta - what is new for perl v5.9.2
 
 =head1 DESCRIPTION
 
@@ -128,7 +128,7 @@ A new variable, ${^RE_DEBUG_FLAGS}, controls what debug flags are in
 effect for the regular expression engine when running under C<use re
 "debug">. See L<re> for details.
 
-A new variable ${^UTF8LOCALE} indicates where an UTF-8 locale was detected
+A new variable ${^UTF8LOCALE} indicates where a UTF-8 locale was detected
 by perl at startup.
 
 =head1 Modules and Pragmata