Skip Menu |

This queue is for tickets about the TM CPAN distribution.

Report information
The Basics
Id: 62768
Status: patched
Priority: 0/
Queue: TM

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

Bug Information
Severity: Normal
Broken in: 1.54
Fixed in: (no value)



Subject: Fails with Test::More > 0.94
As per subject. Apparently there are other reasons for FAILs involved but the most important one seems to me is that all recent versions of Test::More cause the t/062xtmserialize.t test to fail. I recall that this is due to a bugfix in Test::More how to deal with overloading. The error message consecutively looks a bit strange: # Failed test 'instances btop' # at t/062xtmserialize.t line 91. # An error occurred while using eq: # ------------------------------------ # Operation "eq": no method found, # left argument has no overloaded magic, # right argument in overloaded package XML::LibXML::NodeList at (eval in cmp_ok) t/062xtmserialize.t line 91. # # ------------------------------------ # got: '#ctop#dtop' # expected: '#ctop#dtop' # Looks like you failed 1 test of 24. Most likely is that some involved module does not declare a fallback for overloading but I have not checked. HTH, Regards,
On Sat Nov 06 06:42:41 2010, ANDK wrote: Show quoted text
> # ------------------------------------ > # Operation "eq": no method found, > # left argument has no overloaded magic, > # right argument in overloaded package XML::LibXML::NodeList at > (eval in cmp_ok) t/062xtmserialize.t line 91. > # > # ------------------------------------ > # got: '#ctop#dtop' > # expected: '#ctop#dtop' > # Looks like you failed 1 test of 24.
I uploaded v1.55 which should address this fail. \rho