Skip Menu |

This queue is for tickets about the Google-AJAX-Library CPAN distribution.

Report information
The Basics
Id: 57876
Status: resolved
Priority: 0/
Queue: Google-AJAX-Library

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

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



Subject: Tests fail with Test-Simple-0.95_02
If Test-Simple-0.95_02 is installed, then the test suite fails like this: # Failed test at t/01-basic.t line 13. # An error occurred while using eq: # ------------------------------------ # Operation "eq": no method found, # left argument in overloaded package HTML::Declare, # right argument has no overloaded magic at (eval in cmp_ok) t/01-basic.t line 13. # # ------------------------------------ # got: '<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>' # expected: '<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>' # Looks like you failed 1 test of 25. Everything works fine on the same system with Test-Simple-0.94. I suspect that changes as described in http://aspn.activestate.com/ASPN/Mail/Message/perl5-porters/3857791 are causing the problem. Regards, Slaven
Slaven, This seems to be an issue with HTML::Declare not specifying fallback I've fixed the tests on my end to get around the failure and put out a new release Thanks for the report, Rob