From: Jesse Vincent Date: Sat, 3 Oct 2009 20:22:17 +0000 (+0900) Subject: Correcting mistaken description of 'delete local' in perl5110delta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e74a3e73f5e128a77b691fcfc83214f58419a493;p=p5sagit%2Fp5-mst-13.2.git Correcting mistaken description of 'delete local' in perl5110delta Reported by nothingmuch++ and rjbs++ --- diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index 05de290..c49c559 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -396,7 +396,7 @@ You can now set C<-W> from the C environment variable =head2 C -C now allows you to lexically delete a hash entry. +C now allows you to locally delete a hash entry. =head2 New support for Abstract namespace sockets