Skip Menu |

This queue is for tickets about the Data-Sah-Coerce CPAN distribution.

Report information
The Basics
Id: 123095
Status: new
Priority: 0/
Queue: Data-Sah-Coerce

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

Bug Information
Severity: (no value)
Broken in:
  • 0.024
  • 0.040
Fixed in: (no value)



Subject: Missing require of DateTime?
On one of my smokers I see the following failure: ... t/perl-bool.t ............ ok # No tests run! # Failed test 'No tests run for subtest "from DateTime object"' # at t/perl-date.t line 89. # Looks like you failed 1 test of 3. # Failed test 'coerce_to=Time::Moment' # at t/perl-date.t line 103. Can't locate object method "new" via package "DateTime" at t/perl-date.t line 85. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 3. t/perl-date.t ............ Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/3 subtests (less 1 skipped subtest: 1 okay) ...