Reviewing merge request #2: Do not reverse the order of new parameters

When adding new values to a query, they would appear in reverse order
when adding from scratch, but in the specified order when adding to an
existing key.

This change makes the order items are added to the query consistent.

It also brings the interface of query_param_append in line with that of
query_param, supporting array refs as well as simple lists.

Updated tests to check for the new behaviour and use Test::More, which
was in core at the minimum perl version specified in the Makefile.PL

Commits that would be merged:

Version 1
  • Version 1
  • Version 1
  • 04678c7
  • b540728
  • Do not reverse the order of new parameters

Showing 04678c7-b540728

Comments

Pushed new version 1

Pushed new version 1

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository