create perl5131delta
[p5sagit/p5-mst-13.2.git] / pod / perl590delta.pod
index b71457e..a19bf7a 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perldelta - what is new for perl v5.9.0
+perl590delta - what is new for perl v5.9.0
 
 =head1 DESCRIPTION
 
@@ -121,7 +121,7 @@ modifiers, has been removed.
 
 =head2 Assertions
 
-Perl 5.9.0 has experimental support for assertions.  Note that hhe user
+Perl 5.9.0 has experimental support for assertions.  Note that the user
 interface is not fully stabilized yet, and it may change until the 5.10.0
 release.  A new command-line switch, B<-A>, is used to activate
 assertions, which are declared with the C<assertions> pragma.  See
@@ -454,7 +454,7 @@ The Perl debugger (F<lib/perl5db.pl>) has now been extensively
 documented and bugs found while documenting have been fixed.
 
 C<perldoc> has been rewritten from scratch to be more robust and
-featureful.
+feature rich.
 
 C<perlcc -B> works now at least somewhat better, while C<perlcc -c>
 is rather more broken.  (The Perl compiler suite as a whole continues
@@ -485,13 +485,11 @@ of Perl in OS/400 PASE.
 
 perlreref has been added: it is a regular expressions quick reference.
 
-=head1 Performance Enhancements
-
 =head1 Installation and Configuration Improvements
 
-The UNIX standard Perl location, F</usr/bin/perl>, is no longer
+The Unix standard Perl location, F</usr/bin/perl>, is no longer
 overwritten by default if it exists.  This change was very prudent
-because so many UNIX vendors already provide a F</usr/bin/perl>,
+because so many Unix vendors already provide a F</usr/bin/perl>,
 but simultaneously many system utilities may depend on that
 exact version of Perl, so better not to overwrite it.
 
@@ -787,7 +785,7 @@ know about or hack Perl internals (using Devel::Peek or any of the
 C<B::> modules counts), or like to run Perl with the C<-D> option.
 
 The embedding examples of L<perlembed> have been reviewed to be
-uptodate and consistent: for example, the correct use of
+up to date and consistent: for example, the correct use of
 PERL_SYS_INIT3() and PERL_SYS_TERM().
 
 Extensive reworking of the pad code (the code responsible