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:
fcd5df6
)
Correct the NDBM_File version in perldelta
author
Florian Ragwitz
<rafl@debian.org>
Thu, 24 Mar 2011 16:20:28 +0000
(17:20 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Thu, 24 Mar 2011 16:20:28 +0000
(17:20 +0100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
7cbd43c
..
8e7f580
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-1726,7
+1726,7
@@
C<Module::Load::Conditional> has been upgraded from version 0.34 to 0.44.
=item *
-C<NDBM_File> has been upgraded from version 1.08 to 1.1
1
.
+C<NDBM_File> has been upgraded from version 1.08 to 1.1
2
.
This fixes a memory leak when DBM filters are used.