pkg list: no packages matching the following patterns are installed:
  /library/perl-5/canary-stability-536
  /library/perl-5/canary-stability-538
  /library/perl-5/canary-stability-540
  /library/perl-5/types-serialiser-540
Adding required packages to build environment...
 Startup: Refreshing catalog 'openindiana.org' ... Done
Planning: Solver setup ... Done (2.856s)
Planning: Running solver ... Done (0.109s)
Planning: Finding local manifests ... Done (0.003s)
Planning: Fetching manifests: 0/4  0% complete
Planning: Fetching manifests: 4/4  100% complete
Planning: Package planning ... Done (0.132s)
Planning: Merging actions ... Done (1.560s)
Planning: Checking for conflicting actions ... Done (1.723s)
Planning: Consolidating action changes ... Done (0.001s)
Planning: Evaluating mediators ... Done (1.346s)
Planning: Planning completed in 14.06 seconds
           Packages to install:         4
     Estimated space available: 363.02 GB
Estimated space to be consumed:   1.19 GB
       Create boot environment:        No
Create backup boot environment:        No
          Rebuild boot archive:        No

Changed packages:
openindiana.org
  library/perl-5/canary-stability-536
    None -> 2013-2024.0.0.3
  library/perl-5/canary-stability-538
    None -> 2013-2024.0.0.3
  library/perl-5/canary-stability-540
    None -> 2013-2024.0.0.3
  library/perl-5/types-serialiser-540
    None -> 1.1-2024.0.0.3

Download:  0/14 items  0.0/0.1MB  0% complete 
Download: Completed 53.51 kB in 0.04 seconds (661k/s)
 Actions:  1/76 actions (Installing new actions)
 Actions: Completed 76 actions in 0.01 seconds.
 Done (1.690s)
 Done (0.000s)
 Done (3.060s)
 Done (36.251s)
 Done (0.000s)
INFO: not using any hashes in /data/userland-archives/hashes for JSON-XS-4.03.tar.gz (overridden with --hash)
Source /data/userland-archives/JSON-XS-4.03.tar.gz... not found, skipping file copy
Source https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.03.tar.gz... 
    downloading... ok
    validating signature... checking local signature... not found
    signature validation failed

    validating hash... ok
symlink cloning /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/JSON-XS-4.03 to /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/amd64-5.36

***
*** Canary::Stability COMPATIBILITY AND SUPPORT CHECK
*** =================================================
***
*** Hi!
***
*** I do my best to provide predictable and reliable software.
***
*** However, in recent releases, P5P (who maintain perl) have been
*** introducing regressions that are sometimes subtle and at other times
*** catastrophic, often for personal preferences with little or no concern
*** for existing code, most notably CPAN.
***
*** For this reason, it has become very hard for me to maintain the level
*** of reliability and support I have committed myself to in the past, at
*** least with some perl versions: I simply can't keep up working around new
*** bugs or gratituous incompatibilities, and in turn you might suffer from
*** unanticipated problems.
***
*** Therefore I have introduced a support and compatibility check, the results
*** of which follow below, together with a FAQ and some recommendations.
***
*** This check is just to let you know that there might be a risk, so you can
*** make judgement calls on how to proceed - it will not keep the module from
*** installing or working.
***
*** The stability canary says: (nothing, it was driven away by harsh weather)
***
*** It seems you are running perl version 5.036003, likely the "official" or
*** "standard" version. While there is nothing wrong with doing that,
*** standard perl versions 5.022 and up are not supported by JSON::XS.
*** While this might be fatal, it might also be all right - if you run into
*** problems, you might want to downgrade your perl or switch to the
*** stability branch.
***
*** If everything works fine, you can ignore this message.
***
***
*** Stability canary mini-FAQ:
***
*** Do I need to do anything?
***    With luck, no. While some distributions are known to fail
***    already, most should probably work. This message is here
***    to alert you that your perl is not supported by JSON::XS,
***    and if things go wrong, you either need to downgrade, or
***    sidegrade to the stability variant of your perl version,
***    or simply live with the consequences.
***
*** What is this canary thing?
***    It's purpose is to check support status of JSON::XS with
***    respect to your perl version.
***
*** What is this "stability branch"?
***    It's a branch or fork of the official perl, by schmorp, to
***    improve stability and compatibility with existing modules.
***
*** How can I skip this prompt on automated installs?
***    Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment.
***    More info is in the Canary::Stability manpage.
***
*** Long version of this FAQ: http://stableperl.schmorp.de/faq.html
*** Stability Branch homepage: http://stableperl.schmorp.de/
***

Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for JSON::XS
Writing MYMETA.yml and MYMETA.json
cp XS.pm blib/lib/JSON/XS.pm
cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm
Running Mkbootstrap for XS ()
chmod 644 "XS.bs"
"/usr/perl5/5.36/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644
"/usr/perl5/5.36/bin/perl" "/usr/perl5/5.36/lib/ExtUtils/xsubpp"  -typemap '/usr/perl5/5.36/lib/ExtUtils/typemap' -typemap '/jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/amd64-5.36/typemap'  XS.xs > XS.xsc
mv XS.xsc XS.c
/usr/gcc/13/bin/gcc -m64 -c   -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"4.03\" -DXS_VERSION=\"4.03\" -fPIC "-I/usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/CORE"   XS.c
XS.xs: In function 'decode_utf8':
XS.xs:207:5: warning: 'Perl_utf8n_to_uvuni' is deprecated [-Wdeprecated-declarations]
  207 |     return utf8n_to_uvuni (s, len, clen, UTF8_CHECK_ONLY);
      |     ^~~~~~
In file included from /usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/CORE/perl.h:5798,
                 from XS.xs:2:
/usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/CORE/proto.h:4141:25: note: declared here
 4141 | PERL_CALLCONV UV        Perl_utf8n_to_uvuni(pTHX_ const U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags)
      |                         ^~~~~~~~~~~~~~~~~~~
rm -f blib/arch/auto/JSON/XS/XS.so
/usr/gcc/13/bin/gcc -m64  -shared -m64 -fstack-protector-strong  XS.o  -o blib/arch/auto/JSON/XS/XS.so  \
      \
  
chmod 755 blib/arch/auto/JSON/XS/XS.so
cp bin/json_xs blib/script/json_xs
"/usr/perl5/5.36/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs
Manifying 1 pod document
Manifying 2 pod documents
symlink cloning /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/JSON-XS-4.03 to /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/amd64-5.38

***
*** Canary::Stability COMPATIBILITY AND SUPPORT CHECK
*** =================================================
***
*** Hi!
***
*** I do my best to provide predictable and reliable software.
***
*** However, in recent releases, P5P (who maintain perl) have been
*** introducing regressions that are sometimes subtle and at other times
*** catastrophic, often for personal preferences with little or no concern
*** for existing code, most notably CPAN.
***
*** For this reason, it has become very hard for me to maintain the level
*** of reliability and support I have committed myself to in the past, at
*** least with some perl versions: I simply can't keep up working around new
*** bugs or gratituous incompatibilities, and in turn you might suffer from
*** unanticipated problems.
***
*** Therefore I have introduced a support and compatibility check, the results
*** of which follow below, together with a FAQ and some recommendations.
***
*** This check is just to let you know that there might be a risk, so you can
*** make judgement calls on how to proceed - it will not keep the module from
*** installing or working.
***
*** The stability canary says: (nothing, it was driven away by harsh weather)
***
*** It seems you are running perl version 5.038002, likely the "official" or
*** "standard" version. While there is nothing wrong with doing that,
*** standard perl versions 5.022 and up are not supported by JSON::XS.
*** While this might be fatal, it might also be all right - if you run into
*** problems, you might want to downgrade your perl or switch to the
*** stability branch.
***
*** If everything works fine, you can ignore this message.
***
***
*** Stability canary mini-FAQ:
***
*** Do I need to do anything?
***    With luck, no. While some distributions are known to fail
***    already, most should probably work. This message is here
***    to alert you that your perl is not supported by JSON::XS,
***    and if things go wrong, you either need to downgrade, or
***    sidegrade to the stability variant of your perl version,
***    or simply live with the consequences.
***
*** What is this canary thing?
***    It's purpose is to check support status of JSON::XS with
***    respect to your perl version.
***
*** What is this "stability branch"?
***    It's a branch or fork of the official perl, by schmorp, to
***    improve stability and compatibility with existing modules.
***
*** How can I skip this prompt on automated installs?
***    Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment.
***    More info is in the Canary::Stability manpage.
***
*** Long version of this FAQ: http://stableperl.schmorp.de/faq.html
*** Stability Branch homepage: http://stableperl.schmorp.de/
***

Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for JSON::XS
Writing MYMETA.yml and MYMETA.json
cp XS.pm blib/lib/JSON/XS.pm
cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm
Running Mkbootstrap for XS ()
chmod 644 "XS.bs"
"/usr/perl5/5.38/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644
"/usr/perl5/5.38/bin/perl" "/usr/perl5/5.38/lib/ExtUtils/xsubpp"  -typemap '/usr/perl5/5.38/lib/ExtUtils/typemap' -typemap '/jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/amd64-5.38/typemap'  XS.xs > XS.xsc
mv XS.xsc XS.c
/usr/gcc/13/bin/gcc -m64 -c   -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O3   -DVERSION=\"4.03\" -DXS_VERSION=\"4.03\" -fPIC "-I/usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/CORE"   XS.c
XS.xs: In function 'decode_utf8':
XS.xs:207:5: warning: 'Perl_utf8n_to_uvuni' is deprecated [-Wdeprecated-declarations]
  207 |     return utf8n_to_uvuni (s, len, clen, UTF8_CHECK_ONLY);
      |     ^~~~~~
In file included from /usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/CORE/perl.h:6188,
                 from XS.xs:2:
/usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/CORE/proto.h:6013:1: note: declared here
 6013 | Perl_utf8n_to_uvuni(pTHX_ const U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags)
      | ^~~~~~~~~~~~~~~~~~~
rm -f blib/arch/auto/JSON/XS/XS.so
/usr/gcc/13/bin/gcc -m64  -shared -m64 -fstack-protector-strong  XS.o  -o blib/arch/auto/JSON/XS/XS.so  \
      \
  
chmod 755 blib/arch/auto/JSON/XS/XS.so
cp bin/json_xs blib/script/json_xs
"/usr/perl5/5.38/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs
Manifying 1 pod document
Manifying 2 pod documents
symlink cloning /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/JSON-XS-4.03 to /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/amd64-5.40

***
*** Canary::Stability COMPATIBILITY AND SUPPORT CHECK
*** =================================================
***
*** Hi!
***
*** I do my best to provide predictable and reliable software.
***
*** However, in recent releases, P5P (who maintain perl) have been
*** introducing regressions that are sometimes subtle and at other times
*** catastrophic, often for personal preferences with little or no concern
*** for existing code, most notably CPAN.
***
*** For this reason, it has become very hard for me to maintain the level
*** of reliability and support I have committed myself to in the past, at
*** least with some perl versions: I simply can't keep up working around new
*** bugs or gratituous incompatibilities, and in turn you might suffer from
*** unanticipated problems.
***
*** Therefore I have introduced a support and compatibility check, the results
*** of which follow below, together with a FAQ and some recommendations.
***
*** This check is just to let you know that there might be a risk, so you can
*** make judgement calls on how to proceed - it will not keep the module from
*** installing or working.
***
*** The stability canary says: (nothing, it was driven away by harsh weather)
***
*** It seems you are running perl version 5.040000, likely the "official" or
*** "standard" version. While there is nothing wrong with doing that,
*** standard perl versions 5.022 and up are not supported by JSON::XS.
*** While this might be fatal, it might also be all right - if you run into
*** problems, you might want to downgrade your perl or switch to the
*** stability branch.
***
*** If everything works fine, you can ignore this message.
***
***
*** Stability canary mini-FAQ:
***
*** Do I need to do anything?
***    With luck, no. While some distributions are known to fail
***    already, most should probably work. This message is here
***    to alert you that your perl is not supported by JSON::XS,
***    and if things go wrong, you either need to downgrade, or
***    sidegrade to the stability variant of your perl version,
***    or simply live with the consequences.
***
*** What is this canary thing?
***    It's purpose is to check support status of JSON::XS with
***    respect to your perl version.
***
*** What is this "stability branch"?
***    It's a branch or fork of the official perl, by schmorp, to
***    improve stability and compatibility with existing modules.
***
*** How can I skip this prompt on automated installs?
***    Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment.
***    More info is in the Canary::Stability manpage.
***
*** Long version of this FAQ: http://stableperl.schmorp.de/faq.html
*** Stability Branch homepage: http://stableperl.schmorp.de/
***

Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for JSON::XS
Writing MYMETA.yml and MYMETA.json
cp XS.pm blib/lib/JSON/XS.pm
cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm
Running Mkbootstrap for XS ()
chmod 644 "XS.bs"
"/usr/perl5/5.40/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644
"/usr/perl5/5.40/bin/perl" "/usr/perl5/5.40/lib/ExtUtils/xsubpp"  -typemap '/usr/perl5/5.40/lib/ExtUtils/typemap' -typemap '/jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/amd64-5.40/typemap'  XS.xs > XS.xsc
mv XS.xsc XS.c
/usr/gcc/13/bin/gcc -m64 -c   -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O3   -DVERSION=\"4.03\" -DXS_VERSION=\"4.03\" -fPIC "-I/usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/CORE"   XS.c
XS.xs: In function 'decode_utf8':
XS.xs:207:5: warning: 'Perl_utf8n_to_uvuni' is deprecated [-Wdeprecated-declarations]
  207 |     return utf8n_to_uvuni (s, len, clen, UTF8_CHECK_ONLY);
      |     ^~~~~~
In file included from /usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/CORE/perl.h:6186,
                 from XS.xs:2:
/usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/CORE/proto.h:6037:1: note: declared here
 6037 | Perl_utf8n_to_uvuni(pTHX_ const U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags)
      | ^~~~~~~~~~~~~~~~~~~
rm -f blib/arch/auto/JSON/XS/XS.so
/usr/gcc/13/bin/gcc -m64  -shared -m64 -fstack-protector-strong  XS.o  -o blib/arch/auto/JSON/XS/XS.so  \
      \
  
chmod 755 blib/arch/auto/JSON/XS/XS.so
cp bin/json_xs blib/script/json_xs
"/usr/perl5/5.40/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs
Manifying 1 pod document
Manifying 2 pod documents
"/usr/perl5/5.36/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644
Manifying 1 pod document
Manifying 2 pod documents
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/auto/JSON/XS/XS.so
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/JSON/XS.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/JSON/XS/Boolean.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.36/man/man1/json_xs.1
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.36/man/man3perl/JSON::XS.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.36/man/man3perl/JSON::XS::Boolean.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.36/bin/json_xs
Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/perllocal.pod
"/usr/perl5/5.38/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644
Manifying 1 pod document
Manifying 2 pod documents
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/auto/JSON/XS/XS.so
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/JSON/XS.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/JSON/XS/Boolean.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.38/man/man1/json_xs.1
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.38/man/man3perl/JSON::XS.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.38/man/man3perl/JSON::XS::Boolean.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.38/bin/json_xs
Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/perllocal.pod
"/usr/perl5/5.40/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644
Manifying 1 pod document
Manifying 2 pod documents
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/auto/JSON/XS/XS.so
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/JSON/XS.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/JSON/XS/Boolean.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.40/man/man1/json_xs.1
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.40/man/man3perl/JSON::XS.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.40/man/man3perl/JSON::XS::Boolean.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.40/bin/json_xs
Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/prototype/i386/usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/perllocal.pod
VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/manifest-i386-JSON-XS-536.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/manifest-i386-JSON-XS-538.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/manifest-i386-JSON-XS-540.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/JSON-XS/build/manifest-i386-JSON-XS.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
generating metadata: perl/JSON-XS
pkg://openindiana.org/library/perl-5/json-xs-536@4.3,5.11-2024.0.0.3:20240621T093623Z
PUBLISHED
pkg://openindiana.org/library/perl-5/json-xs-538@4.3,5.11-2024.0.0.3:20240621T093647Z
PUBLISHED
pkg://openindiana.org/library/perl-5/json-xs-540@4.3,5.11-2024.0.0.3:20240621T093711Z
PUBLISHED
pkg://openindiana.org/library/perl-5/json-xs@4.3,5.11-2024.0.0.3:20240621T093736Z
PUBLISHED
pkg://openindiana.org/library/perl-5/json-xs-522@4.3,5.11-2022.0.0.1:20240621T093759Z
PUBLISHED
pkg://openindiana.org/library/perl-5/json-xs-524@4.3,5.11-2022.0.0.1:20240621T093800Z
PUBLISHED
pkg://openindiana.org/library/perl-5/json-xs-534@4.3,5.11-2023.0.0.3:20240621T094741Z
PUBLISHED