diff options
author | Slaven Rezic <slaven@rezic.de> | 2002-03-16 16:29:18 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-16 16:18:49 +0000 |
commit | 1cfd00ad9cdbd93cf52a5e24e16ab08bbf46ac48 (patch) | |
tree | 315eb6e57154436a19e0ff8dd9b1ca783f126f33 /pod | |
parent | efa45b016f1daccac9890930086f21fb53a44069 (diff) | |
download | perl-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.pod | 6 |
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.) |