summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-03-26 22:38:28 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-03-26 22:38:28 +0000
commit6c1b87e5b61fa4275aa57590a99cb42541e71aa8 (patch)
tree1940f22381752ae24a68b86eea26068de4ed3467 /pod/perldelta.pod
parent1ffc832540d59b3c65984a104a6d8e8a94040b31 (diff)
parentd98d5fffa337682ca6cac752b32ff55e863a53a0 (diff)
downloadperl-6c1b87e5b61fa4275aa57590a99cb42541e71aa8.tar.gz
Integrate from mainperl.
p4raw-id: //depot/cfgperl@3171
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 79a139b725..8bf59abae9 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -351,6 +351,13 @@ act as mutators (accessor $z->Re(), mutator $z->Re(3)).
A little bit of radial trigonometry (cylindrical and spherical) added,
radial coordinate conversions and the great circle distance.
+=item SDBM_File
+
+An EXISTS method has been added to this module (and sdbm_exists() has
+been added to the underlying sdbm library), so one can now call exists
+on an SDBM_File tied hash and get the correct result rather than a
+runtime error.
+
=item Time::Local
The timelocal() and timegm() functions used to silently return bogus