This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for b813f4458 / #123217 / #115256
[perl5.git] / pod / perl5180delta.pod
index 48fcdbe..a5a3cae 100644 (file)
@@ -1019,7 +1019,7 @@ respect the other pragma when in scope.
 =item *
 
 Using any of these three pragmata would cause C<hex> and C<oct> anywhere
-else in the program to evalute their arguments in list context and prevent
+else in the program to evaluate their arguments in list context and prevent
 them from inferring $_ when called without arguments.
 
 =item *
@@ -1424,7 +1424,7 @@ the buffer or gives it a typeglob or shared hash key scalar.
 
 L<PerlIO::scalar> has been upgraded to 0.16.
 
-The buffer scalar supplied may now only contain code pounts 0xFF or
+The buffer scalar supplied may now only contain code points 0xFF or
 lower. [perl #109828]
 
 =item *
@@ -2351,11 +2351,6 @@ called from XS modules [perl #79824].
 
 =item *
 
-C<RXf_SPLIT> and C<RXf_SKIPWHITE> are no longer used.  They are now
-#defined as 0.
-
-=item *
-
 The new C<RXf_MODIFIES_VARS> flag can be set by custom regular expression
 engines to indicate that the execution of the regular expression may cause
 variables to be modified.  This lets C<s///> know to skip certain