Skip Menu |

This queue is for tickets about the Test-Class CPAN distribution.

Report information
The Basics
Id: 33809
Status: resolved
Priority: 0/
Queue: Test-Class

People
Owner: Nobody in particular
Requestors: jeff [...] zeroclue.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.27
  • 0.28
Fixed in: (no value)



Subject: t/todo.t fails with Test::Simple 0.75
Install under 5.10 fails due to t/todo.t failing. It fails with the following error: # Failed test 'todo tests work' # at t/todo.t line 30. # STDOUT is: # not ok 1 - object live # # not: # not ok 1 - object live # TODO unimplemented # # as expected # STDERR is: # # Failed test 'object live' # # at t/todo.t line 16. # # (in Foo->todo_test) # # not: # /#\s+Failed\ \(TODO\)\ test.*?\n?.*?at\ t\/todo\.t line 16.*\n?/ # # # (in Foo->todo_test) # # as expected t/todo................... Failed 1/2 subtests Installing Test::Simple 0.78 (default in 5.10 is 0.75) fixes the error. Either Test::Simple 0.78 should be required, or the test should be changed to pass regardless of the Test::Simple version.
Fixed in 0.30 - wandering to CPAN now.