Skip Menu |

This queue is for tickets about the Time-Simple CPAN distribution.

Report information
The Basics
Id: 80461
Status: rejected
Priority: 0/
Queue: Time-Simple

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.06
Fixed in: (no value)



Subject: Failed on the day we switched from DST to normal time
As per subject. Yesterday my smoker produced 23 fail reports for LGODDARD/Time-Simple-0.06.tar.gz Unfortunately they have not yet arrived at cpantesters, so I cannot provide a link. Here is the diagnostic output: PERL_DL_NONLAZY=1 /mnt/k75/homesand/src/perl/repoperls/installed-perls/perl/v5.16.0/9980/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'hr from array' # at t/Time-Simple.t line 42. # got: '2' # expected: '1' # Failed test 'stringified' # at t/Time-Simple.t line 46. # got: '02:02:03' # expected: '01:02:03' # Failed test 'Made two hours' # at t/Time-Simple.t line 128. # got: '03:00:00' # expected: '02:00:00' Use of uninitialized value $reason in concatenation (.) or string at /home/src/perl/repoperls/installed-perls/perl/v5.16.0/9980/lib/5.16.0/Test/Builder.pm line 1265. Bailout called. Further testing stopped: FAILED--Further testing stopped. make: *** [test_dynamic] Error 255 Today all my perls produce PASS again. HTH&&Regards,
Subject: Re: [rt.cpan.org #80461] Failed on the day we switched from DST to normal time
Date: Mon, 29 Oct 2012 09:18:27 +0100
To: bug-Time-Simple [...] rt.cpan.org
From: Lee Goddard <leegee [...] gmail.com>
On 29/10/2012 08:03, Andreas Koenig via RT wrote: Show quoted text
> Mon Oct 29 03:03:23 2012: Request 80461 was acted upon. > Transaction: Ticket created by ANDK > Queue: Time-Simple > Subject: Failed on the day we switched from DST to normal time > Broken in: 0.06 > Severity: Normal > Owner: Nobody > Requestors: ANDK@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=80461 > > > > As per subject. > > Yesterday my smoker produced 23 fail reports for > LGODDARD/Time-Simple-0.06.tar.gz > > Unfortunately they have not yet arrived at cpantesters, so I cannot > provide a link. Here is the diagnostic output: > > PERL_DL_NONLAZY=1 > /mnt/k75/homesand/src/perl/repoperls/installed-perls/perl/v5.16.0/9980/bin/perl > "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', > 'blib/arch')" t/*.t > > # Failed test 'hr from array' > # at t/Time-Simple.t line 42. > # got: '2' > # expected: '1' > > # Failed test 'stringified' > # at t/Time-Simple.t line 46. > # got: '02:02:03' > # expected: '01:02:03' > > # Failed test 'Made two hours' > # at t/Time-Simple.t line 128. > # got: '03:00:00' > # expected: '02:00:00' > Use of uninitialized value $reason in concatenation (.) or string at > /home/src/perl/repoperls/installed-perls/perl/v5.16.0/9980/lib/5.16.0/Test/Builder.pm > line 1265. > Bailout called. Further testing stopped: > FAILED--Further testing stopped. > make: *** [test_dynamic] Error 255 > > > Today all my perls produce PASS again. > > HTH&&Regards,
The end of summer time, I guess. I'll have to think about handling that one.... Thanks for the report. Lee
As far as I can see, this is a problem with the underlying core Perl modules, not with this module in particular. The issues in question have their own ticket in RT, though I do not have its number to hand.