--- pod/perl586delta.pod.orig Wed Dec 8 23:40:59 2004
+++ pod/perl586delta.pod Wed Dec 8 23:41:33 2004
@@ -117,7 +117,7 @@
no longer mis-calculates buffer lengths.
Although Perl has promised since version 5.8 that C<sort()> would be
-stable, the two cases C<sort {$b cmp $a}> and C<<sort {$b <=> $a}>> could
+stable, the two cases C<sort {$b cmp $a}> and C<< sort {$b <=> $a} >> could
produce non-stable sorts. This is corrected in perl5.8.6.
Localising C<$^D> no longer generates a diagnostic message about valid -D