You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP::Tiny is no longer sorting the values when given query parameters with an array ref of values. I believe this is the correct behavior.
WebService::S3::Tiny signs the requests that it makes, so it is sensitive to the exact content of the requests it generates. As far as I can tell, the module itself is working fine and will work properly with the new HTTP::Tiny version. But the tests have hard coded signatures to expect, and explicitly test for the sorting behavior.
I believe this module's tests should be updated, either to avoid testing this behavior or to depend on the new version and expect its output.
Pass report with 0.088: http://www.cpantesters.org/cpan/report/f69232b8-af4a-11ef-973c-f257d67c2c52
Fail report with same perl and 0.090: http://www.cpantesters.org/cpan/report/a08dec44-af4b-11ef-8405-755fd67c2c52
@haarg , could you chime in please? -- Thanks!
The text was updated successfully, but these errors were encountered: