Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: PASS JSON-Schema-Tiny-0.030 5.40.1 GNU/Linux
Date: 2025-04-22T19:12:39Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Karen Etheridge,
This is a computer-generated report for JSON-Schema-Tiny-0.030
on perl 5.40.1, created by CPAN-Reporter-1.2020.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build test':
#
# Versions for all modules listed in MYMETA.json (including optional ones):
#
# === Configure Requires ===
#
# Module Want Have
# ------------------- ----- --------
# Module::Build::Tiny 0.034 0.051
# perl 5.020 5.040001
#
# === Test Requires ===
#
# Module Want Have
# ------------------------------ ----- --------
# Data::Dumper any 2.189
# File::Spec any 3.91
# List::Util 1.50 1.68
# Math::BigInt any 2.003003
# Module::Metadata any 1.000038
# Path::Tiny any 0.148
# Test::Deep any 1.205
# Test::Fatal any 0.017
# Test::JSON::Schema::Acceptance 1.026 1.027
# Test::More 0.96 1.302204
# Test::Warnings any 0.038
# lib any 0.65
# open any 1.13
# perl 5.020 5.040001
# strict any 1.13
# utf8 any 1.25
#
# === Test Recommends ===
#
# Module Want Have
# ---------- -------- --------
# CPAN::Meta 2.120900 2.150010
#
# === Runtime Requires ===
#
# Module Want Have
# -------------------- -------- --------
# B any 1.89
# Carp any 1.54
# Exporter 5.57 5.78
# Feature::Compat::Try any 0.05
# JSON::PP any 4.16
# List::Util 1.50 1.68
# Math::BigFloat any 2.003003
# Mojo::JSON any undef
# Mojo::JSON::Pointer any undef
# Mojo::URL any undef
# Mojolicious 7.23 9.39
# Ref::Util 0.100 0.204
# Scalar::Util any 1.68
# Storable any 3.32
# autovivification any 0.18
# builtin::compat 0.003003 0.003003
# constant any 1.33
# experimental 0.026 0.033
# if any 0.0610
# namespace::clean any 0.27
# perl 5.020 5.040001
# stable 0.031 0.033
# strictures 2 2.000006
# warnings any 1.70
#
# === Runtime Suggests ===
#
# Module Want Have
# ---------------- ---- -----
# Cpanel::JSON::XS any 4.39
# Ref::Util::XS any 0.117
#
# === Other Modules ===
#
# Module Have
# ----------------- -------
# Cpanel::JSON::XS 4.39
# Encode 3.21
# File::Temp 0.2311
# JSON::PP 4.16
# JSON::XS missing
# Module::Runtime 0.016
# Mojolicious 9.39
# Sub::Name missing
# YAML missing
# autodie 2.37
# builtin 0.014
# builtin::Backport missing
#
t/00-report-prereqs.t .............. ok
#
# generated with: Test::JSON::Schema::Acceptance 1.027
# specification version: draft2019-09
# using custom test directory: t/additional-tests-draft2019-09
# optional tests included: no
#
# filename pass todo-fail fail
# ---------------------------------------------------------------
# anchor.json 2 0 0
# badRef.json 1 0 0
# faux-buggy-schemas.json 2 0 0
# id.json 6 0 0
# integers.json 29 0 0
# invalid-input.json 2 0 0
# keyword-independence.json 750 62 0
# loose-types-const-enum.json 8 0 0
# ref-and-id.json 1 0 0
# ref.json 4 0 0
# short-circuit.json 16 0 0
# unknownKeyword.json 4 0 0
# vocabulary.json 1 0 0
# ---------------------------------------------------------------
# TOTAL 826 62 0
#
# WARNING: some non-optional tests are failing! This implementation is not fully compliant with the specification!
#
t/additional-tests-draft2019-09.t .. ok
#
# generated with: Test::JSON::Schema::Acceptance 1.027
# specification version: draft2020-12
# using custom test directory: t/additional-tests-draft2020-12
# optional tests included: no
#
# filename pass todo-fail fail
# ---------------------------------------------------------------
# anchor.json 2 0 0
# badRef.json 1 0 0
# faux-buggy-schemas.json 2 0 0
# id.json 6 0 0
# integers.json 29 0 0
# invalid-input.json 2 0 0
# keyword-independence.json 756 0 0
# loose-types-const-enum.json 8 0 0
# ref.json 4 0 0
# short-circuit.json 16 0 0
# unknownKeyword.json 4 0 0
# vocabulary.json 1 0 0
# ---------------------------------------------------------------
# TOTAL 831 0 0
#
# Congratulations, all non-optional tests are passing!
#
t/additional-tests-draft2020-12.t .. ok
#
# generated with: Test::JSON::Schema::Acceptance 1.027
# specification version: draft7
# using custom test directory: t/additional-tests-draft7
# optional tests included: no
#
# filename pass todo-fail fail
# ---------------------------------------------------------------
# anchor.json 2 0 0
# badRef.json 1 0 0
# faux-buggy-schemas.json 2 0 0
# id.json 4 0 0
# integers.json 29 0 0
# invalid-input.json 2 0 0
# keyword-independence.json 636 0 0
# loose-types-const-enum.json 8 0 0
# ref-and-id.json 1 0 0
# ref.json 4 0 0
# short-circuit.json 16 0 0
# unknownKeyword.json 4 0 0
# vocabulary.json 1 0 0
# ---------------------------------------------------------------
# TOTAL 710 0 0
#
# Congratulations, all non-optional tests are passing!
#
t/additional-tests-draft7.t ........ ok
t/boolean-data.t ................... ok
t/boolean-schemas.t ................ ok
t/equality.t ....................... ok
t/errors.t ......................... ok
t/max_traversal_depth.t ............ ok
t/pattern.t ........................ ok
t/ref.t ............................ ok
t/specification_version.t .......... ok
t/stringy-numbers.t ................ ok
t/type.t ........................... ok
t/unsupported-keywords.t ........... ok
#
# generated with: Test::JSON::Schema::Acceptance 1.027
# with commit: e524505b8ac4a61c5dc162b51d68c2385a134706 (Test-JSON-Schema-Acceptance-1.026-16-ge524505)
# from repository: git://github.com/json-schema-org/JSON-Schema-Test-Suite.git
# specification version: draft2019-09
# optional tests included: yes
# skipping directory: optional/format
#
# filename pass todo-fail fail
# ---------------------------------------------------------------
# additionalItems.json 20 0 0
# additionalProperties.json 21 0 0
# allOf.json 30 0 0
# anchor.json 4 4 0
# anyOf.json 18 0 0
# boolean_schema.json 18 0 0
# const.json 50 0 0
# contains.json 21 0 0
# content.json 18 0 0
# default.json 7 0 0
# defs.json 1 1 0
# dependentRequired.json 20 0 0
# dependentSchemas.json 20 0 0
# enum.json 45 0 0
# exclusiveMaximum.json 4 0 0
# exclusiveMinimum.json 4 0 0
# format.json 114 0 0
# if-then-else.json 26 0 0
# infinite-loop-detection.json 2 0 0
# items.json 28 0 0
# maxContains.json 12 0 0
# maxItems.json 6 0 0
# maxLength.json 7 0 0
# maxProperties.json 10 0 0
# maximum.json 8 0 0
# minContains.json 28 0 0
# minItems.json 6 0 0
# minLength.json 7 0 0
# minProperties.json 8 0 0
# minimum.json 11 0 0
# multipleOf.json 10 0 0
# not.json 39 1 0
# oneOf.json 27 0 0
# pattern.json 9 0 0
# patternProperties.json 23 0 0
# properties.json 28 0 0
# propertyNames.json 13 0 0
# recursiveRef.json 20 14 0
# ref.json 65 14 0
# refRemote.json 15 16 0
# required.json 16 0 0
# type.json 80 0 0
# unevaluatedItems.json 20 35 0
# unevaluatedProperties.json 60 62 0
# uniqueItems.json 69 0 0
# vocabulary.json 2 3 0
# optional/anchor.json 2 2 0
# optional/bignum.json 9 0 0
# optional/cross-draft.json 1 2 0
# optional/dependencies-compatibility.json 22 14 0
# optional/ecmascript-regex.json 60 14 0
# optional/float-overflow.json 1 0 0
# optional/id.json 1 2 0
# optional/no-schema.json 3 0 0
# optional/non-bmp-regex.json 12 0 0
# optional/refOfUnknownKeyword.json 6 0 0
# optional/unknownKeyword.json 2 1 0
# ---------------------------------------------------------------
# TOTAL 1189 185 0
#
# WARNING: some non-optional tests are failing! This implementation is not fully compliant with the specification!
#
t/zzz-acceptance-draft2019-09.t .... ok
#
# generated with: Test::JSON::Schema::Acceptance 1.027
# with commit: e524505b8ac4a61c5dc162b51d68c2385a134706 (Test-JSON-Schema-Acceptance-1.026-16-ge524505)
# from repository: git://github.com/json-schema-org/JSON-Schema-Test-Suite.git
# specification version: draft2020-12
# optional tests included: yes
# skipping directory: optional/format
#
# filename pass todo-fail fail
# ---------------------------------------------------------------
# additionalProperties.json 21 0 0
# allOf.json 30 0 0
# anchor.json 4 4 0
# anyOf.json 18 0 0
# boolean_schema.json 18 0 0
# const.json 50 0 0
# contains.json 21 0 0
# content.json 18 0 0
# default.json 7 0 0
# defs.json 1 1 0
# dependentRequired.json 20 0 0
# dependentSchemas.json 20 0 0
# dynamicRef.json 22 20 0
# enum.json 45 0 0
# exclusiveMaximum.json 4 0 0
# exclusiveMinimum.json 4 0 0
# format.json 133 0 0
# if-then-else.json 26 0 0
# infinite-loop-detection.json 2 0 0
# items.json 29 0 0
# maxContains.json 12 0 0
# maxItems.json 6 0 0
# maxLength.json 7 0 0
# maxProperties.json 10 0 0
# maximum.json 8 0 0
# minContains.json 28 0 0
# minItems.json 6 0 0
# minLength.json 7 0 0
# minProperties.json 8 0 0
# minimum.json 11 0 0
# multipleOf.json 10 0 0
# not.json 39 1 0
# oneOf.json 27 0 0
# pattern.json 9 0 0
# patternProperties.json 23 0 0
# prefixItems.json 11 0 0
# properties.json 28 0 0
# propertyNames.json 10 0 0
# ref.json 64 13 0
# refRemote.json 15 16 0
# required.json 16 0 0
# type.json 80 0 0
# unevaluatedItems.json 26 40 0
# unevaluatedProperties.json 60 62 0
# uniqueItems.json 69 0 0
# vocabulary.json 2 3 0
# optional/anchor.json 2 2 0
# optional/bignum.json 9 0 0
# optional/cross-draft.json 0 1 0
# optional/dependencies-compatibility.json 22 14 0
# optional/dynamicRef.json 1 1 0
# optional/ecmascript-regex.json 60 14 0
# optional/float-overflow.json 1 0 0
# optional/format-assertion.json 2 2 0
# optional/id.json 1 2 0
# optional/no-schema.json 3 0 0
# optional/non-bmp-regex.json 12 0 0
# optional/refOfUnknownKeyword.json 6 0 0
# optional/unknownKeyword.json 2 1 0
# ---------------------------------------------------------------
# TOTAL 1206 197 0
#
# WARNING: some non-optional tests are failing! This implementation is not fully compliant with the specification!
#
t/zzz-acceptance-draft2020-12.t .... ok
#
# generated with: Test::JSON::Schema::Acceptance 1.027
# with commit: e524505b8ac4a61c5dc162b51d68c2385a134706 (Test-JSON-Schema-Acceptance-1.026-16-ge524505)
# from repository: git://github.com/json-schema-org/JSON-Schema-Test-Suite.git
# specification version: draft7
# optional tests included: yes
# skipping directory: optional/format
#
# filename pass todo-fail fail
# ---------------------------------------------------------------
# additionalItems.json 20 0 0
# additionalProperties.json 16 0 0
# allOf.json 30 0 0
# anyOf.json 18 0 0
# boolean_schema.json 18 0 0
# const.json 50 0 0
# contains.json 21 0 0
# default.json 7 0 0
# definitions.json 1 1 0
# dependencies.json 36 0 0
# enum.json 45 0 0
# exclusiveMaximum.json 4 0 0
# exclusiveMinimum.json 4 0 0
# format.json 102 0 0
# if-then-else.json 26 0 0
# infinite-loop-detection.json 2 0 0
# items.json 28 0 0
# maxItems.json 6 0 0
# maxLength.json 7 0 0
# maxProperties.json 10 0 0
# maximum.json 8 0 0
# minItems.json 6 0 0
# minLength.json 7 0 0
# minProperties.json 8 0 0
# minimum.json 11 0 0
# multipleOf.json 10 0 0
# not.json 38 0 0
# oneOf.json 27 0 0
# pattern.json 9 0 0
# patternProperties.json 23 0 0
# properties.json 28 0 0
# propertyNames.json 13 0 0
# ref.json 64 14 0
# refRemote.json 11 12 0
# required.json 16 0 0
# type.json 80 0 0
# uniqueItems.json 69 0 0
# optional/bignum.json 9 0 0
# optional/content.json 6 4 0
# optional/cross-draft.json 1 1 0
# optional/ecmascript-regex.json 60 14 0
# optional/float-overflow.json 1 0 0
# optional/id.json 5 2 0
# optional/non-bmp-regex.json 12 0 0
# optional/unknownKeyword.json 2 1 0
# ---------------------------------------------------------------
# TOTAL 975 49 0
#
# WARNING: some non-optional tests are failing! This implementation is not fully compliant with the specification!
#
t/zzz-acceptance-draft7.t .......... ok
All tests successful.
Test Summary Report
-------------------
t/additional-tests-draft2019-09.t (Wstat: 0 Tests: 889 Failed: 0)
TODO passed: 123-142, 199-202, 239-242, 279-282, 319-362
399-402, 451-462, 511-514, 551-554, 591-594
631-634, 671-674, 843-854
t/zzz-acceptance-draft2019-09.t (Wstat: 0 Tests: 1374 Failed: 0)
TODO passed: 72-79, 212-213, 628-629, 730-763, 783-784
791-792, 799-810, 823-834, 841-873, 970-1146
1216-1224, 1234-1272, 1281-1290, 1296, 1307
1318-1319, 1326, 1335-1336, 1343, 1348-1350
1372
t/zzz-acceptance-draft2020-12.t (Wstat: 0 Tests: 1403 Failed: 0)
TODO passed: 52-59, 192-193, 234-275, 670-671, 799-800
807-808, 815-826, 839-850, 857-887, 984-1171
1241-1249, 1259-1297, 1306-1315, 1321, 1332
1343-1344, 1351, 1360-1361, 1368, 1373-1379
1401
t/zzz-acceptance-draft7.t (Wstat: 0 Tests: 1024 Failed: 0)
TODO passed: 181-182, 660-663, 670-671, 674-679, 683-690
703-712, 719-741, 916-927, 936-945, 951
962, 973-974, 981, 990-991, 998, 1003-1009
1022
Files=18, Tests=6384, 14 wallclock secs ( 2.31 usr 0.15 sys + 11.46 cusr 2.34 csys = 16.26 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------------------ -------- --------
autovivification 0 0.18
B 0 1.89
builtin::compat 0.003003 0.003003
Carp 0 1.54
constant 0 1.33
experimental 0.026 0.033
Exporter 5.57 5.78
Feature::Compat::Try 0 0.05
if 0 0.0610
JSON::PP 0 4.16
List::Util 1.50 1.68
Math::BigFloat 0 2.003003
Mojo::JSON 0 0
Mojo::JSON::Pointer 0 0
Mojo::URL 0 0
Mojolicious 7.23 9.39
namespace::clean 0 0.27
perl 5.020 5.040001
Ref::Util 0.100 0.204
Scalar::Util 0 1.68
stable 0.031 0.033
Storable 0 3.32
strictures 2 2.000006
warnings 0 1.70
build_requires:
Module Need Have
------------------------------ -------- --------
Data::Dumper 0 2.189
File::Spec 0 3.91
lib 0 0.65
List::Util 1.50 1.68
Math::BigInt 0 2.003003
Module::Metadata 0 1.000038
open 0 1.13
Path::Tiny 0 0.148
perl 5.020 5.040001
strict 0 1.13
Test::Deep 0 1.205
Test::Fatal 0 0.017
Test::JSON::Schema::Acceptance 1.026 1.027
Test::More 0.96 1.302204
Test::Warnings 0 0.038
utf8 0 1.25
configure_requires:
Module Need Have
------------------------------ -------- --------
Module::Build::Tiny 0.034 0.051
perl 5.020 5.040001
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL5LIB = /home/cpansand/.cpan/build/2025042216/builtin-compat-0.003003-0/blib/arch:/home/cpansand/.cpan/build/2025042216/builtin-compat-0.003003-0/blib/lib:/home/cpansand/.cpan/build/2025042216/autovivification-0.18-0/blib/arch:/home/cpansand/.cpan/build/2025042216/autovivification-0.18-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-JSON-Schema-Acceptance-1.027-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-JSON-Schema-Acceptance-1.027-0/blib/lib:/home/cpansand/.cpan/build/2025042216/strictures-2.000006-0/blib/arch:/home/cpansand/.cpan/build/2025042216/strictures-2.000006-0/blib/lib:/home/cpansand/.cpan/build/2025042216/multidimensional-0.014-0/blib/arch:/home/cpansand/.cpan/build/2025042216/multidimensional-0.014-0/blib/lib:/home/cpansand/.cpan/build/2025042216/indirect-0.39-0/blib/arch:/home/cpansand/.cpan/build/2025042216/indirect-0.39-0/blib/lib:/home/cpansand/.cpan/build/2025042216/bareword-filehandles-0.007-0/blib/arch:/home/cpansand/.cpan/build/2025042216/bareword-filehandles-0.007-0/blib/lib:/home/cpansand/.cpan/build/2025042216/B-Hooks-OP-Check-0.22-0/blib/arch:/home/cpansand/.cpan/build/2025042216/B-Hooks-OP-Check-0.22-0/blib/lib:/home/cpansand/.cpan/build/2025042216/ExtUtils-Depends-0.8002-0/blib/arch:/home/cpansand/.cpan/build/2025042216/ExtUtils-Depends-0.8002-0/blib/lib:/home/cpansand/.cpan/build/2025042216/namespace-clean-0.27-0/blib/arch:/home/cpansand/.cpan/build/2025042216/namespace-clean-0.27-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Package-Stash-0.40-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Package-Stash-0.40-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Package-Stash-XS-0.30-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Package-Stash-XS-0.30-0/blib/lib:/home/cpansand/.cpan/build/2025042216/CPAN-Meta-Check-0.018-0/blib/arch:/home/cpansand/.cpan/build/2025042216/CPAN-Meta-Check-0.018-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Dist-CheckConflicts-0.11-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Dist-CheckConflicts-0.11-0/blib/lib:/home/cpansand/.cpan/build/2025042216/B-Hooks-EndOfScope-0.28-0/blib/arch:/home/cpansand/.cpan/build/2025042216/B-Hooks-EndOfScope-0.28-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Variable-Magic-0.64-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Variable-Magic-0.64-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Sub-Exporter-Progressive-0.001013-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Sub-Exporter-Progressive-0.001013-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Module-Implementation-0.09-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Module-Implementation-0.09-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-Requires-0.11-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-Requires-0.11-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Devel-Hide-0.0015-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Devel-Hide-0.0015-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-Warnings-0.038-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-Warnings-0.038-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-File-ShareDir-1.001002-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-File-ShareDir-1.001002-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Scope-Guard-0.21-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Scope-Guard-0.21-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Class-Tiny-1.008-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Class-Tiny-1.008-0/blib/lib:/home/cpansand/.cpan/build/2025042216/MooX-TypeTiny-0.002003-0/blib/arch:/home/cpansand/.cpan/build/2025042216/MooX-TypeTiny-0.002003-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Type-Tiny-2.008001-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Type-Tiny-2.008001-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Exporter-Tiny-1.006002-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Exporter-Tiny-1.006002-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Moo-2.005005-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Moo-2.005005-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Sub-Quote-2.006008-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Sub-Quote-2.006008-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Role-Tiny-2.002004-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Role-Tiny-2.002004-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Class-Method-Modifiers-2.15-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Class-Method-Modifiers-2.15-0/blib/lib:/home/cpansand/.cpan/build/2025042216/JSON-MaybeXS-1.004008-0/blib/arch:/home/cpansand/.cpan/build/2025042216/JSON-MaybeXS-1.004008-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-Needs-0.002010-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-Needs-0.002010-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Git-Wrapper-0.048-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Git-Wrapper-0.048-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-Exception-0.43-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-Exception-0.43-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Sub-Uplevel-0.2800-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Sub-Uplevel-0.2800-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Sort-Versions-1.62-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Sort-Versions-1.62-0/blib/lib:/home/cpansand/.cpan/build/2025042216/File-chdir-0.1011-0/blib/arch:/home/cpansand/.cpan/build/2025042216/File-chdir-0.1011-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Devel-CheckBin-0.04-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Devel-CheckBin-0.04-0/blib/lib:/home/cpansand/.cpan/build/2025042216/File-ShareDir-1.118-0/blib/arch:/home/cpansand/.cpan/build/2025042216/File-ShareDir-1.118-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Class-Inspector-1.36-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Class-Inspector-1.36-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Cpanel-JSON-XS-4.39-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Cpanel-JSON-XS-4.39-0/blib/lib:/home/cpansand/.cpan/build/2025042216/File-ShareDir-Install-0.14-0/blib/arch:/home/cpansand/.cpan/build/2025042216/File-ShareDir-Install-0.14-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-Fatal-0.017-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-Fatal-0.017-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-Deep-1.205-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-Deep-1.205-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Ref-Util-0.204-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Ref-Util-0.204-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Ref-Util-XS-0.117-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Ref-Util-XS-0.117-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Path-Tiny-0.148-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Path-Tiny-0.148-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Mojolicious-9.39-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Mojolicious-9.39-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Feature-Compat-Try-0.05-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Feature-Compat-Try-0.05-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Module-Build-Tiny-0.051-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Module-Build-Tiny-0.051-0/blib/lib:/home/cpansand/.cpan/build/2025042216/ExtUtils-InstallPaths-0.014-0/blib/arch:/home/cpansand/.cpan/build/2025042216/ExtUtils-InstallPaths-0.014-0/blib/lib:/home/cpansand/.cpan/build/2025042216/ExtUtils-Helpers-0.028-0/blib/arch:/home/cpansand/.cpan/build/2025042216/ExtUtils-Helpers-0.028-0/blib/lib:/home/cpansand/.cpan/build/2025042216/ExtUtils-Config-0.010-0/blib/arch:/home/cpansand/.cpan/build/2025042216/ExtUtils-Config-0.010-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 1401946
PERL5_CPAN_IS_RUNNING = 1401946
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1400943,1401946
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2025042216/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2025042216
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.38
CPAN::Meta 2.150010
Cwd 3.91
ExtUtils::CBuilder 0.280240
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.51
File::Spec 3.91
JSON n/a
JSON::PP 4.16
Module::Build 0.4234
Module::Signature 0.89
Parse::CPAN::Meta 2.150010
Test2 1.302204
Test::Harness 3.50
Test::More 1.302204
YAML n/a
YAML::Syck 1.34
version 0.9933
--
Summary of my perl5 (revision 5 version 40 subversion 1) configuration:
Platform:
osname=linux
osvers=6.11.0
archname=x86_64-linux-thread-multi
uname='linux localhost 6.11.0 #1 smp preempt_dynamic 6.11.0 x86_64 gnulinux '
config_args='-des -Doptimize=none -Dccflags=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Dldflags=-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -Dccdlflags=-Wl,--enable-new-dtags -Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -Dlddlflags=-shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -Dshrpdir=/usr/lib64 -DDEBUGGING=-g -Dversion=5.40.1 -Dmyhostname=localhost -Dperladmin=root@localhost -Dcc=gcc -Dcf_by=Red Hat, Inc. -Dprefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dvendorprefix=/usr -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl5/5.40 -Dsitearch=/usr/local/lib64/perl5/5.40 -Dprivlib=/usr/share/perl5 -Dvendorlib=/usr/share/perl5/vendor_perl -Darchlib=/usr/lib64/perl5 -Dvendorarch=/usr/lib64/perl5/vendor_perl -Darchname=x86_64-linux-thread-multi -Dlibpth=/usr/local/lib64 /lib64 /usr/lib64 -Duseshrplib -Dusethreads -Duseithreads -Dusedtrace=/usr/bin/dtrace -Duselargefiles -Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl=n -Ubincompat5005 -Uversiononly -Dpager=/usr/bin/less -isr -Dd_gethostent_r_proto -Ud_endhostent_r_proto -Ud_sethostent_r_proto -Ud_endprotoent_r_proto -Ud_setprotoent_r_proto -Ud_endservent_r_proto -Ud_setservent_r_proto -Dscriptdir=/usr/bin -Dusesitecustomize -Duse64bitint'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='gcc'
ccflags ='-D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize=' -g'
cppflags='-D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fwrapv -fno-strict-aliasing -I/usr/local/include'
ccversion=''
gccversion='14.2.1 20250110 (Red Hat 14.2.1-7)'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='gcc'
ldflags ='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib64 /lib64 /usr/lib64 /usr/local/lib /usr/lib
libs=-lpthread -lresolv -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lpthread -lresolv -ldl -lm -lcrypt -lutil -lc
libc=/lib/../lib64/libc.so.6
so=so
useshrplib=true
libperl=libperl.so
gnulibc_version='2.40'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,--enable-new-dtags -Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 '
cccdlflags='-fPIC'
lddlflags='-lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_SAFE_PUTENV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_ITHREADS
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
USE_REENTRANT_API
USE_SITECUSTOMIZE
USE_THREAD_SAFE_LOCALE
Locally applied patches:
Fedora Patch1: Removes date check, Fedora/RHEL specific
Fedora Patch2: support for libdir64
Fedora Patch3: use libresolv instead of libbind
Fedora Patch4: USE_MM_LD_RUN_PATH
Fedora Patch5: Provide MM::maybe_command independently (bug #1129443)
Fedora Patch6: Dont run one io test due to random builder failures
Fedora Patch8: Define SONAME for libperl.so
Fedora Patch9: Install libperl.so to -Dshrpdir value
Fedora Patch10: Make *DBM_File desctructors thread-safe (RT#61912)
Fedora Patch11: Replace EU::MakeMaker dependency with EU::MM::Utils in IPC::Cmd (bug #1129443)
Fedora Patch12: Link XS modules to pthread library to fix linking with -z defs
Fedora Patch13: Pass the correct CFLAGS to dtrace
Fedora Patch200: Link XS modules to libperl.so with EU::CBuilder on Linux
Fedora Patch201: Link XS modules to libperl.so with EU::MM on Linux
Fedora Patch202: Add definition of OPTIMIZE to .ph files
Built under linux
Compiled at Jan 20 2025 00:00:00
%ENV:
PERL5LIB="/home/cpansand/.cpan/build/2025042216/builtin-compat-0.003003-0/blib/arch:/home/cpansand/.cpan/build/2025042216/builtin-compat-0.003003-0/blib/lib:/home/cpansand/.cpan/build/2025042216/autovivification-0.18-0/blib/arch:/home/cpansand/.cpan/build/2025042216/autovivification-0.18-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-JSON-Schema-Acceptance-1.027-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-JSON-Schema-Acceptance-1.027-0/blib/lib:/home/cpansand/.cpan/build/2025042216/strictures-2.000006-0/blib/arch:/home/cpansand/.cpan/build/2025042216/strictures-2.000006-0/blib/lib:/home/cpansand/.cpan/build/2025042216/multidimensional-0.014-0/blib/arch:/home/cpansand/.cpan/build/2025042216/multidimensional-0.014-0/blib/lib:/home/cpansand/.cpan/build/2025042216/indirect-0.39-0/blib/arch:/home/cpansand/.cpan/build/2025042216/indirect-0.39-0/blib/lib:/home/cpansand/.cpan/build/2025042216/bareword-filehandles-0.007-0/blib/arch:/home/cpansand/.cpan/build/2025042216/bareword-filehandles-0.007-0/blib/lib:/home/cpansand/.cpan/build/2025042216/B-Hooks-OP-Check-0.22-0/blib/arch:/home/cpansand/.cpan/build/2025042216/B-Hooks-OP-Check-0.22-0/blib/lib:/home/cpansand/.cpan/build/2025042216/ExtUtils-Depends-0.8002-0/blib/arch:/home/cpansand/.cpan/build/2025042216/ExtUtils-Depends-0.8002-0/blib/lib:/home/cpansand/.cpan/build/2025042216/namespace-clean-0.27-0/blib/arch:/home/cpansand/.cpan/build/2025042216/namespace-clean-0.27-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Package-Stash-0.40-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Package-Stash-0.40-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Package-Stash-XS-0.30-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Package-Stash-XS-0.30-0/blib/lib:/home/cpansand/.cpan/build/2025042216/CPAN-Meta-Check-0.018-0/blib/arch:/home/cpansand/.cpan/build/2025042216/CPAN-Meta-Check-0.018-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Dist-CheckConflicts-0.11-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Dist-CheckConflicts-0.11-0/blib/lib:/home/cpansand/.cpan/build/2025042216/B-Hooks-EndOfScope-0.28-0/blib/arch:/home/cpansand/.cpan/build/2025042216/B-Hooks-EndOfScope-0.28-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Variable-Magic-0.64-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Variable-Magic-0.64-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Sub-Exporter-Progressive-0.001013-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Sub-Exporter-Progressive-0.001013-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Module-Implementation-0.09-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Module-Implementation-0.09-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-Requires-0.11-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-Requires-0.11-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Devel-Hide-0.0015-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Devel-Hide-0.0015-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-Warnings-0.038-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-Warnings-0.038-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-File-ShareDir-1.001002-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-File-ShareDir-1.001002-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Scope-Guard-0.21-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Scope-Guard-0.21-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Class-Tiny-1.008-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Class-Tiny-1.008-0/blib/lib:/home/cpansand/.cpan/build/2025042216/MooX-TypeTiny-0.002003-0/blib/arch:/home/cpansand/.cpan/build/2025042216/MooX-TypeTiny-0.002003-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Type-Tiny-2.008001-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Type-Tiny-2.008001-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Exporter-Tiny-1.006002-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Exporter-Tiny-1.006002-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Moo-2.005005-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Moo-2.005005-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Sub-Quote-2.006008-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Sub-Quote-2.006008-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Role-Tiny-2.002004-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Role-Tiny-2.002004-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Class-Method-Modifiers-2.15-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Class-Method-Modifiers-2.15-0/blib/lib:/home/cpansand/.cpan/build/2025042216/JSON-MaybeXS-1.004008-0/blib/arch:/home/cpansand/.cpan/build/2025042216/JSON-MaybeXS-1.004008-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-Needs-0.002010-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-Needs-0.002010-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Git-Wrapper-0.048-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Git-Wrapper-0.048-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-Exception-0.43-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-Exception-0.43-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Sub-Uplevel-0.2800-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Sub-Uplevel-0.2800-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Sort-Versions-1.62-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Sort-Versions-1.62-0/blib/lib:/home/cpansand/.cpan/build/2025042216/File-chdir-0.1011-0/blib/arch:/home/cpansand/.cpan/build/2025042216/File-chdir-0.1011-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Devel-CheckBin-0.04-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Devel-CheckBin-0.04-0/blib/lib:/home/cpansand/.cpan/build/2025042216/File-ShareDir-1.118-0/blib/arch:/home/cpansand/.cpan/build/2025042216/File-ShareDir-1.118-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Class-Inspector-1.36-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Class-Inspector-1.36-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Cpanel-JSON-XS-4.39-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Cpanel-JSON-XS-4.39-0/blib/lib:/home/cpansand/.cpan/build/2025042216/File-ShareDir-Install-0.14-0/blib/arch:/home/cpansand/.cpan/build/2025042216/File-ShareDir-Install-0.14-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-Fatal-0.017-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-Fatal-0.017-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Test-Deep-1.205-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Test-Deep-1.205-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Ref-Util-0.204-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Ref-Util-0.204-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Ref-Util-XS-0.117-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Ref-Util-XS-0.117-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Path-Tiny-0.148-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Path-Tiny-0.148-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Mojolicious-9.39-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Mojolicious-9.39-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Feature-Compat-Try-0.05-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Feature-Compat-Try-0.05-0/blib/lib:/home/cpansand/.cpan/build/2025042216/Module-Build-Tiny-0.051-0/blib/arch:/home/cpansand/.cpan/build/2025042216/Module-Build-Tiny-0.051-0/blib/lib:/home/cpansand/.cpan/build/2025042216/ExtUtils-InstallPaths-0.014-0/blib/arch:/home/cpansand/.cpan/build/2025042216/ExtUtils-InstallPaths-0.014-0/blib/lib:/home/cpansand/.cpan/build/2025042216/ExtUtils-Helpers-0.028-0/blib/arch:/home/cpansand/.cpan/build/2025042216/ExtUtils-Helpers-0.028-0/blib/lib:/home/cpansand/.cpan/build/2025042216/ExtUtils-Config-0.010-0/blib/arch:/home/cpansand/.cpan/build/2025042216/ExtUtils-Config-0.010-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="1401946"
PERL5_CPAN_IS_RUNNING="1401946"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="1400943,1401946"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2025042216/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.cpan/build/2025042216/builtin-compat-0.003003-0/blib/arch
/home/cpansand/.cpan/build/2025042216/builtin-compat-0.003003-0/blib/lib
/home/cpansand/.cpan/build/2025042216/autovivification-0.18-0/blib/arch
/home/cpansand/.cpan/build/2025042216/autovivification-0.18-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Test-JSON-Schema-Acceptance-1.027-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Test-JSON-Schema-Acceptance-1.027-0/blib/lib
/home/cpansand/.cpan/build/2025042216/strictures-2.000006-0/blib/arch
/home/cpansand/.cpan/build/2025042216/strictures-2.000006-0/blib/lib
/home/cpansand/.cpan/build/2025042216/multidimensional-0.014-0/blib/arch
/home/cpansand/.cpan/build/2025042216/multidimensional-0.014-0/blib/lib
/home/cpansand/.cpan/build/2025042216/indirect-0.39-0/blib/arch
/home/cpansand/.cpan/build/2025042216/indirect-0.39-0/blib/lib
/home/cpansand/.cpan/build/2025042216/bareword-filehandles-0.007-0/blib/arch
/home/cpansand/.cpan/build/2025042216/bareword-filehandles-0.007-0/blib/lib
/home/cpansand/.cpan/build/2025042216/B-Hooks-OP-Check-0.22-0/blib/arch
/home/cpansand/.cpan/build/2025042216/B-Hooks-OP-Check-0.22-0/blib/lib
/home/cpansand/.cpan/build/2025042216/ExtUtils-Depends-0.8002-0/blib/arch
/home/cpansand/.cpan/build/2025042216/ExtUtils-Depends-0.8002-0/blib/lib
/home/cpansand/.cpan/build/2025042216/namespace-clean-0.27-0/blib/arch
/home/cpansand/.cpan/build/2025042216/namespace-clean-0.27-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Package-Stash-0.40-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Package-Stash-0.40-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Package-Stash-XS-0.30-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Package-Stash-XS-0.30-0/blib/lib
/home/cpansand/.cpan/build/2025042216/CPAN-Meta-Check-0.018-0/blib/arch
/home/cpansand/.cpan/build/2025042216/CPAN-Meta-Check-0.018-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Dist-CheckConflicts-0.11-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Dist-CheckConflicts-0.11-0/blib/lib
/home/cpansand/.cpan/build/2025042216/B-Hooks-EndOfScope-0.28-0/blib/arch
/home/cpansand/.cpan/build/2025042216/B-Hooks-EndOfScope-0.28-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Variable-Magic-0.64-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Variable-Magic-0.64-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Sub-Exporter-Progressive-0.001013-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Sub-Exporter-Progressive-0.001013-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Module-Implementation-0.09-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Module-Implementation-0.09-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Test-Requires-0.11-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Test-Requires-0.11-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Devel-Hide-0.0015-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Devel-Hide-0.0015-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Test-Warnings-0.038-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Test-Warnings-0.038-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Test-File-ShareDir-1.001002-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Test-File-ShareDir-1.001002-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Scope-Guard-0.21-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Scope-Guard-0.21-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Class-Tiny-1.008-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Class-Tiny-1.008-0/blib/lib
/home/cpansand/.cpan/build/2025042216/MooX-TypeTiny-0.002003-0/blib/arch
/home/cpansand/.cpan/build/2025042216/MooX-TypeTiny-0.002003-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Type-Tiny-2.008001-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Type-Tiny-2.008001-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Exporter-Tiny-1.006002-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Exporter-Tiny-1.006002-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Moo-2.005005-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Moo-2.005005-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Sub-Quote-2.006008-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Sub-Quote-2.006008-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Role-Tiny-2.002004-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Role-Tiny-2.002004-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Class-Method-Modifiers-2.15-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Class-Method-Modifiers-2.15-0/blib/lib
/home/cpansand/.cpan/build/2025042216/JSON-MaybeXS-1.004008-0/blib/arch
/home/cpansand/.cpan/build/2025042216/JSON-MaybeXS-1.004008-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Test-Needs-0.002010-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Test-Needs-0.002010-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Git-Wrapper-0.048-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Git-Wrapper-0.048-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Test-Exception-0.43-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Test-Exception-0.43-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Sub-Uplevel-0.2800-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Sub-Uplevel-0.2800-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Sort-Versions-1.62-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Sort-Versions-1.62-0/blib/lib
/home/cpansand/.cpan/build/2025042216/File-chdir-0.1011-0/blib/arch
/home/cpansand/.cpan/build/2025042216/File-chdir-0.1011-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Devel-CheckBin-0.04-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Devel-CheckBin-0.04-0/blib/lib
/home/cpansand/.cpan/build/2025042216/File-ShareDir-1.118-0/blib/arch
/home/cpansand/.cpan/build/2025042216/File-ShareDir-1.118-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Class-Inspector-1.36-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Class-Inspector-1.36-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Cpanel-JSON-XS-4.39-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Cpanel-JSON-XS-4.39-0/blib/lib
/home/cpansand/.cpan/build/2025042216/File-ShareDir-Install-0.14-0/blib/arch
/home/cpansand/.cpan/build/2025042216/File-ShareDir-Install-0.14-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Test-Fatal-0.017-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Test-Fatal-0.017-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Test-Deep-1.205-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Test-Deep-1.205-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Ref-Util-0.204-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Ref-Util-0.204-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Ref-Util-XS-0.117-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Ref-Util-XS-0.117-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Path-Tiny-0.148-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Path-Tiny-0.148-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Mojolicious-9.39-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Mojolicious-9.39-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Feature-Compat-Try-0.05-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Feature-Compat-Try-0.05-0/blib/lib
/home/cpansand/.cpan/build/2025042216/Module-Build-Tiny-0.051-0/blib/arch
/home/cpansand/.cpan/build/2025042216/Module-Build-Tiny-0.051-0/blib/lib
/home/cpansand/.cpan/build/2025042216/ExtUtils-InstallPaths-0.014-0/blib/arch
/home/cpansand/.cpan/build/2025042216/ExtUtils-InstallPaths-0.014-0/blib/lib
/home/cpansand/.cpan/build/2025042216/ExtUtils-Helpers-0.028-0/blib/arch
/home/cpansand/.cpan/build/2025042216/ExtUtils-Helpers-0.028-0/blib/lib
/home/cpansand/.cpan/build/2025042216/ExtUtils-Config-0.010-0/blib/arch
/home/cpansand/.cpan/build/2025042216/ExtUtils-Config-0.010-0/blib/lib
/usr/local/lib64/perl5/5.40
/usr/local/share/perl5/5.40
/usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl
/usr/lib64/perl5
/usr/share/perl5
.