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 1f421ca..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
@@ -139,7 +139,7 @@ by perl at startup.
 
 =item *
 
-C<encoding::warnings>, by Autrijus Tang, is a module to emit warnings
+C<encoding::warnings>, by Audrey Tang, is a module to emit warnings
 whenever an ASCII character string containing high-bit bytes is implicitly
 converted into UTF-8.
 
@@ -305,7 +305,8 @@ fail some tests on HP-UX 10.20.
 Net::Ping might fail some tests on HP-UX 11.00 with the latest OS
 upgrades.
 
-F<t/io/dup.t> and F<t/io/open.t> fail some tests on some BSD flavours.
+F<t/io/dup.t>, F<t/io/open.t> and F<lib/ExtUtils/t/Constant.t> fail some
+tests on some BSD flavours.
 
 =head1 Plans for the next release