Front page | perl.perl5.porters |
Postings from March 2006
Re: New Time::Local (1.12_01) for blead
Thread Previous
From:
H.Merijn Brand
Date:
March 31, 2006 01:59
Subject:
Re: New Time::Local (1.12_01) for blead
Message ID:
20060331115951.35f22b6c@pc09
On Fri, 31 Mar 2006 03:28:03 -0600 (CST), Dave Rolsky <autarch@urth.org>
wrote:
> I've just uploaded a new Time::Local to CPAN. This removes a bunch of code
> added since 1.07_90 that attempted to extend the range in which
> Time::Local worked, but apparently introduced some pretty subtle but
> severe bugs.
A more local URL would be helpful next time, as PAUSE doesn't really like us
to fetch from incoming/
> I'm hoping that the reverting I did fixes these problems without breaking
> anything else. I'd love to see this version integrated into to blead in
> order to get it tested on a variety of platforms. In particular, it'd be
> good to get this tested on platforms with a 64-bit time_t (not that I know
> what those are).
HP-UX 11iv2 (11.23):
v5.8.7 built for IA64.ARCHREV_0-LP64
x1:/pro/3gl/CPAN/Time-Local-1.12_01 109 > make test
PERL_DL_NONLAZY=1 /pro/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Local....ok
All tests successful.
Files=1, Tests=131, 0 wallclock secs ( 0.06 cusr + 0.02 csys = 0.08 CPU)
x1:/pro/3gl/CPAN/Time-Local-1.12_01 110 >
HP-UX 11iv1 (11.11):
v5.8.5 built for PA-RISC2.0-LP64
r3:/pro/3gl/CPAN/Time-Local-1.12_01 109 > make test
cp lib/Time/Local.pm blib/lib/Time/Local.pm
PERL_DL_NONLAZY=1 /pro/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Local....ok
All tests successful.
Files=1, Tests=131, 0 wallclock secs ( 0.08 cusr + 0.02 csys = 0.10 CPU)
r3:/pro/3gl/CPAN/Time-Local-1.12_01 110 >
AIX 5.2.0:
v5.8.7 built for aix-64all
i4:/pro/3gl/CPAN/Time-Local-1.12_01 106 > make test
cp lib/Time/Local.pm blib/lib/Time/Local.pm
PERL_DL_NONLAZY=1 /pro/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Local....ok
All tests successful.
Files=1, Tests=131, 0 wallclock secs ( 0.07 cusr + 0.03 csys = 0.10 CPU)
i4:/pro/3gl/CPAN/Time-Local-1.12_01 107 >
--
H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.9.x on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.0, AIX 4.3 & 5.2, and Cygwin. http://qa.perl.org
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org
http://www.goldmark.org/jeff/stupid-disclaimers/
Thread Previous