projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8e08567
)
Correcting mistaken description of 'delete local' in perl5110delta
Jesse Vincent [Sat, 3 Oct 2009 20:22:17 +0000 (
05:22
+0900)]
Reported by nothingmuch++ and rjbs++
pod/perl5110delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5110delta.pod
b/pod/perl5110delta.pod
index
05de290
..
c49c559
100644
(file)
--- a/
pod/perl5110delta.pod
+++ b/
pod/perl5110delta.pod
@@
-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