A mechanism for inlineable OP equivalents of XSUBs is a TODO.
[p5sagit/p5-mst-13.2.git] / pod / perl5110delta.pod
index a331207..c49c559 100644 (file)
@@ -382,7 +382,7 @@ The C<each> function can now operate on arrays.
 Perl's core time-related functions are now Y2038 compliant. (With 29
 years to spare!)
 
-=head2 C<$,> flexibilty
+=head2 C<$,> flexibility
 
 The variable C<$,> may now be tied.
 
@@ -396,7 +396,7 @@ You can now set C<-W> from the C<PERL5OPT> environment variable
 
 =head2 C<delete local>
 
-C<delete local> now allows you to lexically delete a hash entry.
+C<delete local> now allows you to locally delete a hash entry.
 
 =head2 New support for Abstract namespace sockets
 
@@ -1522,7 +1522,7 @@ Tweak the "Illegal character in prototype" warning so it's more precise when rep
 
 =item *
 
-Unintented interpolation of $\ in regex
+Unintended interpolation of $\ in regex
 
 =item *