diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-09-07 21:30:52 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-09-07 21:30:52 +0100 |
commit | 666c7ca6f69d448e1829e85a89fae74e72c1a677 (patch) | |
tree | ee3c660391bbd8b3899042c263e3b97c4dd654af /pod | |
parent | d39de89300b9384bad8b2cf88917ce9f104ae8b2 (diff) | |
download | perl-666c7ca6f69d448e1829e85a89fae74e72c1a677.tar.gz |
ODBM_File can use the same T_PTROBJ typemap as the other ?DBM_File modules.
This simplifies the RETVAL handling in TIEHASH, and makes the code closer
to the other 3 ?DBM_File modules. The difference in TIEHASH handling dates
back to 5.000, where only ODBM_File needed helper code around the dbm_open()
call. The other 3 were able to #define it as dbm_TIEHASH, and hence had no
CODE: section when first written.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1b16783a87..e714e2f3ac 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -181,6 +181,13 @@ L<Module::Metadata> has been upgraded from version 1.000005_01 to version 1.0000 =item * +L<ODBM_File> has been upgraded from version 1.11 to version 1.12. + +This is only a minor refactoring of the XS code to bring it closer to the +other C<?DBM_File> modules. + +=item * + L<Pod::Simple> has been upgraded from version 3.18 to version 3.19. =item * |