Skip Menu |

This queue is for tickets about the OAuth2-Google-Plus CPAN distribution.

Report information
The Basics
Id: 90368
Status: open
Priority: 0/
Queue: OAuth2-Google-Plus

People
Owner: Nobody in particular
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

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



Subject: Install test failure
# Failed test 'test userinfo' # at /Users/dsteinbrunner/.cpanm/work/1384467417.15912/OAuth2-Google-Plus-0.02 /t/./lib/Test/OAuth2/Google/Plus/UserInfo.pm line 27. # (in Test::OAuth2::Google::Plus::UserInfo->test_userinfo) # got: '1' # expected: 'true' # Looks like you failed 1 test of 8. t/oauth2-google-plus-userinfo.t .. Dubious, test returned 1 (wstat 256, 0x100) Using perl 5.18.1 on Mac OS X 10.8.5
The failure happens also in 0.03 and appears since JSON 2.90. The reason is documented at the top of JSON's Changes file. https://metacpan.org/changes/distribution/JSON Citing from there: And it discards a feature: ok(JSON::true eq 'true'); In other word, JSON::PP::Boolean overload numeric only. ok( JSON::true == 1 ); Thanks&&Regards,