summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorSlaven Rezic <slaven@rezic.de>2002-03-16 16:29:18 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-16 16:18:49 +0000
commit1cfd00ad9cdbd93cf52a5e24e16ab08bbf46ac48 (patch)
tree315eb6e57154436a19e0ff8dd9b1ca783f126f33 /pod
parentefa45b016f1daccac9890930086f21fb53a44069 (diff)
downloadperl-1cfd00ad9cdbd93cf52a5e24e16ab08bbf46ac48.tar.gz
Re: [ID 20020315.003] timelocal does not return fractal values anymore
Message-ID: <877kocwpq9.fsf@vran.herceg.de> p4raw-id: //depot/perl@15254
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 1df81da21a..10c031bcfe 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1120,6 +1120,12 @@ The Test module has been significantly enhanced.
=item *
+Time::Local::timelocal() does not handle fractional seconds anymore.
+The rationale is that neither does localtime(), and timelocal() and
+localtime() are supposed to be inverses of each other.
+
+=item *
+
The vars pragma now supports declaring fully qualified variables.
(Something that C<our()> does not and will not support.)