This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e08567
)
Correcting mistaken description of 'delete local' in perl5110delta
author
Jesse Vincent
<jesse@bestpractical.com>
Sat, 3 Oct 2009 20:22:17 +0000
(
05:22
+0900)
committer
Jesse Vincent
<jesse@bestpractical.com>
Sat, 3 Oct 2009 20:22:46 +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 l
exi
cally delete a hash entry.
+C<delete local> now allows you to l
o
cally delete a hash entry.
=head2 New support for Abstract namespace sockets