kingpong / perl-Test-Spec

rSpec-like test system for Perl
http://search.cpan.org/dist/Test-Spec/lib/Test/Spec.pm
30 stars 17 forks source link

compare plain perl data structures with Test::Deep #21

Closed andyjones closed 9 years ago

andyjones commented 9 years ago

This replaces pull request #17 and implements with_deep.

I've renamed some internal methods (eg. '_args' => '_eq_args') to avoid confusion between with_deep and with.

Cheers