From: Slaven Rezic Date: Sat, 16 Mar 2002 15:29:18 +0000 (+0100) Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1cfd00ad9cdbd93cf52a5e24e16ab08bbf46ac48;p=p5sagit%2Fp5-mst-13.2.git Re: [ID 20020315.003] timelocal does not return fractal values anymore Message-ID: <877kocwpq9.fsf@vran.herceg.de> p4raw-id: //depot/perl@15254 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1df81da..10c031b 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 does not and will not support.)