Skip to content

Commit

Permalink
Added a bunch of relevant modules to SEE ALSO
Browse files Browse the repository at this point in the history
  • Loading branch information
neilb committed Oct 9, 2022
1 parent d4a45fa commit 2925f07
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,3 +1,7 @@
3.0.9

- Added a bunch of relevant modules to SEE ALSO.

3.0.8 2020-12-21

- Only support versions 5.10+
Expand Down
25 changes: 24 additions & 1 deletion lib/Array/Compare.pm
Expand Up @@ -494,7 +494,30 @@ Dave Cross <dave@mag-sol.com>
=head1 SEE ALSO
perl(1).
L<Array::Diff> - where Array::Compare focusses on whether two
arrays are different, C<Array::Diff> tells you how they are different.
L<Test::Deep> - functions for comparing arbitrary data structures,
as part of a testsuite.
L<List::Compare> - similar functionality, but again with more options.
L<Algorithm::Diff> - the underlying implementation of the diff algorithm.
If you've got L<Algorithm::Diff::XS> installed, that will be used.
L<YAML::Diff> - find difference between two YAML documents.
L<HTML::Differences> - find difference between two HTML documents.
This uses a more sane approach than L<HTML::Diff>.
L<XML::Diff> - find difference between two XML documents.
L<Hash::Diff> - find the differences between two Perl hashes.
L<Data::Diff> - find difference between two arbitrary data structures.
L<Text::Diff> - can find difference between two inputs, which can be
data structures or file names.
=head1 COPYRIGHT AND LICENSE
Expand Down

0 comments on commit 2925f07

Please sign in to comment.