Change 15254 by jhi@alpha on 2002/03/16 16:18:49
Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
From: Slaven Rezic <[EMAIL PROTECTED]>
Date: 16 Mar 2002 15:29:18 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/pod/perldelta.pod#313 edit
Differences ...
==== //depot/perl/pod/perldelta.pod#313 (text) ====
Index: perl/pod/perldelta.pod
--- perl/pod/perldelta.pod.~1~ Sat Mar 16 09:30:05 2002
+++ perl/pod/perldelta.pod Sat Mar 16 09:30:05 2002
@@ -1120,6 +1120,12 @@
=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.)
End of Patch.