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:
12b4b02
)
making DOS stand out in dosish for 58 delta pod
author
David Steinbrunner
<dsteinbrunner@pobox.com>
Tue, 21 May 2013 11:26:41 +0000
(07:26 -0400)
committer
James E Keenan
<jkeenan@cpan.org>
Sat, 25 May 2013 13:19:22 +0000
(15:19 +0200)
pod/perl58delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl58delta.pod
b/pod/perl58delta.pod
index
931b2a7
..
8b81d4c
100644
(file)
--- a/
pod/perl58delta.pod
+++ b/
pod/perl58delta.pod
@@
-1407,7
+1407,7
@@
use/require work.
=item *
-In SDBM_File on
dos
ish platforms, some keys went missing because of
+In SDBM_File on
DOS
ish platforms, some keys went missing because of
lack of support for files with "holes". A workaround for the problem
has been added.