libtest-deep-unorderedpairs-perl

Test::deep plugin for comparing lists as if they were hashes
  https://metacpan.org/release/Test-Deep-UnorderedPairs
  0
  no reviews



Test::deep::unorderedpairs provides the sub unordered_pairs (and tuples, samehash, as synonyms) to indicate the data being tested is a list of pairs that should be tested where the order of the pairs is insignificant.

this is useful when testing a function that returns a list of hash elements as an arrayref, not a hashref.