New Upstream Snapshot - libarray-compare-perl

Ready changes

Summary

Merged new upstream version: 3.0.8+git20221019.1.1f7273c (was: 3.0.8).

Resulting package

Built on 2023-01-11T03:38 (took 2m6s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots libarray-compare-perl

Lintian Result

Diff

diff --git a/Changes b/Changes
index 8df4efb..38561fa 100644
--- a/Changes
+++ b/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+
diff --git a/META.json b/META.json
index 10153c3..60e0433 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Dave Cross <dave@mag-sol.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4231",
+   "generated_by" : "Module::Build version 0.4232",
    "license" : [
       "perl_5"
    ],
@@ -54,5 +54,5 @@
       }
    },
    "version" : "v3.0.8",
-   "x_serialization_backend" : "JSON::PP version 4.04"
+   "x_serialization_backend" : "JSON::PP version 4.07"
 }
diff --git a/META.yml b/META.yml
index b87fa60..89b86af 100644
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,7 @@ build_requires:
 configure_requires:
   Module::Build: '0.42'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010'
+generated_by: 'Module::Build version 0.4232, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
diff --git a/Makefile.PL b/Makefile.PL
index 6adcf6a..7a8ae57 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,18 +1,18 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.4231
+# Note: this file was auto-generated by Module::Build::Compat version 0.4232
 require 5.010000;
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-  'NAME' => 'Array::Compare',
   'VERSION_FROM' => 'lib/Array/Compare.pm',
+  'PL_FILES' => {},
+  'INSTALLDIRS' => 'site',
   'PREREQ_PM' => {
-                   'Carp' => 0,
-                   'Moo' => 0,
                    'Test::NoWarnings' => 0,
-                   'Types::Standard' => 0
+                   'Types::Standard' => 0,
+                   'Moo' => 0,
+                   'Carp' => 0
                  },
-  'INSTALLDIRS' => 'site',
   'EXE_FILES' => [],
-  'PL_FILES' => {}
+  'NAME' => 'Array::Compare'
 )
 ;
diff --git a/debian/changelog b/debian/changelog
index 1319773..19c7fea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libarray-compare-perl (3.0.8+git20221019.1.1f7273c-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 11 Jan 2023 03:37:03 -0000
+
 libarray-compare-perl (3.0.8-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/lib/Array/Compare.pm b/lib/Array/Compare.pm
index 0fce09b..304d9bd 100755
--- a/lib/Array/Compare.pm
+++ b/lib/Array/Compare.pm
@@ -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
 

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details