Skip Menu |

This queue is for tickets about the Array-Compare CPAN distribution.

Report information
The Basics
Id: 3752
Status: resolved
Priority: 0/
Queue: Array-Compare

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

Bug Information
Severity: Wishlist
Broken in: 1.09
Fixed in: 1.10



Subject: suggest full_compare doc improvements / add "see also" item
Hello, I have a suggestion to improve the docs. The "full compare" method says it will return the differences of two arrays. However, it's not documented how it will do that. How will resulting data structure communicate whether the elements returned are from one array or the other, or what positions they originated from? I also suggest adding "Test::More" to "SEE ALSO", for it's function "eq_array". "Test::Differences" also has an array testing functioning, but I'm not sure how useful it is outside of the 'testing' problem-space. OTOH, 'eq_array' is just a utility function that is not tied to the testing world, I believe. Mark