==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: perl-json 4.10-2 (Sat Jul 13 14:19:17 2024)
==> Retrieving sources...
  -> Found JSON-4.10.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    JSON-4.10.tar.gz ... Passed
==> Making package: perl-json 4.10-2 (Sat Jul 13 14:19:37 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found JSON-4.10.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting JSON-4.10.tar.gz with bsdtar
==> Starting build()...
Welcome to JSON (v.4.10)
=============================

 ** BACKWARD INCOMPATIBILITY **

Since version 2.90, stringification (and string comparison) for
JSON::true and JSON::false has not been overloaded. It shouldn't
matter as long as you treat them as boolean values, but a code that
expects they are stringified as "true" or "false" doesn't work as
you have expected any more.

    if (JSON::true eq 'true') {  # now fails

    print "The result is 1 now."; # => The result is 1 now.

And now these boolean values don't inherit JSON::Boolean, either.
When you need to test a value is a JSON boolean value or not, use
JSON::is_bool function, instead of testing the value inherits
a particular boolean class or not.

Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for JSON
Writing MYMETA.yml and MYMETA.json
cp lib/JSON/backportPP/Compat5006.pm blib/lib/JSON/backportPP/Compat5006.pm
cp lib/JSON/backportPP/Compat5005.pm blib/lib/JSON/backportPP/Compat5005.pm
cp lib/JSON/backportPP/Boolean.pm blib/lib/JSON/backportPP/Boolean.pm
cp lib/JSON/backportPP.pm blib/lib/JSON/backportPP.pm
cp lib/JSON.pm blib/lib/JSON.pm
Manifying 5 pod documents
==> Entering fakeroot environment...
==> Starting package()...
Manifying 5 pod documents
Appending installation info to /build/perl-json/pkg/perl-json/usr/lib/perl5/5.38/core_perl/perllocal.pod
Installing /build/perl-json/pkg/perl-json/usr/share/perl5/vendor_perl/JSON.pm
Installing /build/perl-json/pkg/perl-json/usr/share/perl5/vendor_perl/JSON/backportPP.pm
Installing /build/perl-json/pkg/perl-json/usr/share/perl5/vendor_perl/JSON/backportPP/Compat5005.pm
Installing /build/perl-json/pkg/perl-json/usr/share/perl5/vendor_perl/JSON/backportPP/Boolean.pm
Installing /build/perl-json/pkg/perl-json/usr/share/perl5/vendor_perl/JSON/backportPP/Compat5006.pm
Installing /build/perl-json/pkg/perl-json/usr/share/man/man3/JSON::backportPP::Compat5006.3pm
Installing /build/perl-json/pkg/perl-json/usr/share/man/man3/JSON::backportPP::Compat5005.3pm
Installing /build/perl-json/pkg/perl-json/usr/share/man/man3/JSON::backportPP.3pm
Installing /build/perl-json/pkg/perl-json/usr/share/man/man3/JSON::backportPP::Boolean.3pm
Installing /build/perl-json/pkg/perl-json/usr/share/man/man3/JSON.3pm
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "perl-json"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: perl-json 4.10-2 (Sat Jul 13 14:19:44 2024)
==> Cleaning up...