Skip to content

Commit

Permalink
Introduce Test::Deep::Matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Apr 24, 2020
1 parent c6673f2 commit 37b7f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/Arrow.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ It works on references, too:
Compare references, it does a deep comparison walking each data structure to see if they are equivalent.
This C<is_deeply> is mostly same as Test::More's one. You can use L<Test::Deep> more in-depth functionality along these lines.
This C<is_deeply> is mostly same as Test::More's one. You can use L<Test::Deep> more in-depth functionality along these lines. Also L<Test::Deep::Matcher> is more better to use with.
=head2 EXCEPTION TEST
Expand Down

0 comments on commit 37b7f69

Please sign in to comment.