Skip Menu |

This queue is for tickets about the Collision-2D CPAN distribution.

Report information
The Basics
Id: 57785
Status: resolved
Priority: 0/
Queue: Collision-2D

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

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



Subject: Tests fail with Test-Simple-0.95_02
Tests fail if Test-Simple-0.95_02 is installed (but work fine with version 0.94). An excerpt of the log: # Failed test 'ent1 point' # at t/03-axis.t line 41. # An error occurred while using eq: # ------------------------------------ # Operation "eq": no method found, # left argument in overloaded package Collision::2D::Entity::Point, # right argument has no overloaded magic at (eval in cmp_ok) t/03-axis.t line 41. # # ------------------------------------ # got: 'point' # expected: 'point' # Failed test 'ent2 rect' # at t/03-axis.t line 42. Here some more information about recent Test-Simple changes: http://aspn.activestate.com/ASPN/Mail/Message/perl5-porters/3857791 Regards, Slaven
On Sun May 23 14:03:35 2010, SREZIC wrote: Show quoted text
> Tests fail if Test-Simple-0.95_02 is installed (but work fine with > version 0.94). An excerpt of the log: > > # Failed test 'ent1 point' > # at t/03-axis.t line 41. > # An error occurred while using eq: > # ------------------------------------ > # Operation "eq": no method found, > # left argument in overloaded package
Collision::2D::Entity::Point, Show quoted text
> # right argument has no overloaded magic at (eval in cmp_ok) > t/03-axis.t line 41. > # > # ------------------------------------ > # got: 'point' > # expected: 'point' > > # Failed test 'ent2 rect' > # at t/03-axis.t line 42. > > Here some more information about recent Test-Simple changes: > http://aspn.activestate.com/ASPN/Mail/Message/perl5-porters/3857791 > > Regards, > Slaven
It's been fixed. Sorry that it took so long :\