Skip Menu |

This queue is for tickets about the Date-TimeOfDay CPAN distribution.

Report information
The Basics
Id: 128031
Status: resolved
Priority: 0/
Queue: Date-TimeOfDay

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

Bug Information
Severity: (no value)
Broken in:
  • 0.003
  • 0.004
Fixed in: (no value)



Subject: "round" is not exported by the POSIX module (0.003)
Test suite fails if only older POSIX.pm is available (approx. for perls < 5.22): ... PERL_DL_NONLAZY=1 "/usr/perl5.18.4p/bin/perl5.18.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t "round" is not exported by the POSIX module Can't continue after import errors at /usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/POSIX.pm line 30. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018121702/Date-TimeOfDay-0.003-1/blib/lib/Date/TimeOfDay.pm line 9. Compilation failed in require at t/00-basic.t line 8. BEGIN failed--compilation aborted at t/00-basic.t line 8. t/00-basic.t ............. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ...
On Sun, 16 Dec 2018 20:44:30 GMT, SREZIC wrote: Show quoted text
> Test suite fails if only older POSIX.pm is available (approx. for > perls < 5.22):
I'll replace round() with sprintf("%.0f") for now.