Skip Menu |

This queue is for tickets about the FCGI-Buffer CPAN distribution.

Report information
The Basics
Id: 110011
Status: resolved
Priority: 0/
Queue: FCGI-Buffer

People
Owner: NHORNE [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: timezone-related failure of t/last_mod.t
t/last_mod.t fails if the timezone is not UTC: $ env TZ=Europe/Berlin perl5.18.2 -Mblib t/last_mod.t ... not ok 28 # Failed test at t/last_mod.t line 118. not ok 29 # Failed test at t/last_mod.t line 119. 1..29 # Looks like you failed 2 tests of 29. $ env TZ=UTC perl5.18.2 -Mblib t/last_mod.t ... 1..29
Thank you for using FCGI-Buffer. I have been chasing that problem for a sometime now. Your suggestion makes sense. I will investigate further.
I've just tried it with the latest version in Git, and can't reproduce the problem. Perhaps it's already fixed? Please try it with the version in Git - https://github.com/nigelhorne/FCGI-Buffer $ env TZ=Europe/Berlin perl -Mblib t/last_mod.t ok 1 - use FCGI::Buffer; ok 2 - An object of class 'FCGI::Buffer' isa 'FCGI::Buffer' ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 # skip DateTime::Format::HTTP required to test everything ok 16 - An object of class 'FCGI::Buffer' isa 'FCGI::Buffer' ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 - An object of class 'FCGI::Buffer' isa 'FCGI::Buffer' ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 1..31
On 2015-12-01 20:07:03, NHORNE wrote: Show quoted text
> > I've just tried it with the latest version in Git, and can't reproduce > the problem. Perhaps it's already fixed? Please try it with the > version in Git - https://github.com/nigelhorne/FCGI-Buffer
The latest version in Git passes also on my system. git-bisect that the fix was in d0c5edc69ad72d210c40f6a25f30b6d98fe2ce2f
Great, I'll push out a new version from Git to CPAN as soon as I can.