diff options
Diffstat (limited to 'pod/perl593delta.pod')
-rw-r--r-- | pod/perl593delta.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl593delta.pod b/pod/perl593delta.pod index 80f8cb925f..d67a5a56f7 100644 --- a/pod/perl593delta.pod +++ b/pod/perl593delta.pod @@ -107,7 +107,7 @@ details. (Contributed by Gisle Aas.) The support for assertions, introduced in perl 5.9.0, has been improved. The syntax for the C<-A> command-line switch has changed; it now accepts an optional module name, defaulting to C<assertions::activate>. See -L<assertions> and L<perlrun>. (Contributed by Salvador Fandiño García.) +L<assertions> and L<perlrun>. (Contributed by Salvador Fandiño GarcÃa.) =head2 Unicode Character Database 4.1.0 @@ -274,7 +274,7 @@ happens at program exit, it may be skipped completely. =head2 sort() enhancements -Salvador Fandiño provided improvements to reduce the memory usage of C<sort> +Salvador Fandiño provided improvements to reduce the memory usage of C<sort> and to speed up some cases. =head1 Installation and Configuration Improvements |