libstruct-compare-perl

Perl module providing recursive diff for perl structures
  http://search.cpan.org/dist/Struct-Compare
  0
  no reviews



Struct::compare compares two values of any type and structure and returns true if they are the same. it does a deep comparison of the structures, so a hash of a hash of a whatever will be compared correctly.

this is especially useful for writing unit tests for your modules!