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