This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.
[perl5.git] / Changes5.004
index d060166..12b6bca 100644 (file)
@@ -8031,7 +8031,7 @@ This release is beta candidate #5: Our last, best hope for a beta.
    From:  Chip Salzenberg
   Files:  pp_hot.c
 
-  Title:  "Fix grep() with refs in array context"
+  Title:  "Fix grep() with refs in list context"
    From:  Chip Salzenberg
   Files:  pp.c
 
@@ -12745,7 +12745,7 @@ Index: mg.c
     related to the numeric values of $! and $^E.  This patch *REPLACES*
     the one I posted earlier, which was only effective for $!.
 
-    [Some of this is superceded by similar stuff in the VMS patches.]
+    [Some of this is superseded by similar stuff in the VMS patches.]
 
 Index: op.c