diff --git a/build/perl/build.sh b/build/perl/build.sh index 33551ec732..57328c0ad0 100755 --- a/build/perl/build.sh +++ b/build/perl/build.sh @@ -13,18 +13,18 @@ # }}} # Copyright 2011-2017 OmniTI Computer Consulting, Inc. All rights reserved. -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=perl PKG=runtime/perl -VER=5.38.2 +VER=5.40.0 MAJVER=${VER%.*} SUMMARY="Perl $MAJVER Programming Language" DESC="A highly capable, feature-rich programming language" -CROSSVER=1.5.2 +CROSSVER=1.6 set_arch 64 CTF_FLAGS+=" -s" diff --git a/build/perl/testsuite.log b/build/perl/testsuite.log index feba867853..c63a57b11c 100644 --- a/build/perl/testsuite.log +++ b/build/perl/testsuite.log @@ -119,6 +119,8 @@ t/io/print ....................................................... ok t/io/pvbm ........................................................ ok t/io/read ........................................................ ok t/io/say ......................................................... ok +t/io/scalar ...................................................... ok +t/io/scalar_ungetc ............................................... ok t/io/sem ......................................................... ok t/io/semctl ...................................................... ok t/io/shm ......................................................... ok @@ -360,6 +362,7 @@ t/op/readdir ..................................................... ok t/op/readline .................................................... ok t/op/recurse ..................................................... ok t/op/ref ......................................................... ok +t/op/refstack .................................................... skipped t/op/repeat ...................................................... ok t/op/require_37033 ............................................... ok t/op/require_errors .............................................. ok @@ -536,6 +539,7 @@ t/mro/vulcan_c3 .................................................. ok t/mro/vulcan_c3_utf8 ............................................. ok t/mro/vulcan_dfs ................................................. ok t/mro/vulcan_dfs_utf8 ............................................ ok +t/class/accessor ................................................. ok t/class/class .................................................... ok t/class/construct ................................................ ok t/class/destruct ................................................. ok @@ -544,6 +548,7 @@ t/class/inherit .................................................. ok t/class/method ................................................... ok t/class/phasers .................................................. ok t/class/threads .................................................. ok +t/class/utf8 ..................................................... ok t/lib/commonsense ................................................ ok t/lib/croak ...................................................... ok t/lib/cygwin ..................................................... skipped @@ -561,6 +566,7 @@ lib/B/Deparse-subclass ........................................... ok lib/Benchmark .................................................... ok lib/blib ......................................................... ok lib/builtin ...................................................... ok +lib/builtin-taint ................................................ ok lib/bytes ........................................................ ok lib/charnames .................................................... ok lib/Class/Struct ................................................. ok @@ -707,8 +713,6 @@ ext/PerlIO-encoding/t/encoding ................................... ok ext/PerlIO-encoding/t/fallback ................................... ok ext/PerlIO-encoding/t/nolooping .................................. ok ext/PerlIO-encoding/t/threads .................................... ok -ext/PerlIO-scalar/t/scalar ....................................... ok -ext/PerlIO-scalar/t/scalar_ungetc ................................ ok ext/PerlIO-via/t/thread .......................................... ok ext/PerlIO-via/t/via ............................................. ok ext/Pod-Functions/t/Functions .................................... ok @@ -847,6 +851,7 @@ ext/XS-APItest/t/ptr_table ....................................... ok ext/XS-APItest/t/push ............................................ ok ext/XS-APItest/t/refs ............................................ ok ext/XS-APItest/t/rmagical ........................................ ok +ext/XS-APItest/t/rpp_invoke_xs ................................... ok ext/XS-APItest/t/rv2cv_op_cv ..................................... ok ext/XS-APItest/t/savehints ....................................... ok ext/XS-APItest/t/savestack ....................................... ok @@ -891,6 +896,7 @@ ext/XS-APItest/t/whichsig ........................................ ok ext/XS-APItest/t/win32 ........................................... skipped ext/XS-APItest/t/xs_special_subs ................................. ok ext/XS-APItest/t/xs_special_subs_require ......................... ok +ext/XS-APItest/t/xsppwrap ........................................ ok ext/XS-APItest/t/xsub_h .......................................... ok ext/XS-Typemap/t/Typemap ......................................... ok dist/Attribute-Handlers/t/caller ................................. ok @@ -1032,6 +1038,7 @@ dist/IO/t/io_dup ................................................. ok dist/IO/t/io_file ................................................ ok dist/IO/t/io_file_export ......................................... ok dist/IO/t/io_getline ............................................. ok +dist/IO/t/io_handle .............................................. ok dist/IO/t/io_leak ................................................ ok dist/IO/t/io_linenum ............................................. ok dist/IO/t/io_multihomed .......................................... ok @@ -1113,6 +1120,7 @@ dist/Safe/t/safenamedcap ......................................... ok dist/Safe/t/safeops .............................................. ok dist/Safe/t/saferegexp ........................................... ok dist/Safe/t/safesecurity ......................................... ok +dist/Safe/t/safesig .............................................. ok dist/Safe/t/safesort ............................................. ok dist/Safe/t/safeuniversal ........................................ ok dist/Safe/t/safeutf8 ............................................. ok @@ -1314,7 +1322,6 @@ cpan/Archive-Tar/t/05_iter ....................................... ok cpan/Archive-Tar/t/06_error ...................................... ok cpan/Archive-Tar/t/08_ptargrep ................................... ok cpan/Archive-Tar/t/09_roundtrip .................................. ok -cpan/Archive-Tar/t/90_symlink .................................... skipped cpan/Archive-Tar/t/99_pod ........................................ skipped cpan/autodie/t/00-load ........................................... ok cpan/autodie/t/args .............................................. ok @@ -1334,7 +1341,7 @@ cpan/autodie/t/dbmopen ........................................... ok cpan/autodie/t/eval_error ........................................ ok cpan/autodie/t/exception_class ................................... ok cpan/autodie/t/exception_nonref .................................. ok -cpan/autodie/t/exceptions ........................................ ok +cpan/autodie/t/exceptions-smartmatch ............................. ok cpan/autodie/t/exec .............................................. ok cpan/autodie/t/Fatal ............................................. ok cpan/autodie/t/filehandles ....................................... ok @@ -1688,6 +1695,9 @@ cpan/Filter-Util-Call/t/rt_101033 ................................ ok cpan/Filter-Util-Call/t/rt_54452-rebless ......................... ok cpan/Getopt-Long/t/gol-basic ..................................... ok cpan/Getopt-Long/t/gol-linkage ................................... ok +cpan/Getopt-Long/t/gol-load1 ..................................... # Testing Getopt::Long 2.57, Perl 5.040000, /build/tmp/perl-5.40.0/perl-5.40.0/perl +ok +cpan/Getopt-Long/t/gol-load2 ..................................... ok cpan/Getopt-Long/t/gol-oo ........................................ ok cpan/Getopt-Long/t/gol-xargv ..................................... ok cpan/Getopt-Long/t/gol-xstring ................................... ok @@ -1718,7 +1728,6 @@ cpan/HTTP-Tiny/t/161_basic_auth .................................. ok cpan/HTTP-Tiny/t/162_proxy_auth .................................. ok cpan/HTTP-Tiny/t/170_keepalive ................................... ok cpan/HTTP-Tiny/t/180_verify_SSL .................................. ok -cpan/IO-Compress/t/000prereq ..................................... ok cpan/IO-Compress/t/001bzip2 ...................................... ok cpan/IO-Compress/t/001zlib-generic-deflate ....................... ok cpan/IO-Compress/t/001zlib-generic-gzip .......................... ok @@ -1932,54 +1941,54 @@ cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default ........ skipped cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default ........... skipped cpan/Math-BigInt/t/bare_mbf ...................................... ok cpan/Math-BigInt/t/bare_mbi ...................................... ok +cpan/Math-BigInt/t/bare_mbr ...................................... ok cpan/Math-BigInt/t/bare_mif ...................................... ok +cpan/Math-BigInt/t/bfround_numify ................................ ok +cpan/Math-BigInt/t/big_ap ........................................ ok cpan/Math-BigInt/t/big_pi_e ...................................... ok cpan/Math-BigInt/t/bigfltpm ...................................... ok +cpan/Math-BigInt/t/bigfltrt ...................................... ok cpan/Math-BigInt/t/bigintc ....................................... ok cpan/Math-BigInt/t/bigintc-import ................................ ok cpan/Math-BigInt/t/bigintpm ...................................... ok cpan/Math-BigInt/t/bigints ....................................... ok cpan/Math-BigInt/t/biglog ........................................ ok +cpan/Math-BigInt/t/bigrat ........................................ ok +cpan/Math-BigInt/t/bigratpm ...................................... ok +cpan/Math-BigInt/t/bigratup ...................................... ok cpan/Math-BigInt/t/bigroot ....................................... ok +cpan/Math-BigInt/t/bitwise-mbr ................................... ok cpan/Math-BigInt/t/calling-class-methods ......................... ok cpan/Math-BigInt/t/calling-constant .............................. ok cpan/Math-BigInt/t/calling-instance-methods ...................... ok cpan/Math-BigInt/t/calling-lib1 .................................. ok cpan/Math-BigInt/t/calling-lib2 .................................. ok cpan/Math-BigInt/t/config ........................................ ok -cpan/Math-BigInt/t/downgrade ..................................... ok +cpan/Math-BigInt/t/downgrade-mbi-mbf ............................. ok +cpan/Math-BigInt/t/downgrade-mbi-mbr ............................. ok +cpan/Math-BigInt/t/hang-mbr ...................................... ok cpan/Math-BigInt/t/inf_nan ....................................... ok cpan/Math-BigInt/t/isa ........................................... ok cpan/Math-BigInt/t/mbf_ali ....................................... ok cpan/Math-BigInt/t/mbi_ali ....................................... ok cpan/Math-BigInt/t/mbi_rand ...................................... ok cpan/Math-BigInt/t/mbimbf ........................................ ok +cpan/Math-BigInt/t/mbr_ali ....................................... ok cpan/Math-BigInt/t/nan_cmp ....................................... ok cpan/Math-BigInt/t/new_overloaded ................................ ok -cpan/Math-BigInt/t/req_mbf0 ...................................... ok -cpan/Math-BigInt/t/req_mbf1 ...................................... ok -cpan/Math-BigInt/t/req_mbfa ...................................... ok -cpan/Math-BigInt/t/req_mbfi ...................................... ok -cpan/Math-BigInt/t/req_mbfn ...................................... ok -cpan/Math-BigInt/t/req_mbfw ...................................... ok -cpan/Math-BigInt/t/require ....................................... ok cpan/Math-BigInt/t/round ......................................... ok cpan/Math-BigInt/t/rt-16221 ...................................... ok +cpan/Math-BigInt/t/rt121139 ...................................... ok cpan/Math-BigInt/t/sub_ali ....................................... ok cpan/Math-BigInt/t/sub_mbf ....................................... ok cpan/Math-BigInt/t/sub_mbi ....................................... ok +cpan/Math-BigInt/t/sub_mbr ....................................... ok cpan/Math-BigInt/t/sub_mif ....................................... ok cpan/Math-BigInt/t/trap .......................................... ok cpan/Math-BigInt/t/upgrade ....................................... ok cpan/Math-BigInt/t/upgrade2 ...................................... ok cpan/Math-BigInt/t/upgradef ...................................... ok cpan/Math-BigInt/t/use ........................................... ok -cpan/Math-BigInt/t/use_lib1 ...................................... ok -cpan/Math-BigInt/t/use_lib2 ...................................... ok -cpan/Math-BigInt/t/use_lib3 ...................................... ok -cpan/Math-BigInt/t/use_lib4 ...................................... ok -cpan/Math-BigInt/t/use_lib5 ...................................... ok -cpan/Math-BigInt/t/use_lib6 ...................................... ok cpan/Math-BigInt/t/use_mbfw ...................................... ok cpan/Math-BigInt/t/with_sub ...................................... ok cpan/Math-BigInt-FastCalc/t/bigintfc ............................. ok @@ -1988,24 +1997,6 @@ cpan/Math-BigInt-FastCalc/t/bigroot .............................. ok cpan/Math-BigInt-FastCalc/t/bootstrap ............................ ok cpan/Math-BigInt-FastCalc/t/leak ................................. ok cpan/Math-BigInt-FastCalc/t/mbi_rand ............................. ok -cpan/Math-BigRat/t/badd-mbr ...................................... ok -cpan/Math-BigRat/t/big_ap ........................................ ok -cpan/Math-BigRat/t/bigfltrt ...................................... ok -cpan/Math-BigRat/t/bigrat ........................................ ok -cpan/Math-BigRat/t/bigratpm ...................................... ok -cpan/Math-BigRat/t/bigratup ...................................... ok -cpan/Math-BigRat/t/binv-mbr ...................................... ok -cpan/Math-BigRat/t/bitwise ....................................... ok -cpan/Math-BigRat/t/bnok-mbr ...................................... ok -cpan/Math-BigRat/t/const-mbr ..................................... ok -cpan/Math-BigRat/t/downgrade ..................................... ok -cpan/Math-BigRat/t/dparts-mbr .................................... ok -cpan/Math-BigRat/t/fparts-mbr .................................... ok -cpan/Math-BigRat/t/hang .......................................... ok -cpan/Math-BigRat/t/new-mbr ....................................... ok -cpan/Math-BigRat/t/requirer ...................................... ok -cpan/Math-BigRat/t/rt121139 ...................................... ok -cpan/Math-BigRat/t/trap .......................................... ok cpan/Memoize/t/basic ............................................. ok cpan/Memoize/t/cache ............................................. ok cpan/Memoize/t/correctness ....................................... ok @@ -2072,7 +2063,6 @@ cpan/Pod-Perldoc/t/01_about_verbose .............................. ok cpan/Pod-Perldoc/t/man/_get_columns .............................. ok cpan/Pod-Perldoc/t/pod ........................................... skipped cpan/Pod-Simple/t/00about ........................................ ok -cpan/Pod-Simple/t/20_skip ........................................ ok cpan/Pod-Simple/t/ac_d ........................................... ok cpan/Pod-Simple/t/accept01 ....................................... ok cpan/Pod-Simple/t/accept05 ....................................... ok @@ -2099,7 +2089,7 @@ cpan/Pod-Simple/t/fcodes_l ....................................... ok cpan/Pod-Simple/t/fcodes_s ....................................... ok cpan/Pod-Simple/t/for ............................................ ok cpan/Pod-Simple/t/fornot ......................................... ok -cpan/Pod-Simple/t/github_issue_79 ................................ skipped +cpan/Pod-Simple/t/github_issue_79 ................................ ok cpan/Pod-Simple/t/heads .......................................... ok cpan/Pod-Simple/t/html01 ......................................... ok cpan/Pod-Simple/t/html02 ......................................... ok @@ -2143,6 +2133,7 @@ cpan/Pod-Simple/t/xhtml05 ........................................ ok cpan/Pod-Simple/t/xhtml10 ........................................ ok cpan/Pod-Simple/t/xhtml15 ........................................ ok cpan/Pod-Simple/t/xhtml20 ........................................ ok +cpan/Pod-Simple/t/xhtml25 ........................................ ok cpan/Pod-Usage/t/pod/headwithmarkup .............................. ok cpan/Pod-Usage/t/pod/pod2usage ................................... ok cpan/Pod-Usage/t/pod/pod2usage2 .................................. ok @@ -2243,6 +2234,14 @@ cpan/Term-ANSIColor/t/module/stringify ........................... ok cpan/Term-ANSIColor/t/module/true-color .......................... ok cpan/Term-ANSIColor/t/taint/basic ................................ ok cpan/Term-Cap/test ............................................... ok +cpan/Term-Table/t/bad_blank_line ................................. ok +cpan/Term-Table/t/HashBase ....................................... ok +cpan/Term-Table/t/honor_env_in_non_tty ........................... ok +cpan/Term-Table/t/issue-9 ........................................ ok +cpan/Term-Table/t/Table .......................................... ok +cpan/Term-Table/t/Table/Cell ..................................... ok +cpan/Term-Table/t/Table/CellStack ................................ ok +cpan/Term-Table/t/Table/LineBreak ................................ ok cpan/Test-Harness/t/aggregator ................................... ok cpan/Test-Harness/t/bailout ...................................... ok cpan/Test-Harness/t/base ......................................... ok @@ -2481,6 +2480,7 @@ cpan/Test-Simple/t/Test2/behavior/Subtest_plan ................... ok cpan/Test-Simple/t/Test2/behavior/Subtest_todo ................... ok cpan/Test-Simple/t/Test2/behavior/Taint .......................... ok cpan/Test-Simple/t/Test2/behavior/trace_signature ................ ok +cpan/Test-Simple/t/Test2/behavior/trace_stamps ................... ok cpan/Test-Simple/t/Test2/behavior/uuid ........................... ok cpan/Test-Simple/t/Test2/legacy/TAP .............................. ok cpan/Test-Simple/t/Test2/modules/API ............................. ok @@ -2533,8 +2533,136 @@ cpan/Test-Simple/t/Test2/modules/Util/Facets2Legacy .............. ok cpan/Test-Simple/t/Test2/modules/Util/Trace ...................... ok cpan/Test-Simple/t/Test2/regression/693_ipc_ordering ............. ok cpan/Test-Simple/t/Test2/regression/746-forking-subtest .......... ok -cpan/Test-Simple/t/Test2/regression/gh_16 ........................ skipped +cpan/Test-Simple/t/Test2/regression/gh_16 ........................ ok cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit ......... skipped +cpan/Test2-Suite/t/acceptance/OO ................................. ok +cpan/Test2-Suite/t/acceptance/skip ............................... ok +cpan/Test2-Suite/t/acceptance/spec ............................... ok +cpan/Test2-Suite/t/acceptance/Tools .............................. ok +cpan/Test2-Suite/t/acceptance/Workflow-Acceptance2 ............... ok +cpan/Test2-Suite/t/acceptance/Workflow-Acceptance3 ............... ok +cpan/Test2-Suite/t/acceptance/Workflow-Acceptance4 ............... ok +cpan/Test2-Suite/t/acceptance/Workflow-Acceptance5 ............... ok +cpan/Test2-Suite/t/behavior/async_trace .......................... ok +cpan/Test2-Suite/t/behavior/filtering ............................ ok +cpan/Test2-Suite/t/behavior/Mocking .............................. ok +cpan/Test2-Suite/t/behavior/no_done_testing ...................... ok +cpan/Test2-Suite/t/behavior/no_leaks_any ......................... ok +cpan/Test2-Suite/t/behavior/no_leaks_no_fork ..................... ok +cpan/Test2-Suite/t/behavior/no_leaks_no_iso ...................... ok +cpan/Test2-Suite/t/behavior/no_leaks_no_threads .................. ok +cpan/Test2-Suite/t/behavior/simple ............................... ok +cpan/Test2-Suite/t/load_manual ................................... ok +cpan/Test2-Suite/t/modules/AsyncSubtest .......................... ok +cpan/Test2-Suite/t/modules/AsyncSubtest/Event/Attach ............. ok +cpan/Test2-Suite/t/modules/AsyncSubtest/Event/Detach ............. ok +cpan/Test2-Suite/t/modules/AsyncSubtest/Hub ...................... ok +cpan/Test2-Suite/t/modules/Bundle ................................ ok +cpan/Test2-Suite/t/modules/Bundle/Extended ....................... ok +cpan/Test2-Suite/t/modules/Bundle/More ........................... ok +cpan/Test2-Suite/t/modules/Bundle/Simple ......................... ok +cpan/Test2-Suite/t/modules/Compare ............................... ok +cpan/Test2-Suite/t/modules/Compare/Array ......................... ok +cpan/Test2-Suite/t/modules/Compare/Bag ........................... ok +cpan/Test2-Suite/t/modules/Compare/Base .......................... ok +cpan/Test2-Suite/t/modules/Compare/Bool .......................... ok +cpan/Test2-Suite/t/modules/Compare/Custom ........................ ok +cpan/Test2-Suite/t/modules/Compare/Delta ......................... ok +cpan/Test2-Suite/t/modules/Compare/Event ......................... ok +cpan/Test2-Suite/t/modules/Compare/EventMeta ..................... ok +cpan/Test2-Suite/t/modules/Compare/Float ......................... ok +cpan/Test2-Suite/t/modules/Compare/Hash .......................... ok +cpan/Test2-Suite/t/modules/Compare/Isa ........................... ok +cpan/Test2-Suite/t/modules/Compare/Meta .......................... ok +cpan/Test2-Suite/t/modules/Compare/Number ........................ ok +cpan/Test2-Suite/t/modules/Compare/Object ........................ ok +cpan/Test2-Suite/t/modules/Compare/OrderedSubset ................. ok +cpan/Test2-Suite/t/modules/Compare/Pattern ....................... ok +cpan/Test2-Suite/t/modules/Compare/Ref ........................... ok +cpan/Test2-Suite/t/modules/Compare/Regex ......................... ok +cpan/Test2-Suite/t/modules/Compare/Scalar ........................ ok +cpan/Test2-Suite/t/modules/Compare/Set ........................... ok +cpan/Test2-Suite/t/modules/Compare/String ........................ ok +cpan/Test2-Suite/t/modules/Compare/Undef ......................... ok +cpan/Test2-Suite/t/modules/Compare/Wildcard ...................... ok +cpan/Test2-Suite/t/modules/Mock .................................. ok +cpan/Test2-Suite/t/modules/Plugin ................................ ok +cpan/Test2-Suite/t/modules/Plugin/BailOnFail ..................... ok +cpan/Test2-Suite/t/modules/Plugin/DieOnFail ...................... ok +cpan/Test2-Suite/t/modules/Plugin/ExitSummary .................... ok +cpan/Test2-Suite/t/modules/Plugin/SRand .......................... ok +cpan/Test2-Suite/t/modules/Plugin/Times .......................... ok +cpan/Test2-Suite/t/modules/Plugin/UTF8 ........................... ok +cpan/Test2-Suite/t/modules/Require ............................... ok +cpan/Test2-Suite/t/modules/Require/AuthorTesting ................. ok +cpan/Test2-Suite/t/modules/Require/AutomatedTesting .............. ok +cpan/Test2-Suite/t/modules/Require/EnvVar ........................ ok +cpan/Test2-Suite/t/modules/Require/ExtendedTesting ............... ok +cpan/Test2-Suite/t/modules/Require/Fork .......................... ok +cpan/Test2-Suite/t/modules/Require/Module ........................ ok +cpan/Test2-Suite/t/modules/Require/NonInteractiveTesting ......... ok +cpan/Test2-Suite/t/modules/Require/Perl .......................... ok +cpan/Test2-Suite/t/modules/Require/RealFork ...................... ok +cpan/Test2-Suite/t/modules/Require/ReleaseTesting ................ ok +cpan/Test2-Suite/t/modules/Require/Threads ....................... ok +cpan/Test2-Suite/t/modules/Suite ................................. ok +cpan/Test2-Suite/t/modules/Todo .................................. ok +cpan/Test2-Suite/t/modules/Tools ................................. ok +cpan/Test2-Suite/t/modules/Tools/AsyncSubtest .................... ok +cpan/Test2-Suite/t/modules/Tools/Basic ........................... ok +cpan/Test2-Suite/t/modules/Tools/Class ........................... ok +cpan/Test2-Suite/t/modules/Tools/ClassicCompare .................. ok +cpan/Test2-Suite/t/modules/Tools/ClassicCompare2 ................. ok +cpan/Test2-Suite/t/modules/Tools/Compare ......................... ok +cpan/Test2-Suite/t/modules/Tools/Defer ........................... ok +cpan/Test2-Suite/t/modules/Tools/Encoding ........................ ok +cpan/Test2-Suite/t/modules/Tools/Event ........................... ok +cpan/Test2-Suite/t/modules/Tools/Exception ....................... ok +cpan/Test2-Suite/t/modules/Tools/Exports ......................... ok +cpan/Test2-Suite/t/modules/Tools/GenTemp ......................... ok +cpan/Test2-Suite/t/modules/Tools/Grab ............................ ok +cpan/Test2-Suite/t/modules/Tools/Mock ............................ ok +cpan/Test2-Suite/t/modules/Tools/Ref ............................. ok +cpan/Test2-Suite/t/modules/Tools/Spec ............................ skipped +cpan/Test2-Suite/t/modules/Tools/Subtest ......................... ok +cpan/Test2-Suite/t/modules/Tools/Target .......................... ok +cpan/Test2-Suite/t/modules/Tools/Test-Refcount/01count ........... ok +cpan/Test2-Suite/t/modules/Tools/Test-Refcount/02one ............. ok +cpan/Test2-Suite/t/modules/Tools/Test-Refcount/03weak ............ ok +cpan/Test2-Suite/t/modules/Tools/Test-Refcount/04reftypes ........ ok +cpan/Test2-Suite/t/modules/Tools/Tester .......................... ok +cpan/Test2-Suite/t/modules/Tools/Warnings ........................ ok +cpan/Test2-Suite/t/modules/Util/Grabber .......................... ok +cpan/Test2-Suite/t/modules/Util/Ref .............................. ok +cpan/Test2-Suite/t/modules/Util/Stash ............................ ok +cpan/Test2-Suite/t/modules/Util/Sub .............................. ok +cpan/Test2-Suite/t/modules/Util/Table ............................ ok +cpan/Test2-Suite/t/modules/Util/Table/Cell ....................... ok +cpan/Test2-Suite/t/modules/Util/Table/LineBreak .................. ok +cpan/Test2-Suite/t/modules/Util/Times ............................ ok +cpan/Test2-Suite/t/modules/V0 .................................... ok +cpan/Test2-Suite/t/modules/Workflow .............................. skipped +cpan/Test2-Suite/t/modules/Workflow/BlockBase .................... skipped +cpan/Test2-Suite/t/modules/Workflow/Build ........................ skipped +cpan/Test2-Suite/t/modules/Workflow/Runner ....................... skipped +cpan/Test2-Suite/t/modules/Workflow/Task ......................... skipped +cpan/Test2-Suite/t/modules/Workflow/Task/Action .................. ok +cpan/Test2-Suite/t/modules/Workflow/Task/Group ................... skipped +cpan/Test2-Suite/t/regression/10-set_and_dne ..................... ok +cpan/Test2-Suite/t/regression/132-bool ........................... skipped +cpan/Test2-Suite/t/regression/247_check_ref_bool ................. skipped +cpan/Test2-Suite/t/regression/27-1-Test2-Bundle-More ............. ok +cpan/Test2-Suite/t/regression/27-2-Test2-Tools-Compare ........... ok +cpan/Test2-Suite/t/regression/27-3-Test2-Tools-ClassicCompare .... ok +cpan/Test2-Suite/t/regression/285-wrap-nonexisting ............... ok +cpan/Test2-Suite/t/regression/289-compare-array-bounds ........... ok +cpan/Test2-Suite/t/regression/291-async-subtest-done-testing ..... ok +cpan/Test2-Suite/t/regression/43-bag-on-empty .................... ok +cpan/Test2-Suite/t/regression/async_subtest_missing_parent ....... ok +cpan/Test2-Suite/t/regression/Test2-Mock ......................... ok +cpan/Test2-Suite/t/regression/Test2-Tools-Class .................. ok +cpan/Test2-Suite/t/regression/todo_and_facets .................... ok +cpan/Test2-Suite/t/regression/utf8-mock .......................... ok cpan/Text-Balanced/t/01_compile .................................. ok cpan/Text-Balanced/t/02_extbrk ................................... ok cpan/Text-Balanced/t/03_extcbk ................................... ok @@ -2551,9 +2679,12 @@ cpan/Text-Balanced/t/97_pod ...................................... skipped cpan/Text-Balanced/t/98_pod_coverage ............................. skipped cpan/Text-ParseWords/t/ParseWords ................................ ok cpan/Text-ParseWords/t/taint ..................................... ok +cpan/Text-Tabs/t/124024 .......................................... ok +cpan/Text-Tabs/t/148291 .......................................... ok cpan/Text-Tabs/t/37000 ........................................... ok cpan/Text-Tabs/t/39548 ........................................... ok cpan/Text-Tabs/t/79766 ........................................... ok +cpan/Text-Tabs/t/95823 ........................................... ok cpan/Text-Tabs/t/belg4mit ........................................ ok cpan/Text-Tabs/t/dandv ........................................... ok cpan/Text-Tabs/t/fill ............................................ ok @@ -2763,6 +2894,7 @@ t/porting/globvar ................................................ ok t/porting/header_parser .......................................... ok t/porting/libperl ................................................ skipped t/porting/maintainers ............................................ ok +t/porting/makerel ................................................ ok t/porting/manifest ............................................... ok t/porting/perlfunc ............................................... ok t/porting/pod_rules .............................................. ok @@ -2776,5 +2908,5 @@ t/porting/test_testlist .......................................... ok t/porting/update_authors ......................................... skipped t/porting/utils .................................................. skipped All tests successful. -Elapsed: 1075 sec -u=10.31 s=7.49 cu=601.88 cs=123.70 scripts=2607 tests=1195964 +Elapsed: 1136 sec +u=9.92 s=7.30 cu=838.38 cs=118.07 scripts=2731 tests=1197933 diff --git a/doc/packages.md b/doc/packages.md index 754bccdbc3..18424da1d2 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -79,7 +79,7 @@ | runtime/java/openjdk17 | 17.0.12+7 | https://github.com/openjdk/jdk17u/tags | runtime/java/openjdk21 | 21.0.4+7 | https://github.com/openjdk/jdk21u/tags | runtime/java/openjdk8 | 1.8.422-05 | https://github.com/openjdk/jdk8u/tags -| runtime/perl | 5.38.2 | https://www.cpan.org/src/README.html +| runtime/perl | 5.40.0 | https://www.cpan.org/src/README.html | runtime/python-311 | 3.11.10 | https://www.python.org/downloads/source/ | runtime/python-312 | 3.12.6 | https://www.python.org/downloads/source/ | security/sudo | 1.9.16 | https://www.sudo.ws/