diff --git a/.agents/skills/classify-cpan-failures/SKILL.md b/.agents/skills/classify-cpan-failures/SKILL.md index a4e6644f0..5802f2674 100644 --- a/.agents/skills/classify-cpan-failures/SKILL.md +++ b/.agents/skills/classify-cpan-failures/SKILL.md @@ -5,6 +5,19 @@ description: Classify PerlOnJava CPAN tester failures and decide whether they wa # Classifying CPAN Tester Failures +## Tooling prerequisite + +The skill validator requires PyYAML. If validation reports that `yaml` is +missing, create or use the repository-local `.venv` and install PyYAML there; +do not install it into the system or Homebrew-managed Python environment: + +```bash +python3 -m venv .venv +.venv/bin/python -m pip install PyYAML +``` + +Run the validator with `.venv/bin/python` after installation. + Use the archived run log and its `FAILURES.tsv` or `REGRESSIONS.tsv` row as the source of truth. Verify that the reported module is the module whose test block actually failed; nested CPAN dependency output can otherwise make an @@ -67,18 +80,24 @@ non-termination. succeeds and PerlOnJava fails, classify it as an internal CPAN-overlay bug. - Run the focused upstream suite with system Perl and retain its full output. Bound any potentially hanging invocation with `timeout`. -- If system Perl does not have the target or its test dependencies, do not - treat that as an upstream result. Install the exact distribution and test - prerequisites into an isolated temporary local library (never the global - Perl installation), set `PERL5LIB` to that library, and run the bounded - upstream suite. Keep dependency-install output separate from test output: - a failure or timeout before the target test command starts is a setup or - environment result, not a target-module failure. +- If system Perl does not have the target or any test dependency, install the + exact distribution and all missing prerequisites automatically into an + isolated temporary local library before comparing results (never install + into the global Perl installation). A missing system module is a setup gap + to resolve, not evidence that upstream tests cannot pass. Do not classify + the result until the installation attempt has either completed or produced + a documented, reproducible setup blocker. - For isolated setup, use a temporary install base and a separate CPAN client configuration, including both Makefile.PL and Module::Build install - arguments. Capture installation output separately, then run `prove` with - the temporary library prepended to `PERL5LIB`. A missing system module is a - setup gap to resolve, not evidence that upstream tests cannot pass. + arguments. Ensure the CPAN client itself writes its metadata, build trees, + and temporary files under that isolated configuration; do not let it fall + back to the user's shared CPAN home. Prefer the exact versions already + selected by the archived PerlOnJava run when available, and preserve the + install command and dependency log. Capture dependency-install output + separately from test output, then run `prove` with the temporary library + prepended to `PERL5LIB`. A failure or timeout before the target test command + starts is a setup result, not a target-module failure; retry or repair the + isolated installation when the failure is merely a missing prerequisite. - If the suite passes under system Perl, reproduce with both PerlOnJava backends when the failure is compiler/runtime related. - When an internal PerlOnJava cause is confirmed, keep the smallest reusable diff --git a/dev/cpan-reports/cpan-compatibility-fail.dat b/dev/cpan-reports/cpan-compatibility-fail.dat index 61ad6cafe..2c80c37f5 100644 --- a/dev/cpan-reports/cpan-compatibility-fail.dat +++ b/dev/cpan-reports/cpan-compatibility-fail.dat @@ -32,7 +32,7 @@ AI::TensorFlow::Libtensorflow FAIL Unknown test outcome 2026-08-23 AI::Termites FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-21 AI::XGBoost FAIL TIMEOUT (runtime >300s; last output 5s ago) 2026-08-26 AIIA::GMT FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-21 -AIS::client FAIL Syntax error 2026-08-20 +AIS::client FAIL Syntax error 2026-09-02 AIX::ODM FAIL 2026-09-01 AIX::SysInfo FAIL Configure failed 2026-08-26 ALBD FAIL 1/1 test programs failed; 0/0 subtests failed 2026-09-01 @@ -61,17 +61,18 @@ AWS::CLIWrapper FAIL 50 40 10/50 subtests failed; 1/9 test programs failed 2026- AWS::IP FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-09-02 AWS::Lambda FAIL 23 1 subtests failed in test files 2026-08-28 AWS::Lambda::Quick FAIL 2 1/3 test programs failed; 0/2 subtests failed 2026-08-21 -AWS::XRay FAIL 97 94 3/97 subtests failed; 2/15 test programs failed 2026-08-21 +AWS::XRay FAIL 97 3 subtests failed in test files 2026-09-02 AXL::Client::Simple FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-26 Ace FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-19 Acme::Damn FAIL 2 0 2/2 subtests failed; 6/6 test programs failed 2026-09-01 +Acme::LAUTER::DEUTSCHER FAIL 11 3 8/11 subtests failed; 3/5 test programs failed 2026-09-02 Acme::LOLCAT FAIL 17 16 1/17 subtests failed; 1/5 test programs failed 2026-08-21 Acrux FAIL 154 2/17 test programs failed; 0/154 subtests failed 2026-08-26 Activator FAIL 58 51 7/58 subtests failed; 11/22 test programs failed 2026-08-28 ActiveRecord::Simple FAIL 1 1 subtests failed in test files 2026-08-26 ActiveRecord::Simple::Migration FAIL 177 2/15 test programs failed; 0/177 subtests failed 2026-08-20 Affix FAIL 5 57/58 test programs failed; 0/5 subtests failed 2026-08-20 -Aion FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-19 +Aion FAIL 44 2026-09-02 Akamai::Edgegrid FAIL 110 1/9 test programs failed; 0/110 subtests failed 2026-08-28 Algorithm::BinarySearch::Vec FAIL Unknown test outcome 2026-08-21 Algorithm::BloomFilter FAIL 4/4 test programs failed; 0/0 subtests failed 2026-09-02 @@ -91,10 +92,9 @@ Algorithm::Permute FAIL 1 0 1/1 subtests failed; 3/4 test programs failed 2026-0 Algorithm::RandomPointGenerator FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-18 Algorithm::SVM FAIL 2026-08-19 Algorithm::Simplex FAIL 12 10 2/12 subtests failed; 3/5 test programs failed 2026-08-18 -Algorithm::SkipList FAIL 1910 1830 80/1910 subtests failed; 1/13 test programs failed 2026-08-18 Algorithm::SlidingWindow FAIL 55 53 2/55 subtests failed; 1/2 test programs failed 2026-08-28 Algorithm::SocialNetwork FAIL 27 23 4/27 subtests failed; 3/7 test programs failed 2026-08-28 -Algorithm::Time::ToNumber FAIL 1 1 subtests failed in test files 2026-08-18 +Algorithm::Time::ToNumber FAIL 1 1 subtests failed in test files 2026-09-02 Algorithm::Tree::NCA FAIL 3/3 test programs failed; 0/0 subtests failed 2026-08-28 Alias FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-21 Alias::Any FAIL 1 0 1/1 subtests failed; 6/6 test programs failed 2026-09-02 @@ -134,9 +134,9 @@ Alien::Nettle FAIL Missing: Alien/m4.pm 2026-08-17 Alien::Ninja FAIL No parseable output 2026-08-26 Alien::OpenJPEG FAIL Missing: Alien/gmake.pm 2026-08-19 Alien::OpenSSL FAIL No parseable output 2026-08-21 -Alien::PCRE2 FAIL No parseable output 2026-08-21 +Alien::PCRE2 FAIL No parseable output 2026-09-02 Alien::PDFio FAIL No parseable output 2026-08-28 -Alien::Plotly::Kaleido FAIL No parseable output 2026-08-19 +Alien::Plotly::Kaleido FAIL No parseable output 2026-09-02 Alien::ROOT FAIL Build failed 2026-08-27 Alien::RRDtool FAIL Build failed 2026-08-29 Alien::Ruby FAIL No parseable output 2026-08-17 @@ -190,7 +190,7 @@ AlignDB::IntSpan FAIL 8 8860 subtests failed in test files 2026-08-27 AlignDB::Run FAIL 2 1/2 test programs failed; 0/2 subtests failed 2026-08-22 AlignDB::Window FAIL 1 0 1/1 subtests failed; 6/6 test programs failed 2026-08-21 Alt::CWB::CL::ambs FAIL 1 0 1/1 subtests failed; 5/5 test programs failed 2026-08-18 -Alt::Crypt::RSA::BigInt FAIL 6 19/21 test programs failed; 0/6 subtests failed 2026-08-20 +Alt::Crypt::RSA::BigInt FAIL 6 19/21 test programs failed; 0/6 subtests failed 2026-09-02 Alt::NewRelic::Agent::FFI::Empty FAIL 10 1/7 test programs failed; 0/10 subtests failed 2026-08-28 Alt::Params::Util::PLICEASE FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-08-28 AltaVista::SDKLinguistics FAIL 2026-09-02 @@ -206,7 +206,8 @@ Amon2 FAIL 182 2026-08-26 Amon2::DBI FAIL 14 11 3/14 subtests failed; 2/7 test programs failed 2026-08-29 Amon2::Plugin::Web::CpanelJSON FAIL 9 5 4/9 subtests failed; 1/3 test programs failed 2026-08-24 Amon2::Setup::Asset::Bootstrap FAIL 284 2026-08-26 -Analizo::Command::dsm FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-17 +Analizo FAIL Unknown test outcome 2026-09-02 +Analizo::Command::dsm FAIL TIMEOUT (runtime >300s; last output 2s ago) 2026-09-02 Android::ElectricSheep::Automator::Plugins::Base FAIL 9 7 subtests failed in test files 2026-09-02 AnnoCPAN FAIL No parseable output 2026-08-27 AnnoCPAN::Perldoc FAIL TIMEOUT (soft limit 120s exceeded; no output for 104s) 2026-08-22 @@ -232,7 +233,7 @@ AnyEvent::DBD::Pg FAIL 3 2 1/3 subtests failed; 1/3 test programs failed 2026-09 AnyEvent::DBI::Abstract FAIL 1 0 1/1 subtests failed; 2/2 test programs failed 2026-08-17 AnyEvent::DBI::Abstract::Limit FAIL 1 0 1/1 subtests failed; 2/2 test programs failed 2026-08-29 AnyEvent::DNS::EtcHosts FAIL 3 2/3 test programs failed; 0/3 subtests failed 2026-08-27 -AnyEvent::DNS::Nameserver FAIL TIMEOUT (soft limit 120s exceeded; no output for 102s) 2026-08-19 +AnyEvent::DNS::Nameserver FAIL TIMEOUT (soft limit 120s exceeded; no output for 83s) 2026-09-02 AnyEvent::Debounce FAIL 8 1 7/8 subtests failed; 1/2 test programs failed 2026-08-23 AnyEvent::Delay FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-21 AnyEvent::Digest FAIL 18 17 1/18 subtests failed; 1/10 test programs failed 2026-08-21 @@ -347,7 +348,7 @@ Apache2::AuthZLDAP FAIL 6 1 5/6 subtests failed; 4/4 test programs failed 2026-0 Apache2::Authen::OdinAuth FAIL 1 1 subtests failed in test files 2026-08-25 Apache2::AuthenDBMCache FAIL Unknown test outcome 2026-08-18 Apache2::AuthenMSAD FAIL Unknown test outcome 2026-08-21 -Apache2::AuthenNTLM::Cookie FAIL Unknown test outcome 2026-08-21 +Apache2::AuthenNTLM::Cookie FAIL Unknown test outcome 2026-09-02 Apache2::AuthenSecurID FAIL Unknown test outcome 2026-08-25 Apache2::AuthenSmb FAIL Configure failed 2026-08-27 Apache2::AuthzNIS FAIL 3 2 1/3 subtests failed; 1/3 test programs failed 2026-08-23 @@ -368,7 +369,7 @@ Apache2::FixupContentLanguage FAIL TIMEOUT (runtime >300s; last output 0s ago) Apache2::FixupLastModified FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-21 Apache2::Geo::IP::Record FAIL Unknown test outcome 2026-08-27 Apache2::HTML::Detergent FAIL 7 5 2/7 subtests failed; 1/4 test programs failed 2026-09-02 -Apache2::HttpEquiv FAIL 23 21 2/23 subtests failed; 3/3 test programs failed 2026-08-18 +Apache2::HttpEquiv FAIL 23 21 2/23 subtests failed; 3/3 test programs failed 2026-09-02 Apache2::ImageRenderFilter FAIL Unknown test outcome 2026-08-25 Apache2::JemplateFilter FAIL 6 4 2/6 subtests failed; 4/6 test programs failed 2026-09-01 Apache2::Layout FAIL 4 2 2/4 subtests failed; 2/5 test programs failed 2026-09-01 @@ -497,7 +498,7 @@ App::CheckDigitsUtils FAIL TIMEOUT (runtime >300s; last output 5s ago) 2026-08 App::Cinema FAIL TIMEOUT (runtime >300s; last output 6s ago) 2026-08-29 App::Codit FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-27 App::CompleteCLIs FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-29 -App::Control FAIL Unknown test outcome 2026-08-17 +App::Control FAIL TIMEOUT (soft limit 120s exceeded; no output for 114s) 2026-09-02 App::Critique FAIL TIMEOUT (runtime >300s; last output 4s ago) 2026-08-27 App::CrockfordBase32Utils FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-09-02 App::DDNS::Namecheap FAIL 8 7 1/8 subtests failed; 1/1 test programs failed 2026-08-28 @@ -539,6 +540,7 @@ App::Gitc::Its::Eventum FAIL No parseable output 2026-08-29 App::GoogleSearchPerlmonksUser FAIL TIMEOUT (runtime >300s; last output 4s ago) 2026-08-29 App::GoogleSearchUtils FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-18 App::HI FAIL No parseable output 2026-08-27 +App::HTTP_Proxy_IMP FAIL 4 1 3/4 subtests failed; 1/2 test programs failed 2026-09-02 App::Hako FAIL No parseable output 2026-09-02 App::I18N FAIL 20 18 2/20 subtests failed; 2/2 test programs failed 2026-08-29 App::IDXUtils FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-09-02 @@ -579,7 +581,7 @@ App::MultiModule::Test::Runner FAIL TIMEOUT (soft limit 120s exceeded; no outp App::NKC2MARC FAIL 3 1 2/3 subtests failed; 4/4 test programs failed 2026-08-27 App::Netdisco::SSHCollector::Platform::IOSXEMac FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-28 App::NoPAN FAIL 5 1/2 test programs failed; 0/5 subtests failed 2026-08-29 -App::NumberUtilRangeUtils FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-17 +App::NumberUtilRangeUtils FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-09-02 App::OTRS::CreateTicket FAIL 2 1 1/2 subtests failed; 1/2 test programs failed 2026-08-16 App::Office::CMS FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-15 App::OpenMbox::Client FAIL No parseable output 2026-08-27 @@ -617,7 +619,7 @@ App::SimulateReads::Command::Digest FAIL 27 23 subtests failed in test files 20 App::SimulateReads::DB::Schema::Result::Quality FAIL 38 33 subtests failed in test files 2026-09-01 App::Spanel::BuildBindZonesFromPowerDNSDB FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-08-14 App::Spec FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-08-26 -App::Standup::Diary FAIL 1 2/3 test programs failed; 0/1 subtests failed 2026-08-19 +App::Standup::Diary FAIL 1 Syntax error 2026-09-02 App::StatisticsUtils FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-08-16 App::StockExchangeUtils FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-29 App::StringQueryToRegexpUtils FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-27 @@ -642,7 +644,7 @@ App::Web::VPKBuilder FAIL 1 0 1/1 subtests failed; 1/2 test programs failed 2026 App::XMMS2::Notifier FAIL 2 0 2/2 subtests failed; 1/2 test programs failed 2026-08-28 App::XTermUtils FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-28 App::Yath::Script FAIL 56 41 15/56 subtests failed; 2/4 test programs failed 2026-08-27 -App::ZodiacUtils FAIL TIMEOUT (soft limit 120s exceeded; no output for 113s) 2026-08-18 +App::ZodiacUtils FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-09-02 App::ZshCompleteUtils FAIL TIMEOUT (runtime >300s; last output 7s ago) 2026-08-13 App::abgrep FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-09-01 App::adr2org FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-18 @@ -671,7 +673,7 @@ App::karr FAIL TIMEOUT (runtime >300s; last output 4s ago) 2026-08-28 App::lcpan FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-28 App::lcpan::Cmd::bencher_benched_mods FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-29 App::lcpan::Cmd::cpantesters_author FAIL TIMEOUT (runtime >300s; last output 4s ago) 2026-08-29 -App::lcpan::Cmd::nearest_authors FAIL TIMEOUT (runtime >300s; last output 16s ago) 2026-08-17 +App::lcpan::Cmd::nearest_authors FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-09-02 App::lcpan::Cmd::weaver_authors_by_bundle_count FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-27 App::metastasize FAIL TIMEOUT (runtime >300s; last output 2s ago) 2026-08-27 App::mvr FAIL 11 8 3/11 subtests failed; 1/5 test programs failed 2026-09-02 @@ -682,7 +684,7 @@ App::pause::Unpacked FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-09- App::perlall FAIL 37 34 3/37 subtests failed; 1/13 test programs failed 2026-08-16 App::perlbrew FAIL 242 21 subtests failed in test files 2026-08-17 App::perlmv FAIL 72 1/25 test programs failed; 0/72 subtests failed 2026-08-18 -App::perlvars FAIL 1 2/3 test programs failed; 0/1 subtests failed 2026-08-17 +App::perlvars FAIL 9 1 8/9 subtests failed; 2/3 test programs failed 2026-09-02 App::plmetrics FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-08-27 App::pod2wp FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-29 App::pscan FAIL TIMEOUT (soft limit 120s exceeded; no output for 112s) 2026-08-19 @@ -727,7 +729,7 @@ Asm::Z80::Table FAIL Unknown test outcome 2026-08-22 Aspect FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-09-01 Aspect::Advice::AfterReturning FAIL TIMEOUT (runtime >300s; last output 13s ago) 2026-09-02 Asset::Pack FAIL 99 93 6/99 subtests failed; 4/13 test programs failed 2026-08-28 -Astro::App::Satpass2 FAIL 972 924 48/972 subtests failed; 2/22 test programs failed 2026-08-17 +Astro::App::Satpass2 FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-09-02 Astro::Coord::ECI FAIL 7192 7174 18/7192 subtests failed; 1/18 test programs failed 2026-08-21 Astro::FITS::CFITSIO::Simple FAIL 6 5 subtests failed in test files 2026-08-27 Astro::FITS::Header FAIL 984 2/12 test programs failed; 0/984 subtests failed 2026-08-25 @@ -738,7 +740,7 @@ Async::Blackboard FAIL 13 1/3 test programs failed; 0/13 subtests failed 2026-0 Async::Selector FAIL 1999 1995 4/1999 subtests failed; 2/15 test programs failed 2026-09-01 At FAIL 23 8 subtests failed in test files 2026-08-25 Atomic::Pipe FAIL TIMEOUT (soft limit 120s exceeded; no output for 112s) 2026-08-28 -Atompub FAIL 74 65 9/74 subtests failed; 3/12 test programs failed 2026-08-19 +Atompub FAIL 74 65 9/74 subtests failed; 3/12 test programs failed 2026-09-02 Attean FAIL Unknown test outcome 2026-08-21 AtteanX::Model::SPARQL FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-09-02 AtteanX::Model::SPARQLCache FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-27 @@ -808,7 +810,7 @@ AxKit::XSP::Cookie FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08- AxKit::XSP::Currency FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-23 AxKit::XSP::Exception FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-21 AxKit::XSP::IfParam FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-20 -AxKit::XSP::L10N FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-21 +AxKit::XSP::L10N FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-09-02 AxKit::XSP::MD5 FAIL 2026-08-24 AxKit::XSP::Minisession FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-26 AxKit::XSP::Param FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-29 @@ -873,7 +875,7 @@ BZ::Client::Test FAIL 1 15 subtests failed in test files 2026-08-23 BZS::Nest1 FAIL 10 3/6 test programs failed; 0/10 subtests failed 2026-08-23 Babble FAIL TIMEOUT (soft limit 120s exceeded; no output for 106s) 2026-08-26 Babble::Output::HTML FAIL 64 61 3/64 subtests failed; 2/7 test programs failed 2026-08-28 -BabelObjects::Component::Directory::Bookmark FAIL Unknown test outcome 2026-08-21 +BabelObjects::Component::Directory::Bookmark FAIL Unknown test outcome 2026-09-02 Backticks FAIL 2 1 1/2 subtests failed; 1/1 test programs failed 2026-08-18 BackupPC::XS FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-26 BadWrapperBlock FAIL 24 8 16/24 subtests failed; 10/13 test programs failed 2026-08-20 @@ -881,7 +883,7 @@ Bad_Handle FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-23 Badge::Depot::Plugin::Kwalitee FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-09-01 Badger FAIL 1518 1501 17/1518 subtests failed; 23/70 test programs failed 2026-08-24 BalanceOfPower FAIL No parseable output 2026-08-26 -BaseLib FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-21 +BaseLib FAIL 1/1 test programs failed; 0/0 subtests failed 2026-09-02 BasicAuthAgent FAIL 62 61 1/62 subtests failed; 1/17 test programs failed 2026-08-21 BeePack FAIL 1 0 1/1 subtests failed; 3/4 test programs failed 2026-08-29 Beekeeper FAIL 18 subtests failed in test files 2026-08-27 @@ -1014,10 +1016,10 @@ BsDiPa FAIL 2026-08-28 Bubble FAIL No parseable output 2026-08-18 Build FAIL 4 2 2/4 subtests failed; 1/2 test programs failed 2026-08-27 BuildTools FAIL 2 1 subtests failed in test files 2026-08-20 -Buscador FAIL TIMEOUT (runtime >300s; last output 5s ago) 2026-08-18 +Buscador FAIL TIMEOUT (runtime >300s; last output 2s ago) 2026-09-02 Business::BR::Boleto FAIL Unknown test outcome 2026-08-18 Business::CAMT FAIL 2 1 1/2 subtests failed; 1/1 test programs failed 2026-08-28 -Business::CCProcessor FAIL 52 45 7/52 subtests failed; 2/6 test programs failed 2026-08-17 +Business::CCProcessor FAIL 54 47 7/54 subtests failed; 2/6 test programs failed 2026-09-02 Business::EDI FAIL TIMEOUT (soft limit 120s exceeded; no output for 90s) 2026-08-17 Business::ID::NIK FAIL TIMEOUT (runtime >300s; last output 4s ago) 2026-08-27 Business::ID::NPWP FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-27 @@ -1078,8 +1080,8 @@ CDB_File::Generator FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08 CDB_File_Thawed FAIL 14 4 10/14 subtests failed; 3/4 test programs failed 2026-08-21 CDDB FAIL 40 25 15/40 subtests failed; 1/4 test programs failed 2026-08-19 CDF::Probe FAIL Unknown test outcome 2026-08-24 -CDMIUtils FAIL TIMEOUT (soft limit 120s exceeded; no output for 97s) 2026-08-20 -CFDI FAIL No parseable output 2026-08-19 +CDMIUtils FAIL TIMEOUT (soft limit 120s exceeded; no output for 101s) 2026-09-02 +CFDI FAIL No parseable output 2026-09-02 CGI::Alert FAIL 15 12 3/15 subtests failed; 2/3 test programs failed 2026-08-26 CGI::Apache2::Wrapper FAIL Unknown test outcome 2026-08-22 CGI::AppBuilder FAIL Configure failed 2026-08-25 @@ -1092,10 +1094,10 @@ CGI::AppBuilder::MapDisps FAIL Configure failed 2026-08-28 CGI::AppBuilder::MapForms FAIL Configure failed 2026-08-24 CGI::AppBuilder::Message FAIL Configure failed 2026-09-01 CGI::AppBuilder::Security FAIL Configure failed 2026-08-26 -CGI::AppBuilder::TaskForms FAIL Configure failed 2026-08-21 +CGI::AppBuilder::TaskForms FAIL Configure failed 2026-09-02 CGI::AppBuilder::TaskLoads FAIL Configure failed 2026-08-19 CGI::AppBuilder::Tasks FAIL Configure failed 2026-08-25 -CGI::AppToolkit FAIL No parseable output 2026-08-21 +CGI::AppToolkit FAIL 8 1/2 test programs failed; 0/8 subtests failed 2026-09-02 CGI::Application FAIL 189 185 4/189 subtests failed; 1/17 test programs failed 2026-08-25 CGI::Application::CheckRM FAIL 12 2 10/12 subtests failed; 10/11 test programs failed 2026-08-22 CGI::Application::Dispatch FAIL 28 10 18/28 subtests failed; 2/3 test programs failed 2026-08-25 @@ -1112,7 +1114,7 @@ CGI::Application::Plugin::CAPTCHA FAIL 3 1 2/3 subtests failed; 5/6 test program CGI::Application::Plugin::Cache::Adaptive FAIL 2 5/7 test programs failed; 0/2 subtests failed 2026-08-17 CGI::Application::Plugin::Config::General FAIL 153 151 2/153 subtests failed; 1/15 test programs failed 2026-08-20 CGI::Application::Plugin::Config::IniFiles FAIL 2 1/1 test programs failed; 0/2 subtests failed 2026-08-19 -CGI::Application::Plugin::Config::Simple FAIL 20 19 1/20 subtests failed; 1/1 test programs failed 2026-08-21 +CGI::Application::Plugin::Config::Simple FAIL 20 19 1/20 subtests failed; 1/1 test programs failed 2026-09-02 CGI::Application::Plugin::Flash FAIL 23 22 1/23 subtests failed; 1/4 test programs failed 2026-08-25 CGI::Application::Plugin::FormState FAIL 113 86 27/113 subtests failed; 5/10 test programs failed 2026-08-26 CGI::Application::Plugin::HtmlTidy FAIL 8 3 5/8 subtests failed; 6/10 test programs failed 2026-08-19 @@ -1165,7 +1167,7 @@ CGI::Graph FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-19 CGI::IDS FAIL 13 1/3 test programs failed; 0/13 subtests failed 2026-09-02 CGI::Kwiki FAIL 1/1 test programs failed; 0/0 subtests failed 2026-09-02 CGI::Lite FAIL Unknown test outcome 2026-08-21 -CGI::LogCarp FAIL 24 23 1/24 subtests failed; 1/6 test programs failed 2026-08-20 +CGI::LogCarp FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-09-02 CGI::MakeItStatic FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-17 CGI::MultiValuedHash FAIL 1 1/1 test programs failed; 0/1 subtests failed 2026-09-02 CGI::MxScreen FAIL 10/10 test programs failed; 0/0 subtests failed 2026-08-29 @@ -1284,7 +1286,7 @@ CPAN::Testers::Data::Uploads::Mailer FAIL 44 39 5/44 subtests failed; 1/9 test p CPAN::Testers::ParseReport FAIL TIMEOUT (soft limit 120s exceeded; no output for 76s) 2026-08-28 CPAN::Testers::WWW::Admin FAIL 29 24 5/29 subtests failed; 2/6 test programs failed 2026-08-27 CPAN::Testers::WWW::Preferences FAIL 27 25 2/27 subtests failed; 2/6 test programs failed 2026-08-28 -CPAN::Testers::WWW::Reports FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-17 +CPAN::Testers::WWW::Reports FAIL 87 72 15/87 subtests failed; 2/6 test programs failed 2026-09-02 CPAN::Testers::WWW::Reports::Query::Report FAIL 54 40 14/54 subtests failed; 1/7 test programs failed 2026-09-01 CPAN::Testers::WWW::Reports::Query::Reports FAIL 65 58 7/65 subtests failed; 1/8 test programs failed 2026-08-28 CPAN::UnsupportedFinder FAIL Unknown test outcome 2026-08-24 @@ -1365,7 +1367,6 @@ Callable FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-08-22 Callback::Cleanup FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-29 Callback::Frame FAIL 10/10 test programs failed; 0/0 subtests failed 2026-08-29 Callerid FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-23 -Cantella::Worker FAIL 5 1/2 test programs failed; 0/5 subtests failed 2026-08-17 Captcha::reCAPTCHA::Mailhide FAIL 3 1 2/3 subtests failed; 4/5 test programs failed 2026-08-28 Capture::Tiny FAIL 2622 2620 2/2622 subtests failed; 9/24 test programs failed 2026-08-24 Carp::Clan::Share FAIL 7 5 2/7 subtests failed; 1/4 test programs failed 2026-08-24 @@ -1406,6 +1407,7 @@ Catalyst::Model::Data::MuForm FAIL 1/1 test programs failed; 0/0 subtests fail Catalyst::Model::DynamicAdaptor FAIL 6 1/6 test programs failed; 0/6 subtests failed 2026-09-02 Catalyst::Model::REST FAIL 6 5 1/6 subtests failed; 1/3 test programs failed 2026-08-15 Catalyst::Model::Reaction::InterfaceModel::DBIC FAIL TIMEOUT (runtime >300s; last output 9s ago) 2026-08-18 +Catalyst::Plugin::Alarm FAIL 10 1/5 test programs failed; 0/10 subtests failed 2026-09-02 Catalyst::Plugin::AuthenCookie FAIL 18 17 1/18 subtests failed; 1/4 test programs failed 2026-08-29 Catalyst::Plugin::Authentication::Store::DBIC::User::CDBI FAIL 13 12 1/13 subtests failed; 1/13 test programs failed 2026-09-01 Catalyst::Plugin::Authentication::Store::HTTP FAIL 9 5 4/9 subtests failed; 2/3 test programs failed 2026-08-17 @@ -1419,8 +1421,9 @@ Catalyst::Plugin::CachedUriForAction FAIL 1 1 subtests failed in test files 202 Catalyst::Plugin::Captcha FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-22 Catalyst::Plugin::DBIC::Schema::Profiler FAIL 4 1/2 test programs failed; 0/4 subtests failed 2026-08-18 Catalyst::Plugin::I18N FAIL 37 31 6/37 subtests failed; 1/4 test programs failed 2026-09-02 +Catalyst::Plugin::I18N::DBI::v0.2.5 FAIL 6 5 1/6 subtests failed; 1/4 test programs failed 2026-09-02 Catalyst::Plugin::Images FAIL 1 0 1/1 subtests failed; 1/3 test programs failed 2026-08-14 -Catalyst::Plugin::PageCache FAIL 1 0 1/1 subtests failed; 4/16 test programs failed 2026-08-20 +Catalyst::Plugin::PageCache FAIL TIMEOUT (runtime >300s; last output 12s ago) 2026-09-02 Catalyst::Plugin::Server FAIL 2 0 2/2 subtests failed; 7/9 test programs failed 2026-08-22 Catalyst::Plugin::Session::Store::BerkeleyDB FAIL 2 0 2/2 subtests failed; 2/2 test programs failed 2026-08-29 Catalyst::Plugin::Session::Store::DBIC FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-25 @@ -1444,7 +1447,7 @@ CatalystX::Action::ExtJS::Deserialize FAIL 1 5/6 test programs failed; 0/1 subt CatalystX::Action::ExtJS::REST FAIL TIMEOUT (runtime >300s; last output 12s ago) 2026-08-27 CatalystX::Action::Negotiate FAIL 6 2 4/6 subtests failed; 1/5 test programs failed 2026-08-27 CatalystX::AuthenCookie FAIL 18 17 1/18 subtests failed; 1/6 test programs failed 2026-08-24 -CatalystX::CMS FAIL 37 34 3/37 subtests failed; 1/4 test programs failed 2026-08-21 +CatalystX::CMS FAIL 27 1/4 test programs failed; 0/27 subtests failed 2026-09-02 CatalystX::CRUD::Controller::REST FAIL Unknown test outcome 2026-08-25 CatalystX::CRUD::Model::RDBO FAIL 16 12 4/16 subtests failed; 2/6 test programs failed 2026-08-27 CatalystX::CRUD::View::Excel FAIL TIMEOUT (runtime >300s; last output 2s ago) 2026-08-26 @@ -1479,11 +1482,13 @@ Catmandu::Fix::basename FAIL 27 26 1/27 subtests failed; 1/8 test programs faile Catmandu::Fix::rkd_name FAIL TIMEOUT (runtime >300s; last output 4s ago) 2026-08-28 Catmandu::Importer::Inspire FAIL 7 2 5/7 subtests failed; 2/3 test programs failed 2026-08-16 Catmandu::Importer::MODS FAIL TIMEOUT (runtime >300s; last output 22s ago) 2026-09-01 +Catmandu::PICA FAIL 20 1/4 test programs failed; 0/20 subtests failed 2026-09-02 Catmandu::PICAplus FAIL 4 2 subtests failed in test files 2026-08-17 Catmandu::Plugin::Versions FAIL Unknown test outcome 2026-08-19 Catmandu::Store::Activiti::HistoricProcessInstance FAIL TIMEOUT (runtime >300s; last output 28s ago) 2026-09-02 Catmandu::Store::SBCatDB FAIL Unknown test outcome 2026-08-18 Catmandu::WoS::AuthWSDL FAIL 2 1 1/2 subtests failed; 1/2 test programs failed 2026-08-28 +CellBIS::SQL::Abstract FAIL 40 1/18 test programs failed; 0/40 subtests failed 2026-09-02 CfgTie::CfgArgs FAIL 1 2/2 test programs failed; 0/1 subtests failed 2026-08-20 Cfwp::fio FAIL Unknown test outcome 2026-08-13 Chandra FAIL 126 107 19/126 subtests failed; 66/73 test programs failed 2026-08-20 @@ -1534,6 +1539,7 @@ CircuitLayout FAIL TIMEOUT (runtime >300s; last output 6s ago) 2026-08-26 Clamd FAIL 1 5/6 test programs failed; 0/1 subtests failed 2026-08-26 Clang FAIL 8 7 1/8 subtests failed; 6/9 test programs failed 2026-08-26 ClarionUnlock FAIL No parseable output 2026-08-20 +Clarity::XOG::Merge FAIL 1 2/3 test programs failed; 0/1 subtests failed 2026-09-02 Class::Accessor::Classy FAIL 188 185 3/188 subtests failed; 1/7 test programs failed 2026-09-02 Class::Accessor::Grouped FAIL 4514 4510 4/4514 subtests failed; 1/11 test programs failed 2026-08-23 Class::Accessor::Lite::Lazy FAIL No parseable output 2026-09-02 @@ -1561,7 +1567,7 @@ Class::Data::Reloadable FAIL 14 2/6 test programs failed; 0/14 subtests failed Class::Date FAIL 7 6 1/7 subtests failed; 9/11 test programs failed 2026-08-26 Class::Field FAIL 15 14 1/15 subtests failed; 1/5 test programs failed 2026-08-26 Class::Fields FAIL 51 44 7/51 subtests failed; 5/7 test programs failed 2026-08-20 -Class::Hash FAIL 58 56 2/58 subtests failed; 1/13 test programs failed 2026-08-18 +Class::Hash FAIL 58 56 2/58 subtests failed; 1/13 test programs failed 2026-09-02 Class::Hook FAIL 5 3 2/5 subtests failed; 1/1 test programs failed 2026-08-23 Class::MakeMethods FAIL 733 61/121 test programs failed; 0/733 subtests failed 2026-08-23 Class::MakeMethods::Template::DiskCache FAIL 736 27/86 test programs failed; 0/736 subtests failed 2026-08-16 @@ -1608,7 +1614,7 @@ Clownfish::CFC::Perl::Build FAIL Build failed 2026-08-26 Cluster::Init FAIL 24/24 test programs failed; 0/0 subtests failed 2026-08-20 Cluster::Similarity FAIL 32 31 1/32 subtests failed; 1/13 test programs failed 2026-08-27 Clustericious FAIL Unknown test outcome 2026-08-22 -Clutch FAIL 1 5/6 test programs failed; 0/1 subtests failed 2026-08-21 +Clutch FAIL 1 5/6 test programs failed; 0/1 subtests failed 2026-09-02 Clutch::Util FAIL 1 4/5 test programs failed; 0/1 subtests failed 2026-08-28 Cmenu FAIL Configure failed 2026-08-21 Cnutt::Feed FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-27 @@ -1655,7 +1661,7 @@ Config::PackageGlobal::OO FAIL 13 1/1 test programs failed; 0/13 subtests faile Config::Pit FAIL 1 2/3 test programs failed; 0/1 subtests failed 2026-08-26 Config::Properties FAIL 56 55 1/56 subtests failed; 1/7 test programs failed 2026-08-23 Config::Scoped FAIL 117 1/19 test programs failed; 0/117 subtests failed 2026-09-01 -Config::Setting FAIL 42 41 1/42 subtests failed; 1/4 test programs failed 2026-08-18 +Config::Setting FAIL 42 41 1/42 subtests failed; 1/4 test programs failed 2026-09-02 Config::Tiny FAIL No parseable output 2026-08-15 ConfigFile FAIL No parseable output 2026-08-15 Config_u FAIL No parseable output 2026-08-20 @@ -1675,7 +1681,7 @@ Convert::Cyr FAIL 2026-08-29 Convert::PEM FAIL 134 128 6/134 subtests failed; 5/16 test programs failed 2026-08-22 Convert::TBX::RNG FAIL TIMEOUT (runtime >300s; last output 4s ago) 2026-09-01 CookBookA::Ex1 FAIL No parseable output 2026-08-23 -CookBookB::ArrayOfStruct FAIL No parseable output 2026-08-21 +CookBookB::ArrayOfStruct FAIL No parseable output 2026-09-02 CookLang FAIL 1 2/3 test programs failed; 0/1 subtests failed 2026-08-19 Cookie FAIL 33 13 20/33 subtests failed; 4/12 test programs failed 2026-08-20 Cookie::Baker::XS FAIL 1 0 1/1 subtests failed; 2/2 test programs failed 2026-08-23 @@ -1769,6 +1775,7 @@ Curses::Forms FAIL Unknown test outcome 2026-08-21 Curses::Simp FAIL Missing: Curses.pm 2026-08-29 Curses::UI FAIL 56 48 8/56 subtests failed; 13/14 test programs failed 2026-08-25 Curses::Widgets FAIL Unknown test outcome 2026-08-27 +CursesForms FAIL Missing: Curses.pm 2026-09-02 CustomCallbacks FAIL 19 1 subtests failed in test files 2026-08-28 Customer FAIL 26 3/10 test programs failed; 0/26 subtests failed 2026-08-26 Cvs FAIL 18 13 5/18 subtests failed; 9/9 test programs failed 2026-08-26 @@ -1785,7 +1792,7 @@ DAIA FAIL 12/12 test programs failed; 0/0 subtests failed 2026-08-23 DAML FAIL 99 2/3 test programs failed; 0/99 subtests failed 2026-08-24 DAT::TimTen FAIL Missing: DBD.pm 2026-08-23 DB2::db FAIL 33 27 6/33 subtests failed; 3/5 test programs failed 2026-09-02 -DB::AsKVS FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-21 +DB::AsKVS FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-09-02 DB::Berkeley FAIL 6 0 6/6 subtests failed; 15/18 test programs failed 2026-09-01 DB::Ent FAIL 2026-08-22 DB::Error FAIL 15 18/19 test programs failed; 0/15 subtests failed 2026-08-27 @@ -1910,17 +1917,17 @@ DBIx::Class::InflateColumn::IP FAIL 6 1/6 test programs failed; 0/6 subtests fa DBIx::Class::InflateColumn::ISBN FAIL 10 1/5 test programs failed; 0/10 subtests failed 2026-08-26 DBIx::Class::InflateColumn::JSON2Object FAIL 26 24 2/26 subtests failed; 1/6 test programs failed 2026-08-23 DBIx::Class::InflateColumn::Serializer FAIL 34 28 6/34 subtests failed; 2/4 test programs failed 2026-08-19 -DBIx::Class::InflateColumn::Serializer::CompressJSON FAIL 19 18 1/19 subtests failed; 1/9 test programs failed 2026-08-19 +DBIx::Class::InflateColumn::Serializer::CompressJSON FAIL 19 18 1/19 subtests failed; 1/9 test programs failed 2026-09-02 DBIx::Class::InflateColumn::Serializer::Hstore FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-29 DBIx::Class::InflateColumn::Serializer::Role::HashContentAccessor FAIL 32 28 4/32 subtests failed; 1/9 test programs failed 2026-08-26 DBIx::Class::InflateColumn::TimeMoment FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-08-23 DBIx::Class::KiokuDB FAIL Unknown test outcome 2026-08-23 DBIx::Class::Loader FAIL 8 1/7 test programs failed; 0/8 subtests failed 2026-08-28 -DBIx::Class::LookupColumn FAIL TIMEOUT (runtime >300s; last output 4s ago) 2026-08-21 +DBIx::Class::LookupColumn FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-09-02 DBIx::Class::MassAssignable FAIL No parseable output 2026-08-24 DBIx::Class::MockData FAIL 22 15 7/22 subtests failed; 6/9 test programs failed 2026-08-23 DBIx::Class::Moo::ResultClass FAIL TIMEOUT (runtime >300s; last output 8s ago) 2026-08-26 -DBIx::Class::MooseColumns FAIL Unknown test outcome 2026-08-19 +DBIx::Class::MooseColumns FAIL TIMEOUT (runtime >300s; last output 3s ago) 2026-09-02 DBIx::Class::MooseColumns::Meta::Attribute FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-27 DBIx::Class::Objects FAIL 13 3/7 test programs failed; 0/13 subtests failed 2026-08-19 DBIx::Class::PassphraseColumn FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-28 @@ -1961,7 +1968,7 @@ DBIx::Connector::Retry::MySQL FAIL 19 8 11/19 subtests failed; 2/4 test programs DBIx::Cookbook FAIL Configure failed 2026-09-01 DBIx::Custom FAIL 1334 1253 81/1334 subtests failed; 5/17 test programs failed 2026-08-22 DBIx::DBHResolver FAIL 18 1/7 test programs failed; 0/18 subtests failed 2026-08-18 -DBIx::DBO2 FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-09-01 +DBIx::DBO2 FAIL 2026-09-02 DBIx::DBO2::Column FAIL 2026-08-21 DBIx::DBStag FAIL 38 10/15 test programs failed; 0/38 subtests failed 2026-08-21 DBIx::DSN::Resolver FAIL 18 17 1/18 subtests failed; 1/3 test programs failed 2026-08-26 @@ -1977,26 +1984,25 @@ DBIx::Error FAIL 5 0 5/5 subtests failed; 4/4 test programs failed 2026-08-21 DBIx::Export FAIL 10 1/5 test programs failed; 0/10 subtests failed 2026-08-27 DBIx::Fast FAIL 27 18 9/27 subtests failed; 36/44 test programs failed 2026-09-01 DBIx::FixtureLoader FAIL 35 33 2/35 subtests failed; 2/9 test programs failed 2026-08-23 -DBIx::Frame FAIL Unknown test outcome 2026-08-21 DBIx::FullTextSearch FAIL Configure failed 2026-09-01 DBIx::HTML::LinkedMenus FAIL No parseable output 2026-08-27 DBIx::HTML::PopupRadio FAIL No parseable output 2026-08-25 -DBIx::Handler::Sunny FAIL 13 12 1/13 subtests failed; 1/3 test programs failed 2026-08-21 +DBIx::Handler::Sunny FAIL 13 1 subtests failed in test files 2026-09-02 DBIx::Informix::Perform FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-26 -DBIx::Inspector FAIL 9 7 2/9 subtests failed; 1/4 test programs failed 2026-08-20 +DBIx::Inspector FAIL 9 7 2/9 subtests failed; 1/4 test programs failed 2026-09-02 DBIx::Interp::db FAIL Unknown test outcome 2026-08-21 DBIx::Interpolate::STX FAIL Unknown test outcome 2026-08-21 DBIx::Migration FAIL Unknown test outcome 2026-08-26 DBIx::Migration::Directories FAIL 129 2/6 test programs failed; 0/129 subtests failed 2026-08-26 DBIx::Mint FAIL 274 273 1/274 subtests failed; 1/15 test programs failed 2026-08-29 DBIx::MultiDB FAIL 12 7 5/12 subtests failed; 5/11 test programs failed 2026-08-25 -DBIx::MyDatabaseMunger FAIL Configure failed 2026-08-21 +DBIx::MyDatabaseMunger FAIL 13 12 1/13 subtests failed; 13/13 test programs failed 2026-09-02 DBIx::MyParse FAIL 69 46 23/69 subtests failed; 23/23 test programs failed 2026-08-24 DBIx::MyParsePP::Parser FAIL Unknown test outcome 2026-08-22 DBIx::MyParseX FAIL 14 8 6/14 subtests failed; 3/5 test programs failed 2026-08-21 DBIx::NamedBinding FAIL 6 1/4 test programs failed; 0/6 subtests failed 2026-08-21 DBIx::NinjaORM FAIL TIMEOUT (runtime >300s; last output 3s ago) 2026-08-28 -DBIx::NoSQL FAIL Unknown test outcome 2026-08-21 +DBIx::NoSQL FAIL TIMEOUT (runtime >300s; last output 10s ago) 2026-09-02 DBIx::OnlineDDL FAIL 5 4 1/5 subtests failed; 4/8 test programs failed 2026-08-27 DBIx::OracleSequence FAIL 2026-08-27 DBIx::Otogiri FAIL 38 37 1/38 subtests failed; 2/13 test programs failed 2026-08-24 @@ -2018,7 +2024,7 @@ DBIx::QuickORM::Util::HashBase FAIL 26 26/30 test programs failed; 0/26 subtest DBIx::Raw FAIL 1 1 subtests failed in test files 2026-08-28 DBIx::Recordset FAIL 2026-08-19 DBIx::Repgen FAIL 2026-08-18 -DBIx::RewriteDSN FAIL 1 2/3 test programs failed; 0/1 subtests failed 2026-08-21 +DBIx::RewriteDSN FAIL 17 10 7/17 subtests failed; 2/3 test programs failed 2026-09-02 DBIx::Roles FAIL 26 22 4/26 subtests failed; 1/2 test programs failed 2026-08-26 DBIx::Romani FAIL 2026-08-27 DBIx::RunSQL FAIL Unknown test outcome 2026-08-19 @@ -2095,6 +2101,7 @@ DOCSIS::ConfigFile FAIL 71 70 1/71 subtests failed; 1/19 test programs failed 20 DPKG::Packages::Parser FAIL 10 9 subtests failed in test files 2026-08-25 DR::Msgpuck FAIL 10 6 4/10 subtests failed; 4/4 test programs failed 2026-08-26 DR::Msgpuck::Bool FAIL 4 1 3/4 subtests failed; 3/3 test programs failed 2026-08-22 +DR::Tarantool FAIL 230 211 19/230 subtests failed; 6/11 test programs failed 2026-09-02 DR::Tarantool::Tuple::Iterator FAIL 230 211 19/230 subtests failed; 6/11 test programs failed 2026-08-20 DR::TarantoolQueue FAIL No parseable output 2026-08-24 DR::Tnt FAIL Unknown test outcome 2026-09-02 @@ -2113,6 +2120,7 @@ Daje FAIL 3 2 1/3 subtests failed; 1/3 test programs failed 2026-08-20 Daje::Controller::ToolsObjectIndex FAIL 1 1 subtests failed in test files 2026-08-17 Daje::Controller::Workflow FAIL 1 1 subtests failed in test files 2026-09-02 Daje::Controller::Workflow::Workflow FAIL 1 1 subtests failed in test files 2026-09-02 +Daje::Plugin::Tools FAIL 1 1 subtests failed in test files 2026-09-02 Daje::Tools::JWT FAIL 1 1 subtests failed in test files 2026-08-26 Daje::Workflow::Activities::Activity::Base::Common FAIL 3 1 subtests failed in test files 2026-08-29 Daje::Workflow::Activity::Tools::Project FAIL 1 1 subtests failed in test files 2026-08-16 @@ -2157,7 +2165,7 @@ Dancer2::Plugin::Passphrase FAIL 4 8/11 test programs failed; 0/4 subtests fail Dancer2::Plugin::REST FAIL 2 1 1/2 subtests failed; 8/9 test programs failed 2026-08-24 Dancer2::Plugin::RPC FAIL TIMEOUT (runtime >300s; last output 15s ago) 2026-09-02 Dancer2::Plugin::RPC::RESTISH FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-08-27 -Dancer2::Plugin::SPID FAIL 2 0 2/2 subtests failed; 2/3 test programs failed 2026-08-21 +Dancer2::Plugin::SPID FAIL 2 0 2/2 subtests failed; 2/3 test programs failed 2026-09-02 Dancer2::Plugin::SendAs FAIL 1 0 1/1 subtests failed; 2/13 test programs failed 2026-08-20 Dancer2::Plugin::Shutdown FAIL 10 9 1/10 subtests failed; 1/5 test programs failed 2026-08-20 Dancer2::Plugin::Shutdown::Redis FAIL TIMEOUT (runtime >300s; last output 7s ago) 2026-08-28 @@ -2182,6 +2190,7 @@ Dancer::Plugin::RPC::XML FAIL 10 1/4 test programs failed; 0/10 subtests failed Dancer::Session::Memcached FAIL 1 0 1/1 subtests failed; 2/5 test programs failed 2026-08-29 Danga::Socket FAIL 43 1/4 test programs failed; 0/43 subtests failed 2026-08-26 Data::Alias FAIL 2 1 1/2 subtests failed; 31/33 test programs failed 2026-08-21 +Data::All FAIL 1/1 test programs failed; 0/0 subtests failed 2026-09-02 Data::BitStream::XS FAIL 2 0 2/2 subtests failed; 48/51 test programs failed 2026-08-17 Data::Checker FAIL TIMEOUT (soft limit 120s exceeded; no output for 111s) 2026-08-29 Data::Checks FAIL 2026-08-28 @@ -2247,7 +2256,7 @@ Data::Object::Opts FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08- Data::Object::Plugin FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-26 Data::Object::Role FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-20 Data::Object::Role::Buildable FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-20 -Data::Object::Role::Dumpable FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-21 +Data::Object::Role::Dumpable FAIL 1/1 test programs failed; 0/0 subtests failed 2026-09-02 Data::Object::Role::Pluggable FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-22 Data::Object::Role::Proxyable FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-28 Data::Object::Role::Stashable FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-21 @@ -2361,18 +2370,18 @@ DateTime::Format::Genealogy FAIL 1 2 subtests failed in test files 2026-09-01 DateTime::Format::ISO8601 FAIL Unknown test outcome 2026-08-22 DateTime::Format::Intl FAIL TIMEOUT (runtime >300s; last output 16s ago) 2026-09-01 DateTime::Format::Japanese FAIL 12 1 11/12 subtests failed; 8/8 test programs failed 2026-08-23 -DateTime::Format::Mail FAIL Unknown test outcome 2026-08-21 +DateTime::Format::Mail FAIL TIMEOUT (soft limit 120s exceeded; no output for 87s) 2026-09-02 DateTime::Format::Natural FAIL Unknown test outcome 2026-08-21 DateTime::Format::PDF FAIL 111 110 1/111 subtests failed; 1/5 test programs failed 2026-08-22 DateTime::Format::PayPal::IPN FAIL 1/6 test programs failed; 0/0 subtests failed 2026-08-22 DateTime::Format::RelativeTime FAIL 57 43 14/57 subtests failed; 2/10 test programs failed 2026-08-29 -DateTime::Format::Strptime FAIL 93 1 92/93 subtests failed; 12/13 test programs failed 2026-08-21 DateTime::Format::Sybase FAIL 2 1 1/2 subtests failed; 2/3 test programs failed 2026-08-23 DateTime::Format::Unicode FAIL 78 52 26/78 subtests failed; 2/8 test programs failed 2026-09-02 DateTime::Format::Variant FAIL 1 0 1/1 subtests failed; 2/2 test programs failed 2026-08-24 DateTime::LazyInit FAIL No parseable output 2026-08-22 DateTime::Lite FAIL 346 345 1/346 subtests failed; 1/26 test programs failed 2026-08-23 DateTime::Locale::FromCLDR FAIL 219 194 25/219 subtests failed; 6/15 test programs failed 2026-08-26 +DateTime::Precise FAIL TIMEOUT (soft limit 120s exceeded; no output for 113s) 2026-09-02 DateTime::TimeZone::Local::Win32 FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-08-26 DateTime::Util::Astro FAIL 7 0 7/7 subtests failed; 4/6 test programs failed 2026-08-22 DateTimeX::AATW FAIL 42 34 8/42 subtests failed; 1/1 test programs failed 2026-08-22 @@ -2381,10 +2390,9 @@ DateTimeX::Lite FAIL 2903 2876 27/2903 subtests failed; 49/69 test programs fail DateTimeX::Moment FAIL 2 1 1/2 subtests failed; 35/43 test programs failed 2026-08-24 DateTimeX::Period FAIL Configure failed 2026-08-21 DateTimeX::Seinfeld FAIL 25 2/4 test programs failed; 0/25 subtests failed 2026-08-16 -DateTimeX::Web FAIL 127 1/11 test programs failed; 0/127 subtests failed 2026-08-21 -DateTimeX::strftimeq FAIL Unknown test outcome 2026-08-19 Datify FAIL 5/6 test programs failed; 0/0 subtests failed 2026-08-23 Db::Ctree FAIL Configure failed 2026-08-27 +Db::DFC FAIL Missing: JNI.pm 2026-09-02 Db::Documentum FAIL 2026-08-17 DbFramework::Attribute FAIL Unknown test outcome 2026-08-21 Dblink FAIL 2026-08-19 @@ -2451,6 +2459,7 @@ Devel::Tokenizer::C FAIL TIMEOUT (soft limit 120s exceeded; no output for 107s Devel::Trepan FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-26 Devel::Trepan::Deparse FAIL 11 8 3/11 subtests failed; 2/4 test programs failed 2026-08-25 Devel::Trepan::Disassemble FAIL 16 12 4/16 subtests failed; 3/5 test programs failed 2026-08-28 +Devel::TypeCheck FAIL 63 55 8/63 subtests failed; 3/4 test programs failed 2026-09-02 Devel::ebug FAIL 1 21/22 test programs failed; 0/1 subtests failed 2026-08-27 Devel::vscode FAIL 1 0 1/1 subtests failed; 1/3 test programs failed 2026-08-17 Device::Arduino::LCD FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-28 @@ -2546,14 +2555,13 @@ Dist::Zilla::Plugin::For::App::shcompgen FAIL TIMEOUT (runtime >300s; last out Dist::Zilla::Plugin::Git::Checkout FAIL Unknown test outcome 2026-08-19 Dist::Zilla::Plugin::GitHub::UploadRelease FAIL Unknown test outcome 2026-09-02 Dist::Zilla::Plugin::InlineIncluder FAIL TIMEOUT (runtime >300s; last output 7s ago) 2026-08-28 -Dist::Zilla::Plugin::InsertDistImage FAIL TIMEOUT (runtime >300s; last output 18s ago) 2026-08-18 Dist::Zilla::Plugin::Keywords FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-28 Dist::Zilla::Plugin::LaunchpadPPA FAIL Unknown test outcome 2026-08-18 Dist::Zilla::Plugin::Libarchive FAIL Unknown test outcome 2026-08-19 Dist::Zilla::Plugin::LocalHTML FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-09-02 Dist::Zilla::Plugin::MAXMIND::WeaverConfig FAIL TIMEOUT (runtime >300s; last output 41s ago) 2026-08-28 Dist::Zilla::Plugin::Meta::Contributors FAIL 2 1/2 test programs failed; 0/2 subtests failed 2026-08-19 -Dist::Zilla::Plugin::MetaProvides::Update FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-08-17 +Dist::Zilla::Plugin::MetaProvides::Update FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-09-02 Dist::Zilla::Plugin::MungeFile FAIL TIMEOUT (runtime >300s; last output 38s ago) 2026-08-28 Dist::Zilla::Plugin::MungeFile::WithData FAIL TIMEOUT (runtime >300s; last output 35s ago) 2026-08-27 Dist::Zilla::Plugin::MungeFile::WithDataSection FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-09-01 @@ -2629,7 +2637,7 @@ EFL FAIL 1 0 1/1 subtests failed; 2/4 test programs failed 2026-08-26 EJS::Template FAIL 153 129 24/153 subtests failed; 5/8 test programs failed 2026-08-27 ELF::sign FAIL 3 1 2/3 subtests failed; 2/3 test programs failed 2026-08-23 ELFF::Parser FAIL 3/3 test programs failed; 0/0 subtests failed 2026-08-23 -EMDIS::ECS FAIL 522 1/5 test programs failed; 0/522 subtests failed 2026-08-21 +EMDIS::ECS FAIL 522 1/5 test programs failed; 0/522 subtests failed 2026-09-02 EMail FAIL 1 1 subtests failed in test files 2026-08-18 ENH FAIL Configure failed 2026-08-29 EO FAIL 14 0 14/14 subtests failed; 18/18 test programs failed 2026-08-24 @@ -2719,7 +2727,7 @@ Enum::Declare::Common FAIL 1 21/25 test programs failed; 0/1 subtests failed 20 Enumeration FAIL 74 72 2/74 subtests failed; 2/8 test programs failed 2026-09-01 EnvDir FAIL 26 25 1/26 subtests failed; 1/7 test programs failed 2026-08-22 Erlang::Parser FAIL TIMEOUT (soft limit 120s exceeded; no output for 96s) 2026-08-28 -Error::Pure FAIL 115 113 2/115 subtests failed; 1/30 test programs failed 2026-08-21 +Error::Pure FAIL 115 113 2/115 subtests failed; 1/30 test programs failed 2026-09-02 Error::Return FAIL 9 2 subtests failed in test files 2026-08-29 Error::Show FAIL 29 27 2/29 subtests failed; 1/5 test programs failed 2026-08-21 Error::Wait FAIL 6 5 1/6 subtests failed; 1/1 test programs failed 2026-08-18 @@ -2804,7 +2812,7 @@ FFI::Build::MM FAIL 2 6/8 test programs failed; 0/2 subtests failed 2026-08-18 FFI::C FAIL 1 13/14 test programs failed; 0/1 subtests failed 2026-08-21 FFI::CheckLib FAIL 21 20 1/21 subtests failed; 4/9 test programs failed 2026-08-22 FFI::ExtractSymbols FAIL Missing: FFI/Build.pm 2026-08-21 -FFI::Me FAIL 3 0 3/3 subtests failed; 2/11 test programs failed 2026-08-20 +FFI::Me FAIL 3 0 3/3 subtests failed; 2/11 test programs failed 2026-09-02 FFI::Platypus::Declare FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-08-26 FFI::Platypus::Lang::CPP FAIL 2 1 1/2 subtests failed; 4/5 test programs failed 2026-08-26 FFI::Platypus::Lang::CPP::Demangle::XS FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-08-26 @@ -2846,7 +2854,7 @@ Feature::Compat::Class FAIL 53 36 17/53 subtests failed; 4/14 test programs fail Feature::Compat::Defer FAIL 30 28 2/30 subtests failed; 1/4 test programs failed 2026-08-19 Feature::Compat::Try FAIL 46 41 5/46 subtests failed; 2/11 test programs failed 2026-08-29 Fennec FAIL 22 19 3/22 subtests failed; 21/24 test programs failed 2026-08-26 -Fennec::Declare FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-18 +Fennec::Declare FAIL 1/1 test programs failed; 0/0 subtests failed 2026-09-02 Fennec::Lite FAIL 28 26 2/28 subtests failed; 1/3 test programs failed 2026-08-22 FeyX::Active FAIL TIMEOUT (runtime >300s; last output 35s ago) 2026-08-27 Fierce::Parser FAIL 42 27 15/42 subtests failed; 12/13 test programs failed 2026-08-28 @@ -2930,7 +2938,7 @@ Finance::FXCM::Simple FAIL 10 9 1/10 subtests failed; 1/1 test programs failed 2 Finance::IG FAIL 25 24 1/25 subtests failed; 1/6 test programs failed 2026-08-17 Finance::IG::Record::REST::Client FAIL 6 5 1/6 subtests failed; 1/5 test programs failed 2026-08-27 Finance::MICR::GOCR FAIL 4 3 1/4 subtests failed; 3/3 test programs failed 2026-08-28 -Finance::Optical::StrongBuy FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-17 +Finance::Optical::StrongBuy FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-09-02 Finance::Quote::USFedBonds FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-28 FindBin::Bin FAIL 48 47 1/48 subtests failed; 1/14 test programs failed 2026-08-25 FindBin::libs FAIL 48 47 1/48 subtests failed; 1/14 test programs failed 2026-08-25 @@ -2975,7 +2983,8 @@ Furl::HTTP FAIL 66 2026-09-01 Fuse FAIL 5 3 2/5 subtests failed; 20/21 test programs failed 2026-08-24 Fuse::Filesys::Virtual FAIL 7 4 3/7 subtests failed; 8/9 test programs failed 2026-08-28 FuseBead::From::PNG FAIL 17 14 3/17 subtests failed; 8/8 test programs failed 2026-08-23 -FusionInventory::Agent::Task::Collect FAIL Unknown test outcome 2026-08-21 +FusionInventory::Agent FAIL Unknown test outcome 2026-09-02 +FusionInventory::Agent::Task::Collect FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-09-02 FusqlFS::Backend::MySQL::Events FAIL 64 62 2/64 subtests failed; 17/24 test programs failed 2026-08-16 FusqlFS::Backend::PgSQL::Role::Permissions FAIL 63 60 3/63 subtests failed; 16/22 test programs failed 2026-08-22 Future FAIL 792 783 9/792 subtests failed; 5/56 test programs failed 2026-08-21 @@ -2984,7 +2993,7 @@ Future::IO FAIL 101 1/19 test programs failed; 0/101 subtests failed 2026-08-21 Future::IO::Impl::Ppoll FAIL 1 10/11 test programs failed; 0/1 subtests failed 2026-08-27 Future::IO::Resolver FAIL 3 6/7 test programs failed; 0/3 subtests failed 2026-09-02 Future::Selector FAIL 1 6/7 test programs failed; 0/1 subtests failed 2026-08-26 -Future::Workflow FAIL 2 6/7 test programs failed; 0/2 subtests failed 2026-08-19 +Future::Workflow FAIL 2 6/7 test programs failed; 0/2 subtests failed 2026-09-02 Fwctl FAIL 2026-08-23 GBPVR::CDBI::RT FAIL 42 22 20/42 subtests failed; 2/4 test programs failed 2026-08-17 GCC::Builtins FAIL 1 1 subtests failed in test files 2026-09-02 @@ -3049,7 +3058,7 @@ GPS::Track FAIL 9 8 1/9 subtests failed; 2/4 test programs failed 2026-08-21 GRNOC::Config FAIL 31 30 1/31 subtests failed; 1/7 test programs failed 2026-08-26 GRNOC::WebService::Client FAIL 5 3 2/5 subtests failed; 12/13 test programs failed 2026-08-21 GSAPI FAIL 11 10 1/11 subtests failed; 9/10 test programs failed 2026-09-01 -GSM::Gnokii FAIL No parseable output 2026-08-21 +GSM::Gnokii FAIL 3 2 1/3 subtests failed; 2/3 test programs failed 2026-09-02 GSM::Nbit FAIL 13 1/6 test programs failed; 0/13 subtests failed 2026-08-19 GSM::SMS::Config FAIL Configure failed 2026-08-23 GSM::SMS::Config::Default FAIL 103 94 9/103 subtests failed; 6/18 test programs failed 2026-08-20 @@ -3063,7 +3072,7 @@ Game::Floppy FAIL 1 1 subtests failed in test files 2026-08-27 Game::HeroesVsAliens::Alien FAIL 1 1 subtests failed in test files 2026-08-29 Game::Snake FAIL 1 1 subtests failed in test files 2026-08-17 Game::TextMapper FAIL 79 42 37/79 subtests failed; 1/2 test programs failed 2026-08-19 -Game::TextPacMonster FAIL 433 1/11 test programs failed; 0/433 subtests failed 2026-08-18 +Game::TextPacMonster FAIL 433 1/11 test programs failed; 0/433 subtests failed 2026-09-02 Games::Axmud FAIL 1 1 subtests failed in test files 2026-08-28 Games::Bingo FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-29 Games::BubbleBreaker FAIL 3 1 subtests failed in test files 2026-08-28 @@ -3114,7 +3123,7 @@ Geo::Address::Parser FAIL 36 30 6/36 subtests failed; 8/17 test programs failed Geo::Calc::XS FAIL 6 1 5/6 subtests failed; 5/10 test programs failed 2026-08-28 Geo::Coder::Googlev3 FAIL 69 42 27/69 subtests failed; 1/1 test programs failed 2026-08-28 Geo::Coder::OpenCage FAIL 25 4/13 test programs failed; 0/25 subtests failed 2026-08-27 -Geo::Coordinates::Converter::iArea FAIL 1 0 1/1 subtests failed; 5/5 test programs failed 2026-08-20 +Geo::Coordinates::Converter::iArea FAIL 1 0 1/1 subtests failed; 5/5 test programs failed 2026-09-02 Geo::Coordinates::OSGB FAIL 79 8/10 test programs failed; 0/79 subtests failed 2026-08-29 Geo::Demo::Zipskinny FAIL TIMEOUT (soft limit 120s exceeded; no output for 115s) 2026-09-01 Geo::Distance FAIL 1 1 subtests failed in test files 2026-09-02 @@ -3142,11 +3151,12 @@ Getopt::Plus FAIL 5/5 test programs failed; 0/0 subtests failed 2026-08-28 Getopt::Yath FAIL 296 295 1/296 subtests failed; 1/10 test programs failed 2026-08-21 Gfsm FAIL 3 2 1/3 subtests failed; 8/10 test programs failed 2026-08-26 Gideon FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-20 +Gimp::ScriptFu::Client FAIL 2 1 1/2 subtests failed; 1/1 test programs failed 2026-09-02 Gimp::basewidget FAIL Configure failed 2026-08-29 Ginger FAIL Unknown test outcome 2026-08-24 Git::CPAN::Hook FAIL 31 27 4/31 subtests failed; 1/4 test programs failed 2026-08-26 Git::Deploy FAIL 6 5 1/6 subtests failed; 1/2 test programs failed 2026-08-28 -Git::Hooks::CheckYoutrack FAIL 5 2 3/5 subtests failed; 1/1 test programs failed 2026-08-19 +Git::Hooks::CheckYoutrack FAIL 5 2 3/5 subtests failed; 1/1 test programs failed 2026-09-02 Git::Open FAIL 7 1 6/7 subtests failed; 2/3 test programs failed 2026-08-28 Git::PurePerl FAIL No parseable output 2026-09-02 Git::Raw FAIL Unknown test outcome 2026-08-25 @@ -3210,7 +3220,7 @@ GraphQL::Plugin::Convert::DBIC FAIL 5 1 4/5 subtests failed; 5/6 test programs f GraphViz FAIL 3/3 test programs failed; 0/0 subtests failed 2026-08-24 GraphViz2 FAIL 45 44 1/45 subtests failed; 4/35 test programs failed 2026-09-01 GraphViz2::Abstract::Edge FAIL 14 11 3/14 subtests failed; 1/5 test programs failed 2026-09-02 -GraphViz2::Marpa::PathUtils FAIL Configure failed 2026-05-17 +GraphViz2::Marpa::PathUtils FAIL 2/2 test programs failed; 0/0 subtests failed 2026-09-02 GraphViz::ISA::Multi FAIL 9 1/3 test programs failed; 0/9 subtests failed 2026-09-01 GraphViz::Zone FAIL 2026-08-28 Graphics::Color FAIL 20 13 7/20 subtests failed; 8/12 test programs failed 2026-08-19 @@ -3250,7 +3260,7 @@ Gtk2::Ex::GdkBits FAIL 30 46/48 test programs failed; 0/30 subtests failed 2026 Gtk2::Ex::Geo::Graph FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-28 Gtk2::Ex::GraphViz FAIL TIMEOUT (runtime >300s; last output 2s ago) 2026-08-28 Gtk2::Ex::GroupBy FAIL 3 1 2/3 subtests failed; 2/3 test programs failed 2026-08-29 -Gtk2::Ex::History FAIL 5/10 test programs failed; 0/0 subtests failed 2026-08-20 +Gtk2::Ex::History FAIL 10/10 test programs failed; 0/0 subtests failed 2026-09-02 Gtk2::Ex::ICal::Recur FAIL No parseable output 2026-08-26 Gtk2::Ex::ListModelConcat FAIL 3/3 test programs failed; 0/0 subtests failed 2026-08-18 Gtk2::Ex::MenuView FAIL 3/3 test programs failed; 0/0 subtests failed 2026-08-21 @@ -3307,13 +3317,13 @@ HPUX::Pstat FAIL 2026-08-19 HTML5::DOM FAIL 8 2 6/8 subtests failed; 3/3 test programs failed 2026-08-29 HTML::AccountAutoDiscovery FAIL 7 1 6/7 subtests failed; 1/1 test programs failed 2026-08-20 HTML::AsHTML FAIL 95 57 38/95 subtests failed; 7/11 test programs failed 2026-08-27 -HTML::Ballot::Trusting FAIL Unknown test outcome 2026-08-19 +HTML::Ballot::Trusting FAIL Missing: HTML/EasyTemplate.pm 2026-09-02 HTML::Bare FAIL 10 1 9/10 subtests failed; 9/10 test programs failed 2026-08-26 HTML::Base FAIL No parseable output 2026-09-02 HTML::Blitz FAIL 11/11 test programs failed; 0/0 subtests failed 2026-08-21 HTML::Bricks FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-29 HTML::CTPP2 FAIL Configure failed 2026-08-14 -HTML::CalendarMonth FAIL Unknown test outcome 2026-08-21 +HTML::CalendarMonth FAIL TIMEOUT (soft limit 120s exceeded; no output for 99s) 2026-09-02 HTML::Copy FAIL 3 1/2 test programs failed; 0/3 subtests failed 2026-08-18 HTML::D3 FAIL 10 7/28 test programs failed; 0/10 subtests failed 2026-08-26 HTML::DBTable FAIL 14 2/3 test programs failed; 0/14 subtests failed 2026-08-28 @@ -3393,7 +3403,7 @@ HTML::Make::Calendar FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026 HTML::Make::Page FAIL 2/2 test programs failed; 0/0 subtests failed 2026-08-26 HTML::Mason FAIL 517 455 62/517 subtests failed; 16/36 test programs failed 2026-08-23 HTML::Mason::Commands FAIL 92 87 5/92 subtests failed; 3/13 test programs failed 2026-08-20 -HTML::Microformats FAIL TIMEOUT (runtime >300s; last output 2s ago) 2026-08-19 +HTML::Microformats FAIL TIMEOUT (runtime >300s; last output 7s ago) 2026-09-02 HTML::MobileJp::Filter FAIL 9 7 2/9 subtests failed; 2/6 test programs failed 2026-08-23 HTML::MobileJpCSS FAIL 7 1 6/7 subtests failed; 6/7 test programs failed 2026-08-20 HTML::MyHTML FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-22 @@ -3503,7 +3513,7 @@ HTTP::Engine::Interface::ModPerl::RequestBuilder FAIL 23 20 3/23 subtests failed HTTP::Engine::Plugin::KCatch FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-08-27 HTTP::Engine::RequestBuilder::Dummy FAIL TIMEOUT (runtime >300s; last output 10s ago) 2026-08-28 HTTP::Engine::Util FAIL Unknown test outcome 2026-08-20 -HTTP::Exception FAIL 8 2 6/8 subtests failed; 26/33 test programs failed 2026-08-19 +HTTP::Exception FAIL 8 2 6/8 subtests failed; 27/33 test programs failed 2026-09-02 HTTP::HeaderParser::XS FAIL 2 1 1/2 subtests failed; 1/1 test programs failed 2026-09-02 HTTP::Headers::ActionPack FAIL 437 433 4/437 subtests failed; 3/29 test programs failed 2026-08-19 HTTP::Headers::Fast::XS FAIL 191 187 4/191 subtests failed; 3/10 test programs failed 2026-08-20 @@ -3514,14 +3524,14 @@ HTTP::Message::PSGI FAIL Unknown test outcome 2026-08-20 HTTP::MobileAgent FAIL 4102 4101 1/4102 subtests failed; 1/15 test programs failed 2026-09-02 HTTP::MobileAgent::Plugin::ID FAIL 3 1 2/3 subtests failed; 2/3 test programs failed 2026-08-23 HTTP::MobileAgent::Plugin::Locator FAIL 81 2/12 test programs failed; 0/81 subtests failed 2026-08-26 -HTTP::MobileAgent::Plugin::RoamingZone FAIL 1 0 1/1 subtests failed; 2/2 test programs failed 2026-08-20 +HTTP::MobileAgent::Plugin::RoamingZone FAIL 1 0 1/1 subtests failed; 2/2 test programs failed 2026-09-02 HTTP::MobileAttribute FAIL 2753 2749 4/2753 subtests failed; 2/34 test programs failed 2026-08-23 HTTP::OAI FAIL 64 57 7/64 subtests failed; 3/13 test programs failed 2026-08-22 HTTP::OAI::Headers FAIL 65 59 6/65 subtests failed; 6/12 test programs failed 2026-08-26 HTTP::OAIPMH::Log FAIL 178 177 1/178 subtests failed; 1/3 test programs failed 2026-08-20 HTTP::Proxy FAIL 356 355 1/356 subtests failed; 11/37 test programs failed 2026-09-02 HTTP::ProxyPAC FAIL 1 2/3 test programs failed; 0/1 subtests failed 2026-09-02 -HTTP::ProxySelector::Persistent FAIL 19 12 7/19 subtests failed; 4/6 test programs failed 2026-08-21 +HTTP::ProxySelector::Persistent FAIL 19 12 7/19 subtests failed; 4/6 test programs failed 2026-09-02 HTTP::PublicKeyPins FAIL 7 1/6 test programs failed; 0/7 subtests failed 2026-08-28 HTTP::QuickBase FAIL 2026-08-20 HTTP::Range FAIL 2 2/4 test programs failed; 0/2 subtests failed 2026-08-21 @@ -3530,10 +3540,11 @@ HTTP::Request FAIL 745 736 9/745 subtests failed; 5/23 test programs failed 2026 HTTP::Request::FromLog FAIL 13 10 3/13 subtests failed; 2/6 test programs failed 2026-08-27 HTTP::Request::StreamingUpload FAIL 53 42 11/53 subtests failed; 1/4 test programs failed 2026-08-20 HTTP::Request::Webpush FAIL 3/3 test programs failed; 0/0 subtests failed 2026-08-29 -HTTP::Response::Switch FAIL TIMEOUT (runtime >300s; last output 179s ago) 2026-08-20 +HTTP::Response::Switch FAIL 5 4 1/5 subtests failed; 2/12 test programs failed 2026-09-02 HTTP::Server::Brick FAIL 6 1/4 test programs failed; 0/6 subtests failed 2026-08-21 HTTP::Server::Daemon FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-08-19 HTTP::Server::EV FAIL Configure failed 2026-09-01 +HTTP::Server::Encrypt FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-09-02 HTTP::Server::Simple::Er FAIL 2 1 1/2 subtests failed; 1/3 test programs failed 2026-08-27 HTTP::Session FAIL 132 6 subtests failed in test files 2026-09-01 HTTP::Session2 FAIL 42 40 2/42 subtests failed; 3/9 test programs failed 2026-08-21 @@ -3591,7 +3602,7 @@ Huawei::Info::Ipaddr FAIL 1 1 subtests failed in test files 2026-08-27 HubSpot::Client FAIL No parseable output 2026-09-01 Hubot FAIL 16 13 3/16 subtests failed; 6/6 test programs failed 2026-08-17 Hubot::Adapter::Mypeople FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-28 -Hydrogen FAIL 618 617 1/618 subtests failed; 2/33 test programs failed 2026-08-17 +Hydrogen FAIL 618 617 1/618 subtests failed; 2/33 test programs failed 2026-09-02 ICC::Support::akima FAIL 83 6 77/83 subtests failed; 43/44 test programs failed 2026-08-24 IDfCheckedOutObject FAIL Unknown test outcome 2026-08-21 IMDB::JSON FAIL 3 1 2/3 subtests failed; 2/3 test programs failed 2026-08-26 @@ -3636,7 +3647,7 @@ IO::Compress::Bzip2 FAIL Unknown test outcome 2026-08-21 IO::Compress::Xz FAIL 26 20 6/26 subtests failed; 37/45 test programs failed 2026-09-02 IO::Die FAIL 388 380 8/388 subtests failed; 1/5 test programs failed 2026-08-28 IO::Dir::Dirfd FAIL 2026-08-27 -IO::Dirent FAIL 2026-08-18 +IO::Dirent FAIL 2026-09-02 IO::Divert FAIL 12 1 subtests failed in test files 2026-09-01 IO::EventMux FAIL 53 49 4/53 subtests failed; 12/29 test programs failed 2026-08-28 IO::EventMux::Socket::MsgHdr FAIL 3/4 test programs failed; 0/0 subtests failed 2026-09-01 @@ -3657,6 +3668,7 @@ IO::KQueue FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-23 IO::Lambda FAIL TIMEOUT (soft limit 120s exceeded; no output for 113s) 2026-08-26 IO::Lambda::Inotify FAIL TIMEOUT (soft limit 120s exceeded; no output for 91s) 2026-08-20 IO::Mark FAIL 15 14 1/15 subtests failed; 2/4 test programs failed 2026-08-29 +IO::Multiplex FAIL 2026-09-02 IO::Multiplex::KQueue FAIL 4/4 test programs failed; 0/0 subtests failed 2026-08-17 IO::Prompt::Timeout FAIL 5 4 1/5 subtests failed; 1/3 test programs failed 2026-08-24 IO::Pty::Easy FAIL 1 6/7 test programs failed; 0/1 subtests failed 2026-08-28 @@ -3673,6 +3685,7 @@ IO::Stream FAIL 1 0 1/1 subtests failed; 27/30 test programs failed 2026-08-19 IO::Stream::Crypt::RC4 FAIL 1 1/6 test programs failed; 0/1 subtests failed 2026-08-23 IO::Stream::Proxy::HTTPS FAIL 1 2/7 test programs failed; 0/1 subtests failed 2026-08-23 IO::Stream::Proxy::SOCKSv4 FAIL 1 0 1/1 subtests failed; 2/6 test programs failed 2026-08-20 +IO::Stream::Proxy::SOCKSv4::v2.0.1 FAIL 1 1 subtests failed in test files 2026-09-02 IO::StructuredOutput FAIL 16 1/1 test programs failed; 0/16 subtests failed 2026-08-21 IO::Stty FAIL 61 58 3/61 subtests failed; 6/11 test programs failed 2026-08-23 IO::Tail FAIL 73 1/11 test programs failed; 0/73 subtests failed 2026-08-26 @@ -3706,12 +3719,12 @@ IPC::Lite FAIL Unknown test outcome 2026-08-23 IPC::MM FAIL 2026-08-23 IPC::MPS FAIL 1 0 1/1 subtests failed; 2/3 test programs failed 2026-09-02 IPC::Manager::ServicePeer FAIL 2 0 2/2 subtests failed; 1/2 test programs failed 2026-08-23 -IPC::MicroSocket FAIL 3 6/7 test programs failed; 0/3 subtests failed 2026-08-21 +IPC::MicroSocket FAIL 3 6/7 test programs failed; 0/3 subtests failed 2026-09-02 IPC::Msg FAIL 8 4 4/8 subtests failed; 5/6 test programs failed 2026-08-24 IPC::Open3::Callback FAIL 36 34 2/36 subtests failed; 2/6 test programs failed 2026-08-17 IPC::Open3::Callback::NullLogger FAIL 32 31 1/32 subtests failed; 2/6 test programs failed 2026-09-02 IPC::PerlSSH::Base FAIL Unknown test outcome 2026-08-26 -IPC::Pipeline FAIL 5 4/5 test programs failed; 0/5 subtests failed 2026-08-19 +IPC::Pipeline FAIL 5 4/5 test programs failed; 0/5 subtests failed 2026-09-02 IPC::Pleather FAIL 1 3/5 test programs failed; 0/1 subtests failed 2026-08-26 IPC::PubSub FAIL 75 1/2 test programs failed; 0/75 subtests failed 2026-08-20 IPC::Run FAIL Unknown test outcome 2026-08-23 @@ -3733,7 +3746,6 @@ IPC::Simple::Util FAIL 1 4/6 test programs failed; 0/1 subtests failed 2026-08- IPC::SysV FAIL 8 4 4/8 subtests failed; 5/6 test programs failed 2026-08-21 IPTables::IPv4::DBTarpit FAIL 10/11 test programs failed; 0/0 subtests failed 2026-08-27 IPTables::IPv4::Table FAIL No parseable output 2026-08-21 -IPTables::Log FAIL 3 0 3/3 subtests failed; 3/3 test programs failed 2026-08-21 IPTables::Mangle FAIL 9 8 1/9 subtests failed; 1/1 test programs failed 2026-08-24 IPTables::libiptc FAIL 2 1 1/2 subtests failed; 9/9 test programs failed 2026-09-01 IRC::Indexer FAIL Unknown test outcome 2026-08-21 @@ -3745,7 +3757,8 @@ Ima::DBI FAIL 29 25 4/29 subtests failed; 1/3 test programs failed 2026-08-24 Image::Base::Gtk2::Gdk::Drawable FAIL 7/7 test programs failed; 0/0 subtests failed 2026-08-29 Image::CairoSVG FAIL 2/2 test programs failed; 0/0 subtests failed 2026-08-21 Image::Checkerboard FAIL 3 1 2/3 subtests failed; 4/4 test programs failed 2026-09-01 -Image::DS9 FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-19 +Image::DS9 FAIL TIMEOUT (runtime >300s; last output 3s ago) 2026-09-02 +Image::DS9::v1.0.1 FAIL Unknown test outcome 2026-09-02 Image::Density::TIFF FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-28 Image::Flight::Suborbital FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-27 Image::GeoTIFF::Tiled FAIL 66 13/16 test programs failed; 0/66 subtests failed 2026-08-28 @@ -3801,7 +3814,7 @@ Inline::Java FAIL Configure failed 2026-09-02 Inline::MakeMaker FAIL Unknown test outcome 2026-08-21 Inline::Octave FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-28 Inline::SLang::datatype FAIL Configure failed 2026-08-29 -Integrator::Module::Build FAIL 267 266 1/267 subtests failed; 1/14 test programs failed 2026-08-19 +Integrator::Module::Build FAIL 267 264 3/267 subtests failed; 3/14 test programs failed 2026-09-02 InterMine::TypeLibrary FAIL 1 1 subtests failed in test files 2026-08-19 Interchange6::Schema FAIL Unknown test outcome 2026-08-20 Interval FAIL 7/7 test programs failed; 0/0 subtests failed 2026-08-23 @@ -3859,7 +3872,7 @@ JSON::Typist FAIL 20 19 1/20 subtests failed; 1/3 test programs failed 2026-08-2 JSON::Validator FAIL Unknown test outcome 2026-08-20 JSON::Validator::Exception FAIL TIMEOUT (runtime >300s; last output 2s ago) 2026-08-28 JSON::Validator::Ref FAIL Unknown test outcome 2026-08-24 -JSON::WebToken FAIL 23 22 1/23 subtests failed; 1/6 test programs failed 2026-08-20 +JSON::WebToken FAIL 27 26 1/27 subtests failed; 1/9 test programs failed 2026-09-02 JSON::WebToken::Crypt FAIL 24 23 1/24 subtests failed; 1/9 test programs failed 2026-08-17 JSON::XS::ByteString FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-21 JSON::YAJL FAIL 3 3/4 test programs failed; 0/3 subtests failed 2026-09-01 @@ -3926,14 +3939,14 @@ Keystone::ContentURL::Elsevier FAIL 127 3/7 test programs failed; 0/127 subtest Keyword::Declare FAIL 20/20 test programs failed; 0/0 subtests failed 2026-08-22 Keyword::Simple FAIL 1 1 subtests failed in test files 2026-08-16 Keyword::With FAIL 1 0 1/1 subtests failed; 2/2 test programs failed 2026-08-28 -Khonsu FAIL Unknown test outcome 2026-08-21 +Khonsu FAIL TIMEOUT (soft limit 120s exceeded; no output for 97s) 2026-09-02 KiokuDB FAIL Unknown test outcome 2026-08-23 KiokuDB::Backend::CouchDB FAIL 1 0 1/1 subtests failed; 1/2 test programs failed 2026-08-27 KiokuX::Model FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-23 Klonk FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-21 Kolab::Conf FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-09-02 Kolab::Cyrus FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-28 -Kolab::DirServ FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-14 +Kolab::DirServ FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-09-02 Kolab::LDAP::Backend FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-28 Kolab::LDAP::Backend::ad FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-09-02 Kolab::LDAP::Backend::dirservd FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-28 @@ -3962,7 +3975,7 @@ LMDB_File FAIL 2 0 2/2 subtests failed; 5/5 test programs failed 2026-08-24 LS FAIL TIMEOUT (soft limit 120s exceeded; no output for 104s) 2026-08-26 LSF::Hosts FAIL 2 1 1/2 subtests failed; 1/1 test programs failed 2026-08-29 LSF::Job FAIL Configure failed 2026-08-24 -LWP::Authen::Negotiate FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-19 +LWP::Authen::Negotiate FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-09-02 LWP::AuthenAgent FAIL 2026-08-19 LWP::ConnCache::MaxKeepAliveRequests FAIL 7 1 6/7 subtests failed; 1/2 test programs failed 2026-08-24 LWP::Curl FAIL 11 4 7/11 subtests failed; 6/8 test programs failed 2026-08-20 @@ -4092,7 +4105,7 @@ Linux::USBKeyboard FAIL 1 0 1/1 subtests failed; 2/2 test programs failed 2026-0 LinuxRealTime FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-18 LiquidCrystal_I2C FAIL 1 1 subtests failed in test files 2026-08-21 List::BinarySearch FAIL 31 28 3/31 subtests failed; 1/15 test programs failed 2026-08-20 -List::BinarySearch::XS FAIL 8 6 subtests failed in test files 2026-08-20 +List::BinarySearch::XS FAIL 8 6 subtests failed in test files 2026-09-02 List::Comprehensions FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-29 List::Helpers::XS FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-28 List::History FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-08-28 @@ -4116,7 +4129,7 @@ Locale::ID::Locality FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08- Locale::MO::File FAIL 29 19 10/29 subtests failed; 6/15 test programs failed 2026-08-27 Locale::Maketext::Extract FAIL 320 260 60/320 subtests failed; 8/17 test programs failed 2026-08-27 Locale::Maketext::Extract::Plugin::Xslate FAIL TIMEOUT (runtime >300s; last output 6s ago) 2026-08-28 -Locale::Maketext::Lexicon FAIL 361 309 52/361 subtests failed; 6/17 test programs failed 2026-08-21 +Locale::Maketext::Lexicon FAIL 320 304 16/320 subtests failed; 5/17 test programs failed 2026-09-02 Locale::Maketext::Lexicon::DB FAIL 1/4 test programs failed; 0/0 subtests failed 2026-09-01 Locale::Maketext::Test FAIL 22 21 1/22 subtests failed; 7/9 test programs failed 2026-08-29 Locale::Maketext::Utils FAIL TIMEOUT (runtime >300s; last output 8s ago) 2026-08-28 @@ -4124,7 +4137,7 @@ Locale::Nationality::en FAIL No parseable output 2026-08-28 Locale::Simple FAIL 47 41 6/47 subtests failed; 3/11 test programs failed 2026-08-19 Locale::TextDomain::OO FAIL 339 334 5/339 subtests failed; 22/42 test programs failed 2026-08-29 Locale::Unicode::Data FAIL 741 725 16/741 subtests failed; 2/11 test programs failed 2026-08-27 -Locale::Wolowitz FAIL 8 3/7 test programs failed; 0/8 subtests failed 2026-08-20 +Locale::Wolowitz FAIL 8 3/7 test programs failed; 0/8 subtests failed 2026-09-02 Locale::gettext FAIL 5/5 test programs failed; 0/0 subtests failed 2026-08-20 LockFile::Lock FAIL 12 10 2/12 subtests failed; 2/3 test programs failed 2026-08-27 LockFile::NetLock FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-19 @@ -4152,11 +4165,12 @@ Log::LogMethods FAIL 40 1/4 test programs failed; 0/40 subtests failed 2026-08- Log::Minimal::Indent FAIL 1 0 1/1 subtests failed; 3/3 test programs failed 2026-09-02 Log::MixedColor FAIL 21 19 2/21 subtests failed; 1/1 test programs failed 2026-08-17 Log::ProgramInfo FAIL 2 1 1/2 subtests failed; 1/1 test programs failed 2026-08-11 -Log::Report FAIL 286 282 4/286 subtests failed; 1/17 test programs failed 2026-08-20 +Log::Report FAIL 286 282 4/286 subtests failed; 1/17 test programs failed 2026-09-02 Log::Scrubber FAIL 67 63 4/67 subtests failed; 2/12 test programs failed 2026-08-19 Log::Syslog::DangaSocket FAIL 13 1/2 test programs failed; 0/13 subtests failed 2026-08-26 Log::Syslog::Fast FAIL 329 319 10/329 subtests failed; 13/18 test programs failed 2026-08-20 Log::Trace FAIL 83 74 9/83 subtests failed; 4/13 test programs failed 2026-08-25 +LogCarp FAIL Unknown test outcome 2026-09-02 LogFilter FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-26 Long::Jump FAIL 28 1/2 test programs failed; 0/28 subtests failed 2026-09-02 Loo FAIL 63/66 test programs failed; 0/0 subtests failed 2026-08-20 @@ -4258,7 +4272,7 @@ Mac::Choose FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-27 Mac::Comm::OT_PPP FAIL Unknown test outcome 2026-08-17 Mac::EyeTV FAIL 8 6 2/8 subtests failed; 1/2 test programs failed 2026-09-01 Mac::FSEvents FAIL 3 2 1/3 subtests failed; 6/7 test programs failed 2026-08-24 -Mac::MotionSensor FAIL 2 0 2/2 subtests failed; 2/2 test programs failed 2026-08-17 +Mac::MotionSensor FAIL 2 0 2/2 subtests failed; 2/2 test programs failed 2026-09-02 Mac::Pasteboard FAIL 1 1 subtests failed in test files 2026-08-28 Mac::Processes FAIL Configure failed 2026-08-28 Mac::PropertyList FAIL 281 280 1/281 subtests failed; 3/25 test programs failed 2026-08-14 @@ -4351,7 +4365,7 @@ Math::Currency FAIL 185 173 12/185 subtests failed; 1/17 test programs failed 20 Math::Decimal FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-08-28 Math::ES FAIL 2026-08-29 Math::ExprEval FAIL No parseable output 2026-09-02 -Math::Factoring FAIL 4 3 1/4 subtests failed; 2/4 test programs failed 2026-08-17 +Math::Factoring FAIL 5 4 1/5 subtests failed; 2/4 test programs failed 2026-09-02 Math::FakeBfloat16 FAIL 8/8 test programs failed; 0/0 subtests failed 2026-08-17 Math::FakeDD FAIL 23/23 test programs failed; 0/0 subtests failed 2026-08-28 Math::Float128 FAIL 4 2 2/4 subtests failed; 23/24 test programs failed 2026-08-17 @@ -4404,7 +4418,7 @@ McBain::WithGearmanXS FAIL 1 1 subtests failed in test files 2026-08-29 McBain::WithPSGI FAIL 22 15 7/22 subtests failed; 1/3 test programs failed 2026-08-21 Mcrypt FAIL 7/7 test programs failed; 0/0 subtests failed 2026-08-25 MechaCPAN::DestGuard FAIL Unknown test outcome 2026-08-21 -Mecom FAIL 8 3 subtests failed in test files 2026-08-18 +Mecom FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-09-02 Media::Convert FAIL TIMEOUT (runtime >300s; last output 5s ago) 2026-08-26 MediaWiki::DumpFile FAIL 113 112 1/113 subtests failed; 6/9 test programs failed 2026-08-21 Mediafire::Api FAIL 2 1 1/2 subtests failed; 1/1 test programs failed 2026-08-27 @@ -4422,9 +4436,9 @@ MetaCPAN::Client::Pod::PDF FAIL TIMEOUT (runtime >300s; last output 24s ago) 2 MetaCPAN::Client::Rating FAIL 197 196 1/197 subtests failed; 2/25 test programs failed 2026-08-26 MetaCPAN::Moose FAIL 1/6 test programs failed; 0/0 subtests failed 2026-08-24 MetaStore FAIL 36 1/4 test programs failed; 0/36 subtests failed 2026-08-17 -Metabase FAIL 27 26 1/27 subtests failed; 1/6 test programs failed 2026-08-23 +Metabase FAIL Unknown test outcome 2026-09-02 Metabase::Archive::PostgreSQL FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-09-01 -Metabase::Archive::Schema FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-16 +Metabase::Archive::Schema FAIL TIMEOUT (runtime >300s; last output 37s ago) 2026-09-02 Metabrik FAIL 16 14 2/16 subtests failed; 2/3 test programs failed 2026-08-29 Metabrik::Email::Imap FAIL 230 135 95/230 subtests failed; 35/39 test programs failed 2026-08-27 Metadata::DB::Indexer FAIL 1 1/1 test programs failed; 0/1 subtests failed 2026-08-28 @@ -4451,7 +4465,7 @@ MiscUtils FAIL Configure failed 2026-08-21 Mixin::Linewise::Readers FAIL 15 2/4 test programs failed; 0/15 subtests failed 2026-09-01 Mknod FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-29 Mmap FAIL Configure failed 2026-08-19 -Mobile::Data::ITU FAIL Configure failed 2026-08-20 +Mobile::Data::ITU FAIL Configure failed 2026-09-02 Mobile::Data::SID FAIL Configure failed 2026-09-02 Mobile::Location FAIL Missing: Math/Pari.pm 2026-09-02 Mock::Config FAIL 1 1/4 test programs failed; 0/1 subtests failed 2026-08-25 @@ -4508,7 +4522,7 @@ MogileFS::Config FAIL 12 21/23 test programs failed; 0/12 subtests failed 2026- MogileFS::Plugin::FileRefs FAIL 1 0 1/1 subtests failed; 2/2 test programs failed 2026-08-26 MogileFS::Plugin::MultiHook FAIL 3 1 2/3 subtests failed; 4/4 test programs failed 2026-08-24 MogileFS::Plugin::RandomWrites FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-27 -MogileFS::Server FAIL 12 21/23 test programs failed; 0/12 subtests failed 2026-08-27 +MogileFS::Server FAIL 12 21/23 test programs failed; 0/12 subtests failed 2026-09-02 MogileFS::Sys FAIL 12 14/16 test programs failed; 0/12 subtests failed 2026-08-20 Mojo::ATProto::OAuth::Resolver FAIL TIMEOUT (soft limit 120s exceeded; no output for 79s) 2026-09-01 Mojo::Base::Role::PromiseClass FAIL 13 1/4 test programs failed; 0/13 subtests failed 2026-08-18 @@ -4568,7 +4582,7 @@ Mojolicious::Command::Author::generate::role FAIL 2 1/4 test programs failed; 0 Mojolicious::Command::bulkget FAIL 4 1/2 test programs failed; 0/4 subtests failed 2026-08-27 Mojolicious::Command::jobcontrol FAIL 1/3 test programs failed; 0/0 subtests failed 2026-09-02 Mojolicious::Controller::REST FAIL 1 2/2 test programs failed; 0/1 subtests failed 2026-08-28 -Mojolicious::Plugin::Angular::MaterialDesign FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-08-19 +Mojolicious::Plugin::Angular::MaterialDesign FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-09-02 Mojolicious::Plugin::AssetPack FAIL 238 237 1/238 subtests failed; 2/39 test programs failed 2026-08-26 Mojolicious::Plugin::BasicAuthPlus FAIL 86 78 8/86 subtests failed; 1/6 test programs failed 2026-08-21 Mojolicious::Plugin::BootstrapHelpers FAIL 45 14/16 test programs failed; 0/45 subtests failed 2026-09-02 @@ -4620,7 +4634,7 @@ Mojolicious::Plugin::ZombieApocalypse FAIL 1/1 test programs failed; 0/0 subte Mojolicious::Static::Role::Compressed FAIL 972 64 subtests failed in test files 2026-08-28 Mom FAIL 5/5 test programs failed; 0/0 subtests failed 2026-09-01 MonetDB::CLI FAIL 32 4 28/32 subtests failed; 2/3 test programs failed 2026-08-23 -MonetDB::CLI::MapiPP FAIL 32 4 28/32 subtests failed; 2/3 test programs failed 2026-08-20 +MonetDB::CLI::MapiPP FAIL 32 4 28/32 subtests failed; 2/3 test programs failed 2026-09-02 MonetDB::CLI::MapiXS FAIL 2 0 2/2 subtests failed; 4/4 test programs failed 2026-08-22 MongoDB FAIL Unknown test outcome 2026-08-16 MongoDB::BSON FAIL TIMEOUT (runtime >300s; last output 4s ago) 2026-08-23 @@ -4636,6 +4650,7 @@ Monoceros FAIL 4 2 subtests failed in test files 2026-09-01 Moo::Role FAIL 841 839 2/841 subtests failed; 2/71 test programs failed 2026-08-23 MooX::Async FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-23 MooX::Const FAIL 65 57 8/65 subtests failed; 4/9 test programs failed 2026-08-19 +MooX::Const::v0.7.2 FAIL 65 57 8/65 subtests failed; 4/9 test programs failed 2026-09-02 MooX::HandlesVia FAIL 292 232 60/292 subtests failed; 2/18 test programs failed 2026-08-24 MooX::InsideOut FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-18 MooX::Keyword FAIL 1 1 subtests failed in test files 2026-08-21 @@ -4711,12 +4726,12 @@ MooseX::InstanceTracking::Role::Constructor FAIL 4/5 test programs failed; 0/0 MooseX::Lexical::Types FAIL 2/2 test programs failed; 0/0 subtests failed 2026-08-26 MooseX::LocalAttribute FAIL 16 1/10 test programs failed; 0/16 subtests failed 2026-08-28 MooseX::LogDispatch::Compat::FileBased FAIL 22 1/5 test programs failed; 0/22 subtests failed 2026-09-02 -MooseX::Meta::Attribute::Index FAIL 14 1/5 test programs failed; 0/14 subtests failed 2026-08-20 +MooseX::Meta::Attribute::Index FAIL 14 1/5 test programs failed; 0/14 subtests failed 2026-09-02 MooseX::Meta::Attribute::Lvalue FAIL 4/4 test programs failed; 0/0 subtests failed 2026-08-25 MooseX::Method FAIL 109 99 10/109 subtests failed; 10/17 test programs failed 2026-08-25 MooseX::Method::Signatures FAIL 1 1 subtests failed in test files 2026-08-23 MooseX::NewDefaults FAIL 49 4/16 test programs failed; 0/49 subtests failed 2026-08-20 -MooseX::Params FAIL 25 21 4/25 subtests failed; 14/18 test programs failed 2026-08-20 +MooseX::Params FAIL 25 21 4/25 subtests failed; 14/18 test programs failed 2026-09-02 MooseX::Role::HTML::Grabber FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-08-29 MooseX::Role::UpdateAttributes FAIL 4 1/3 test programs failed; 0/4 subtests failed 2026-08-27 MooseX::Role::XMLRPC::Client FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-22 @@ -4818,7 +4833,8 @@ NVM::Perl FAIL 71 66 5/71 subtests failed; 1/8 test programs failed 2026-08-26 Nagios::Plugin::ByGmond FAIL 1 1 subtests failed in test files 2026-08-28 Nagios::Plugin::SNMP FAIL No parseable output 2026-08-17 Nagios::WebTransact::Timed FAIL 5 3 2/5 subtests failed; 1/1 test programs failed 2026-08-27 -Narada FAIL TIMEOUT (runtime >300s; last output 50s ago) 2026-08-20 +Narada FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-09-02 +Narada::v2.3.8 FAIL Unknown test outcome 2026-09-02 Nasm::X86 FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-29 NativeCall FAIL 3/3 test programs failed; 0/0 subtests failed 2026-08-17 Neo4j::Cypher::Abstract FAIL 189 187 2/189 subtests failed; 2/10 test programs failed 2026-08-19 @@ -4855,7 +4871,7 @@ Net::Connection::FreeBSD_sockstat FAIL TIMEOUT (soft limit 120s exceeded; no o Net::Connection::lsof FAIL TIMEOUT (soft limit 120s exceeded; no output for 112s) 2026-08-29 Net::Curl FAIL 2 1 1/2 subtests failed; 47/68 test programs failed 2026-08-23 Net::Curl::Promiser FAIL 9/9 test programs failed; 0/0 subtests failed 2026-09-01 -Net::DBus FAIL 110 54 56/110 subtests failed; 18/21 test programs failed 2026-08-21 +Net::DBus FAIL 110 54 56/110 subtests failed; 18/21 test programs failed 2026-09-02 Net::DNS FAIL 1415 40/106 test programs failed; 0/1415 subtests failed 2026-08-17 Net::DNS::AutoDNS FAIL TIMEOUT (soft limit 120s exceeded; no output for 115s) 2026-08-28 Net::DNS::Dynamic::Adfilter FAIL 5 4 1/5 subtests failed; 1/1 test programs failed 2026-08-17 @@ -5020,7 +5036,7 @@ NetStumbler::Speech FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026- NetworkInfo::Discovery::Nmap FAIL 67 65 2/67 subtests failed; 1/10 test programs failed 2026-08-24 NetworkInfo::Discovery::Rendezvous FAIL TIMEOUT (soft limit 120s exceeded; no output for 104s) 2026-08-24 NewRelic::Agent::FFI FAIL 3 1 2/3 subtests failed; 5/6 test programs failed 2026-08-26 -NewSpirit FAIL No parseable output 2026-08-17 +NewSpirit FAIL No parseable output 2026-09-02 NewSpirit::CIPP::Include FAIL No parseable output 2026-08-27 Newt FAIL 2026-08-23 NexposeSimpleXML::Parser FAIL 18 13 5/18 subtests failed; 2/4 test programs failed 2026-08-28 @@ -5153,7 +5169,6 @@ OpenSSH::Fingerprint FAIL 1 1 subtests failed in test files 2026-08-23 OpenSearch FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-08-26 OpenSearch::MooseTypes FAIL Unknown test outcome 2026-08-21 OpenServices::SNMP::Plugin::CVE FAIL 1 1 subtests failed in test files 2026-08-21 -OpenSourceOrg::API FAIL No parseable output 2026-08-20 OpenTelemetry::Any FAIL 15 13 2/15 subtests failed; 1/3 test programs failed 2026-08-27 OpenTelemetry::Instrumentation::caller FAIL 1 2/3 test programs failed; 0/1 subtests failed 2026-08-18 OpenTelemetry::SDK FAIL 1 Syntax error 2026-09-01 @@ -5220,8 +5235,8 @@ PDF::PDFUnit FAIL 5 0 5/5 subtests failed; 1/4 test programs failed 2026-08-24 PDF::Tiny FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-23 PDF::WebKit FAIL 3/3 test programs failed; 0/0 subtests failed 2026-08-19 PDF::pdf2json FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-09-01 -PDFLib FAIL Configure failed 2026-08-21 -PDFLib::PPS FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-21 +PDFLib FAIL Configure failed 2026-09-02 +PDFLib::PPS FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-09-02 PDFio::FFI FAIL 1 1 subtests failed in test files 2026-09-02 PDK::Device FAIL Unknown test outcome 2026-08-26 PDK::Utils FAIL 39 36 3/39 subtests failed; 1/6 test programs failed 2026-08-25 @@ -5273,7 +5288,7 @@ PDLDM::Common FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-26 PDLx::DetachedObject FAIL 3 1 2/3 subtests failed; 3/4 test programs failed 2026-08-24 PERLANCAR::Parse::Arithmetic FAIL 13 12 1/13 subtests failed; 2/7 test programs failed 2026-09-01 PERL_FRAGMENTS FAIL 2 1 1/2 subtests failed; 1/1 test programs failed 2026-08-19 -PFIX FAIL 63 60 3/63 subtests failed; 1/8 test programs failed 2026-08-20 +PFIX FAIL 63 60 3/63 subtests failed; 1/8 test programs failed 2026-09-02 PFT FAIL 47 45 2/47 subtests failed; 8/13 test programs failed 2026-08-22 PGForth FAIL No parseable output 2026-09-02 PGObject::Type::ByteString FAIL 1 1 subtests failed in test files 2026-08-27 @@ -5291,7 +5306,7 @@ PICA::Filemap FAIL 244 242 2/244 subtests failed; 4/12 test programs failed 2026 PICA::XMLWriter FAIL 206 203 3/206 subtests failed; 3/12 test programs failed 2026-08-21 PITA::Guest::Driver::Qemu FAIL TIMEOUT (runtime >300s; last output 3s ago) 2026-08-26 PITA::POE::SupportServer FAIL 12 4 8/12 subtests failed; 8/11 test programs failed 2026-09-02 -PITA::Scheme FAIL 12 6 6/12 subtests failed; 5/5 test programs failed 2026-08-13 +PITA::Scheme FAIL 12 6 6/12 subtests failed; 5/5 test programs failed 2026-09-02 PITA::Test::Dummy::Perl5::MI FAIL No parseable output 2026-09-02 PLDelphi FAIL Configure failed 2026-08-22 PLJava FAIL Configure failed 2026-08-20 @@ -5315,7 +5330,7 @@ POE::Component::Client::FTP FAIL Unknown test outcome 2026-08-19 POE::Component::Client::HTTP FAIL Unknown test outcome 2026-08-25 POE::Component::Client::HTTPDeferred FAIL 2 1/4 test programs failed; 0/2 subtests failed 2026-08-26 POE::Component::Client::Keepalive FAIL 32 11/18 test programs failed; 0/32 subtests failed 2026-08-23 -POE::Component::Client::MPD FAIL Unknown test outcome 2026-08-18 +POE::Component::Client::MPD FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-09-02 POE::Component::Client::MogileFS FAIL 5 4 1/5 subtests failed; 1/3 test programs failed 2026-08-29 POE::Component::Client::NNTP FAIL Unknown test outcome 2026-08-20 POE::Component::Client::NSCA FAIL Unknown test outcome 2026-08-21 @@ -5399,7 +5414,7 @@ POE::Filter::JSON FAIL 6 5 1/6 subtests failed; 1/2 test programs failed 2026-08 POE::Filter::JSON::Incr FAIL 17 16 1/17 subtests failed; 1/1 test programs failed 2026-08-19 POE::Filter::LOLCAT FAIL 28 26 2/28 subtests failed; 1/4 test programs failed 2026-08-23 POE::Filter::LZO FAIL 2 0 2/2 subtests failed; 2/4 test programs failed 2026-08-26 -POE::Filter::Log::IPTables FAIL 142 141 1/142 subtests failed; 1/2 test programs failed 2026-08-21 +POE::Filter::Log::IPTables FAIL 142 141 1/142 subtests failed; 1/2 test programs failed 2026-09-02 POE::Filter::MessagePack FAIL 1 0 1/1 subtests failed; 2/2 test programs failed 2026-08-28 POE::Filter::Regexp FAIL No parseable output 2026-08-26 POE::Filter::SimpleHTTP FAIL 40 39 1/40 subtests failed; 1/3 test programs failed 2026-08-23 @@ -5457,7 +5472,7 @@ PYX FAIL 94 1/17 test programs failed; 0/94 subtests failed 2026-08-24 PYX::XMLSchema::List FAIL 24 1/8 test programs failed; 0/24 subtests failed 2026-08-24 Package FAIL Unknown test outcome 2026-08-24 Package::Base FAIL 53 1/4 test programs failed; 0/53 subtests failed 2026-08-28 -Package::New FAIL 36 1/4 test programs failed; 0/36 subtests failed 2026-08-20 +Package::New FAIL 36 1/4 test programs failed; 0/36 subtests failed 2026-09-02 Padre::Config::Upgrade FAIL TIMEOUT (soft limit 120s exceeded; no output for 91s) 2026-08-28 Padre::Document::JavaScript FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-15 Padre::Document::YAML FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-16 @@ -5479,6 +5494,7 @@ Padre::Plugin::Vi FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2 Padre::Plugin::XML FAIL TIMEOUT (soft limit 120s exceeded; no output for 82s) 2026-09-01 Padre::Plugin::XS FAIL TIMEOUT (soft limit 120s exceeded; no output for 83s) 2026-08-28 PaletteModify FAIL 12 11 1/12 subtests failed; 23/25 test programs failed 2026-08-27 +Palm::Keyring FAIL 204 203 1/204 subtests failed; 1/5 test programs failed 2026-09-02 Paludis::ResumeState::Serialization FAIL 4 1 3/4 subtests failed; 8/9 test programs failed 2026-08-28 Panda::Install FAIL No parseable output 2026-08-26 Pangloss::Apache::Handler FAIL 377 375 2/377 subtests failed; 20/38 test programs failed 2026-08-17 @@ -5505,7 +5521,6 @@ Params::Validate::Strict FAIL 1 2 subtests failed in test files 2026-08-23 Paranoid FAIL 1034 974 60/1034 subtests failed; 5/34 test programs failed 2026-08-19 Paranoid::Lockfile FAIL 549 545 4/549 subtests failed; 2/27 test programs failed 2026-08-27 Parqus FAIL 3 2 1/3 subtests failed; 1/1 test programs failed 2026-09-01 -Parse::CPAN::Packages::Fast FAIL 18 1/3 test programs failed; 0/18 subtests failed 2026-08-21 Parse::CSV FAIL 101 100 1/101 subtests failed; 1/6 test programs failed 2026-08-26 Parse::Dexcom::Tab FAIL 5 3 2/5 subtests failed; 1/1 test programs failed 2026-08-17 Parse::Earley FAIL 2026-08-28 @@ -5549,7 +5564,7 @@ Perinci::Sub::Gen::AccessTable::DBI FAIL TIMEOUT (runtime >300s; last output 0 Perinci::Sub::To::CLIDocData FAIL TIMEOUT (runtime >300s; last output 3s ago) 2026-08-28 Perinci::Sub::ValidateArgs FAIL TIMEOUT (runtime >300s; last output 5s ago) 2026-08-17 Perl5::CoreSmokeDB::Schema FAIL 2 0 2/2 subtests failed; 6/6 test programs failed 2026-08-17 -Perl6::Attributes FAIL 8 1 7/8 subtests failed; 1/1 test programs failed 2026-08-20 +Perl6::Attributes FAIL 8 1 7/8 subtests failed; 1/1 test programs failed 2026-09-02 Perl6::Binding FAIL 4/4 test programs failed; 0/0 subtests failed 2026-08-21 Perl6::Controls FAIL 3 1 2/3 subtests failed; 10/11 test programs failed 2026-08-29 Perl6::GatherTake FAIL 8 2 6/8 subtests failed; 6/7 test programs failed 2026-08-22 @@ -5579,7 +5594,7 @@ Perl::ToPerl6 FAIL 1943 1942 1/1943 subtests failed; 2/32 test programs failed 2 Perl::Unsafe::Signals FAIL 2 1 1/2 subtests failed; 2/3 test programs failed 2026-08-21 Perl::Version FAIL Unknown test outcome 2026-08-26 Perl::Visualize FAIL 4 2 2/4 subtests failed; 1/1 test programs failed 2026-08-29 -PerlBean FAIL 13 1/13 test programs failed; 0/13 subtests failed 2026-08-18 +PerlBean FAIL 13 1/13 test programs failed; 0/13 subtests failed 2026-09-02 PerlFM FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-08-20 PerlGSL::DiffEq FAIL 4 0 4/4 subtests failed; 6/6 test programs failed 2026-08-27 PerlGSL::Integration::MultiDim FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-27 @@ -5628,7 +5643,7 @@ PerlX::Let FAIL 1 1/16 test programs failed; 0/1 subtests failed 2026-08-20 PerlX::Maybe::XS FAIL 1 0 1/1 subtests failed; 3/3 test programs failed 2026-08-29 PerlX::Perform FAIL 1 2/3 test programs failed; 0/1 subtests failed 2026-08-21 PerlX::Perform::Manifesto FAIL 1 2/3 test programs failed; 0/1 subtests failed 2026-09-02 -PerlX::QuoteOperator FAIL 6 4 2/6 subtests failed; 6/9 test programs failed 2026-08-18 +PerlX::QuoteOperator FAIL 6 18 subtests failed in test files 2026-09-02 PerlX::QuoteOperator::Inescapable FAIL 3/3 test programs failed; 0/0 subtests failed 2026-08-23 PerlX::ScopeFunction FAIL 2026-08-28 PerlX::bash FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-08-28 @@ -5681,14 +5696,13 @@ Plack::Middleware::Deflater FAIL 9 2026-09-02 Plack::Middleware::Delay FAIL 5 2/4 test programs failed; 0/5 subtests failed 2026-09-01 Plack::Middleware::DevFavicon FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-27 Plack::Middleware::FormatOutput FAIL 1 1 subtests failed in test files 2026-08-29 -Plack::Middleware::GitStatus FAIL 1 0 1/1 subtests failed; 3/3 test programs failed 2026-08-19 Plack::Middleware::Image::Dummy FAIL 3 2 1/3 subtests failed; 6/8 test programs failed 2026-08-13 Plack::Middleware::Image::Scale FAIL 2 0 2/2 subtests failed; 8/18 test programs failed 2026-08-27 Plack::Middleware::LogHarakiri FAIL 8 2 6/8 subtests failed; 2/2 test programs failed 2026-08-18 Plack::Middleware::MCCS FAIL 67 66 1/67 subtests failed; 1/3 test programs failed 2026-08-23 Plack::Middleware::Matomo FAIL Syntax error 2026-09-02 Plack::Middleware::OpenTelemetry FAIL 3/3 test programs failed; 0/0 subtests failed 2026-08-28 -Plack::Middleware::Pjax FAIL 1/3 test programs failed; 0/0 subtests failed 2026-08-18 +Plack::Middleware::Pjax FAIL 1/3 test programs failed; 0/0 subtests failed 2026-09-02 Plack::Middleware::Pod FAIL 3 2 1/3 subtests failed; 1/2 test programs failed 2026-09-01 Plack::Middleware::Profiler::KYTProf::Profile::DefaultProfile FAIL 5 3 2/5 subtests failed; 2/4 test programs failed 2026-09-01 Plack::Middleware::RDF::Flow FAIL TIMEOUT (runtime >300s; last output 4s ago) 2026-08-28 @@ -5711,7 +5725,7 @@ Pod::Confluence FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-09-02 Pod::Coverage::MethodSignatures FAIL 5 2 3/5 subtests failed; 3/5 test programs failed 2026-08-13 Pod::Coverage::mop FAIL 1 0 1/1 subtests failed; 5/5 test programs failed 2026-09-02 Pod::Extract::URI FAIL 92 86 6/92 subtests failed; 2/13 test programs failed 2026-08-16 -Pod::Markdown FAIL 347 1/18 test programs failed; 0/347 subtests failed 2026-08-21 +Pod::Markdown FAIL 347 1/18 test programs failed; 0/347 subtests failed 2026-09-02 Pod::MultiLang FAIL 22 20 2/22 subtests failed; 9/10 test programs failed 2026-09-02 Pod::POM FAIL 101 32 69/101 subtests failed; 17/18 test programs failed 2026-08-29 Pod::POM::View::DocBook FAIL 17 10 7/17 subtests failed; 1/7 test programs failed 2026-08-29 @@ -5753,6 +5767,7 @@ Proc::CPUUsage FAIL 1 0 1/1 subtests failed; 2/5 test programs failed 2026-08-27 Proc::Daemon FAIL 1 2/3 test programs failed; 0/1 subtests failed 2026-08-20 Proc::Fork FAIL 12 1/2 test programs failed; 0/12 subtests failed 2026-08-21 Proc::Hevy FAIL 12 3/6 test programs failed; 0/12 subtests failed 2026-08-28 +Proc::PID::File FAIL 2026-09-02 Proc::Parallel FAIL 2/2 test programs failed; 0/0 subtests failed 2026-09-02 Proc::ProcessTable::piddler FAIL TIMEOUT (runtime >300s; last output 2s ago) 2026-08-28 Proc::Terminator FAIL 1 1/1 test programs failed; 0/1 subtests failed 2026-08-27 @@ -5774,6 +5789,7 @@ Protocol::ACME FAIL 66 38 28/66 subtests failed; 3/5 test programs failed 2026-0 Protocol::WebSocket::Frame FAIL Unknown test outcome 2026-08-25 Provision::Unix FAIL Unknown test outcome 2026-08-18 Pugs::AST::Expression FAIL 165 133 32/165 subtests failed; 20/28 test programs failed 2026-08-19 +Pugs::Compiler::Rule FAIL 165 131 34/165 subtests failed; 20/28 test programs failed 2026-09-02 Pulp FAIL 1 1 subtests failed in test files 2026-08-18 PulseAudio FAIL 9 9 subtests failed in test files 2026-08-29 Puncheur FAIL 15 14 1/15 subtests failed; 1/5 test programs failed 2026-08-23 @@ -5805,7 +5821,7 @@ Quota FAIL 2026-08-26 Quote::LineProtocol FAIL 1 1 subtests failed in test files 2026-08-28 QxExample::MojoApp FAIL 3 1/1 test programs failed; 0/3 subtests failed 2026-08-20 R3 FAIL Unknown test outcome 2026-08-21 -R3::rfcapi FAIL Configure failed 2026-08-21 +R3::rfcapi FAIL Configure failed 2026-09-02 R::Writer FAIL 6 0 6/6 subtests failed; 6/8 test programs failed 2026-08-25 RADIUS::Dictionary FAIL Unknown test outcome 2026-08-26 RADIUS::UserFile FAIL Unknown test outcome 2026-08-17 @@ -5830,7 +5846,7 @@ RDF::RDFa::Parser::Profile FAIL 74 42 32/74 subtests failed; 6/9 test programs f RDF::RDFa::Template FAIL No parseable output 2026-09-02 RDF::Redland FAIL No parseable output 2026-08-23 RDF::Redland::DIG FAIL 5 2 3/5 subtests failed; 3/3 test programs failed 2026-08-22 -RDF::Server FAIL 29 18 11/29 subtests failed; 3/5 test programs failed 2026-08-19 +RDF::Server FAIL 31 18 13/31 subtests failed; 11/24 test programs failed 2026-09-02 RDF::TriN3 FAIL Unknown test outcome 2026-08-26 RDF::Trine::Exporter::GraphViz FAIL TIMEOUT (runtime >300s; last output 4s ago) 2026-08-26 RDF::Trine::Node::Literal::XML FAIL 87 76 11/87 subtests failed; 3/3 test programs failed 2026-08-23 @@ -5865,8 +5881,9 @@ RPC::Serialized FAIL 442 3/33 test programs failed; 0/442 subtests failed 2026- RPC::Switch::Client::Tiny FAIL 55 1/6 test programs failed; 0/55 subtests failed 2026-08-22 RPC::XML FAIL 917 909 8/917 subtests failed; 4/25 test programs failed 2026-08-20 RPC::XML::Parser::LibXML FAIL 31 30 1/31 subtests failed; 1/2 test programs failed 2026-08-23 +RPC::Xmlrpc_c::1.06c FAIL Configure failed 2026-09-02 RPM2 FAIL 2026-08-27 -RPM2::LocalInstalled FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-20 +RPM2::LocalInstalled FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-09-02 RPM::Make FAIL Configure failed 2026-08-25 RPM::Search FAIL No parseable output 2026-08-29 RPM::Spec FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-20 @@ -5881,8 +5898,8 @@ RPi::DigiPot::MCP4XXXX FAIL 1 1 subtests failed in test files 2026-08-26 RPi::HCSR04 FAIL 1 1 subtests failed in test files 2026-08-26 RPi::LCD FAIL 1 1 subtests failed in test files 2026-08-28 RPi::OLED::SSD1306::128_64 FAIL 1 1 subtests failed in test files 2026-08-26 -RPi::Pin FAIL 2 0 2/2 subtests failed; 5/8 test programs failed 2026-08-21 -RPi::Serial FAIL 1 1 subtests failed in test files 2026-08-19 +RPi::Pin FAIL 2 0 2/2 subtests failed; 5/8 test programs failed 2026-09-02 +RPi::Serial FAIL 1 1 subtests failed in test files 2026-09-02 RPi::UnicornHatHD FAIL 1 1 subtests failed in test files 2026-09-02 RRD::Daemon FAIL 6 0 6/6 subtests failed; 3/3 test programs failed 2026-08-20 RRD::Simple FAIL 3 2 1/3 subtests failed; 1/20 test programs failed 2026-08-20 @@ -5901,11 +5918,11 @@ RT::Action::SLA FAIL 7/7 test programs failed; 0/0 subtests failed 2026-08-19 RT::Action::SMSNotify FAIL Missing: Module/CoreList.pm 2026-08-29 RT::Action::TicketAgingActivate FAIL 8/8 test programs failed; 0/0 subtests failed 2026-08-27 RT::Authen::CookieAuth FAIL Unknown test outcome 2026-08-20 -RT::Condition::NotStartedInBusinessHours FAIL 6 5 1/6 subtests failed; 1/4 test programs failed 2026-08-21 +RT::Condition::NotStartedInBusinessHours FAIL 6 5 1/6 subtests failed; 1/4 test programs failed 2026-09-02 RT::Config FAIL 8 7 1/8 subtests failed; 1/4 test programs failed 2026-09-02 RT::Extension::AWS::Assets FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-09-02 RT::Extension::Drafts FAIL No parseable output 2026-08-25 -RT::Extension::FollowUp FAIL 5 4 1/5 subtests failed; 2/4 test programs failed 2026-08-17 +RT::Extension::FollowUp FAIL 5 1/4 test programs failed; 0/5 subtests failed 2026-09-02 RT::Extension::MenuBarUserTickets FAIL Configure failed 2026-08-20 RT::Extension::SLA::Test FAIL 2026-08-23 RT::Extension::TimeWorkedReport FAIL No parseable output 2026-08-24 @@ -5915,6 +5932,7 @@ RT::System FAIL Missing: RT.pm 2026-08-19 RT::TicketWhiteboard FAIL No parseable output 2026-09-02 RTF::Encode FAIL 2 1/1 test programs failed; 0/2 subtests failed 2026-09-02 RTx::From FAIL Configure failed 2026-08-21 +RTx::RightsMatrix FAIL 6 3 3/6 subtests failed; 5/6 test programs failed 2026-09-02 RTx::S3Invoker FAIL Configure failed 2026-08-22 Radial FAIL 2026-08-26 RadioMobile FAIL 7 0 7/7 subtests failed; 7/7 test programs failed 2026-08-22 @@ -5927,6 +5945,7 @@ RayApp::mod_perl::TieSTDOUT FAIL 140 104 36/140 subtests failed; 5/9 test progra Razor2::Client::Agent FAIL 130 129 1/130 subtests failed; 2/8 test programs failed 2026-08-27 Razor2::Client::Core FAIL 5 2/2 test programs failed; 0/5 subtests failed 2026-08-24 Rc FAIL 1/1 test programs failed; 0/0 subtests failed 2026-09-01 +Reaction FAIL 1 1 subtests failed in test files 2026-09-02 Readonly FAIL Build failed 2026-08-24 Readonly::Enum FAIL 2 0 2/2 subtests failed; 2/5 test programs failed 2026-08-23 Readonly::Tiny FAIL 102 94 8/102 subtests failed; 1/4 test programs failed 2026-08-22 @@ -5996,7 +6015,7 @@ Rose::Planter FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-27 Rubberband FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-27 Ruby::Collections FAIL 3 2 1/3 subtests failed; 3/3 test programs failed 2026-08-17 Rudesind FAIL Unknown test outcome 2026-09-02 -Run FAIL 39 3/4 test programs failed; 0/39 subtests failed 2026-08-20 +Run FAIL 39 3/4 test programs failed; 0/39 subtests failed 2026-09-02 Runops::Recorder FAIL 22 8 14/22 subtests failed; 7/7 test programs failed 2026-09-02 Ryu FAIL 42 38 4/42 subtests failed; 40/43 test programs failed 2026-08-29 SADI::Simple FAIL 2/2 test programs failed; 0/0 subtests failed 2026-08-29 @@ -6033,7 +6052,7 @@ SNA::Network FAIL 42 39 3/42 subtests failed; 15/17 test programs failed 2026-08 SNA::Network::Algorithm::Betweenness FAIL 40 37 3/40 subtests failed; 15/17 test programs failed 2026-09-02 SNMP FAIL Configure failed 2026-09-02 SNMP::Agent FAIL 1 1 subtests failed in test files 2026-08-26 -SNMP::Effective FAIL 15 7 8/15 subtests failed; 7/7 test programs failed 2026-08-20 +SNMP::Effective FAIL 15 7 8/15 subtests failed; 7/7 test programs failed 2026-09-02 SNMP::Info FAIL No parseable output 2026-09-02 SNMP::LogParser FAIL 24 1/6 test programs failed; 0/24 subtests failed 2026-08-26 SNMP::Monitor FAIL Configure failed 2026-08-21 @@ -6131,7 +6150,7 @@ SQLite::DB FAIL 74 47 27/74 subtests failed; 4/9 test programs failed 2026-08-19 SQLite::More FAIL 8 7 1/8 subtests failed; 1/1 test programs failed 2026-08-22 SQLite_File FAIL 85 82 3/85 subtests failed; 3/6 test programs failed 2026-08-23 SRS::EPP::Command FAIL TIMEOUT (runtime >300s; last output 7s ago) 2026-08-28 -SSH::Batch FAIL 201 192 9/201 subtests failed; 1/6 test programs failed 2026-08-20 +SSH::Batch FAIL 6 3/6 test programs failed; 0/6 subtests failed 2026-09-02 SSLDaemon::ClientConn FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-18 SUPER FAIL 51 50 1/51 subtests failed; 1/8 test programs failed 2026-09-01 SVG::Barcode FAIL 8 5 3/8 subtests failed; 2/2 test programs failed 2026-08-21 @@ -6231,7 +6250,7 @@ Sepia FAIL 17 5 12/17 subtests failed; 2/4 test programs failed 2026-08-25 Ser::BinRPC FAIL 22 20 2/22 subtests failed; 1/1 test programs failed 2026-09-02 Sereal FAIL 9821 9056 765/9821 subtests failed; 87/104 test programs failed 2026-08-21 Sereal::Decoder FAIL 548 357 191/548 subtests failed; 14/98 test programs failed 2026-08-28 -Sereal::Splitter FAIL 3/3 test programs failed; 0/0 subtests failed 2026-08-19 +Sereal::Splitter FAIL 3/3 test programs failed; 0/0 subtests failed 2026-09-02 Serge FAIL 112 100 12/112 subtests failed; 2/2 test programs failed 2026-08-28 Server::Starter FAIL 4 12/16 test programs failed; 0/4 subtests failed 2026-08-27 Service::Chat FAIL TIMEOUT (soft limit 120s exceeded; no output for 70s) 2026-08-29 @@ -6254,7 +6273,6 @@ Shared::Simple FAIL 3 0 3/3 subtests failed; 3/3 test programs failed 2026-08-19 Shatterproof FAIL 23 8/9 test programs failed; 0/23 subtests failed 2026-08-23 Shell::EnvImporter FAIL 4 1 3/4 subtests failed; 1/1 test programs failed 2026-09-02 Shell::Perl FAIL 32 30 2/32 subtests failed; 1/8 test programs failed 2026-08-20 -ShiftJIS::Regexp FAIL 664 663 1/664 subtests failed; 3/6 test programs failed 2026-08-18 ShiftJIS::X0213::MapUTF FAIL 24/24 test programs failed; 0/0 subtests failed 2026-08-27 ShipIt FAIL 36 35 1/36 subtests failed; 1/4 test programs failed 2026-08-23 ShipIt::Step::Manifest FAIL 2 1 1/2 subtests failed; 1/3 test programs failed 2026-09-02 @@ -6284,7 +6302,7 @@ Slinke FAIL Unknown test outcome 2026-08-22 Slob FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-26 Slovo FAIL 17 12/21 test programs failed; 0/17 subtests failed 2026-08-21 Smart::Args FAIL 50 4 subtests failed in test files 2026-09-02 -SmokeRunner::Multi FAIL 18 17 1/18 subtests failed; 10/16 test programs failed 2026-08-21 +SmokeRunner::Multi FAIL 15 6 9/15 subtests failed; 12/16 test programs failed 2026-09-02 Snig FAIL 4 1 3/4 subtests failed; 1/1 test programs failed 2026-08-27 Socialtext::Resting FAIL 178 177 1/178 subtests failed; 1/3 test programs failed 2026-08-23 Socialtext::Resting::Utils FAIL 170 118 52/170 subtests failed; 3/14 test programs failed 2026-08-20 @@ -6343,7 +6361,7 @@ Stardoc FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-22 Starlet FAIL 2 2/19 test programs failed; 0/2 subtests failed 2026-08-20 Starlight FAIL 5 1/15 test programs failed; 0/5 subtests failed 2026-08-26 StateML FAIL 28 21 7/28 subtests failed; 1/7 test programs failed 2026-08-21 -Statistics::ANOVA::KW FAIL 18 14 4/18 subtests failed; 1/6 test programs failed 2026-08-17 +Statistics::ANOVA::KW FAIL 18 14 4/18 subtests failed; 1/6 test programs failed 2026-09-02 Statistics::Burst FAIL No parseable output 2026-09-01 Statistics::CaseResampling FAIL 2/2 test programs failed; 0/0 subtests failed 2026-08-21 Statistics::Covid FAIL 19 1 subtests failed in test files 2026-09-02 @@ -6377,7 +6395,7 @@ String::License FAIL 11/12 test programs failed; 0/0 subtests failed 2026-08-1 String::Numeric::XS FAIL 664 663 1/664 subtests failed; 1/6 test programs failed 2026-08-28 String::Replace FAIL 34 28 6/34 subtests failed; 2/2 test programs failed 2026-08-21 String::Rexx FAIL 441 439 2/441 subtests failed; 4/49 test programs failed 2026-08-19 -String::Splitter FAIL 16 14 2/16 subtests failed; 1/5 test programs failed 2026-08-19 +String::Splitter FAIL 16 14 2/16 subtests failed; 1/5 test programs failed 2026-09-02 String::ToIdentifier::EN FAIL 803 799 4/803 subtests failed; 1/5 test programs failed 2026-08-22 String::Validator FAIL TIMEOUT (soft limit 120s exceeded; no output for 109s) 2026-08-28 Struct::Match FAIL 5 2/6 test programs failed; 0/5 subtests failed 2026-08-27 @@ -6426,7 +6444,7 @@ Syntax::Highlight::Perl::Improved FAIL Build failed 2026-08-23 Syntax::Infix::ConditionalSplice FAIL 1 1 subtests failed in test files 2026-08-17 Syntax::Kamelon FAIL TIMEOUT (soft limit 120s exceeded; no output for 82s) 2026-09-01 Syntax::Keyword::Gather FAIL 15 14 1/15 subtests failed; 1/3 test programs failed 2026-08-21 -Syntax::Keyword::Val FAIL 2026-08-18 +Syntax::Keyword::Val FAIL 2026-09-02 Syringe FAIL 1 1 subtests failed in test files 2026-08-24 Sys::Export FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-08-28 Sys::Filesystem FAIL Unknown test outcome 2026-08-21 @@ -6446,7 +6464,7 @@ Sys::Virt FAIL 47 37 10/47 subtests failed; 10/13 test programs failed 2026-08-2 SysTray FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-27 SyslogScan FAIL 7/7 test programs failed; 0/0 subtests failed 2026-08-23 System FAIL 46 14/15 test programs failed; 0/46 subtests failed 2026-08-16 -System2 FAIL 2026-08-19 +System2 FAIL 2026-09-02 System::Info FAIL 206 202 4/206 subtests failed; 1/4 test programs failed 2026-09-02 System::InitD FAIL 19 18 1/19 subtests failed; 1/3 test programs failed 2026-08-27 System::Sub FAIL 2 6/7 test programs failed; 0/2 subtests failed 2026-08-27 @@ -6496,7 +6514,7 @@ Tanker FAIL No parseable output 2026-08-27 Tapir FAIL 16 3/6 test programs failed; 0/16 subtests failed 2026-08-28 Tapper::Action FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-28 Tapper::MCP::MessageReceiver FAIL 1 1/6 test programs failed; 0/1 subtests failed 2026-08-28 -Tapper::Reports::API FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-16 +Tapper::Reports::API FAIL TIMEOUT (runtime >300s; last output 2s ago) 2026-09-02 Tapper::Reports::DPath FAIL 13 7 6/13 subtests failed; 10/14 test programs failed 2026-08-29 Tapper::Reports::Receiver::Level2::BenchmarkAnything FAIL 1 0 1/1 subtests failed; 1/5 test programs failed 2026-08-29 TaskForest FAIL 3 1 subtests failed in test files 2026-09-02 @@ -6513,6 +6531,7 @@ Template::Compiled FAIL 1 2/2 test programs failed; 0/1 subtests failed 2026-08 Template::Flute FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-29 Template::Flute::HTML::Table FAIL 170 164 6/170 subtests failed; 1/36 test programs failed 2026-09-02 Template::HTML FAIL 25 19 6/25 subtests failed; 1/4 test programs failed 2026-08-18 +Template::Like FAIL 119 118 1/119 subtests failed; 1/13 test programs failed 2026-09-02 Template::Magic FAIL 53 48 5/53 subtests failed; 1/33 test programs failed 2026-08-20 Template::Overlay FAIL 2/5 test programs failed; 0/0 subtests failed 2026-08-27 Template::Parser::RemoteInclude FAIL 2 1 1/2 subtests failed; 1/1 test programs failed 2026-08-28 @@ -6549,7 +6568,8 @@ Term::ReadKey FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-23 Term::ReadLine::EditLine FAIL 13 11 2/13 subtests failed; 2/2 test programs failed 2026-08-29 Term::ReadLine::Perl5 FAIL 146 138 8/146 subtests failed; 1/13 test programs failed 2026-08-26 Term::ReadLine::Zoid FAIL 84 83 1/84 subtests failed; 1/3 test programs failed 2026-08-23 -Term::Screen::Fixes FAIL Unknown test outcome 2026-08-19 +Term::Screen::Fixes FAIL TIMEOUT (soft limit 120s exceeded; no output for 99s) 2026-09-02 +Term::ScreenColor FAIL Unknown test outcome 2026-09-02 Term::Size::Win32 FAIL 10 8 2/10 subtests failed; 2/3 test programs failed 2026-08-19 Term::TtyWrite FAIL 1 1 subtests failed in test files 2026-09-02 Termbox FAIL 1 1 subtests failed in test files 2026-08-26 @@ -6599,7 +6619,7 @@ Test::DataLoader::MySQL FAIL 1 0 1/1 subtests failed; 5/5 test programs failed 2 Test::Database FAIL 189 186 3/189 subtests failed; 2/17 test programs failed 2026-08-25 Test::DatabaseRow FAIL 320 319 1/320 subtests failed; 1/13 test programs failed 2026-08-26 Test::Declare FAIL 23 18 5/23 subtests failed; 1/6 test programs failed 2026-08-23 -Test::Differences FAIL 50 49 1/50 subtests failed; 1/17 test programs failed 2026-08-19 +Test::Differences FAIL 50 49 1/50 subtests failed; 1/17 test programs failed 2026-09-02 Test::Directory FAIL 68 67 1/68 subtests failed; 1/9 test programs failed 2026-08-24 Test::DistManifest FAIL 12 8 subtests failed in test files 2026-08-25 Test::EasyMock FAIL 20 18 2/20 subtests failed; 6/9 test programs failed 2026-09-02 @@ -6639,7 +6659,7 @@ Test::Mock::Class FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-2 Test::Mock::Cmd FAIL 101 93 8/101 subtests failed; 2/8 test programs failed 2026-09-01 Test::Mock::ExternalCommand FAIL 18 13 5/18 subtests failed; 3/6 test programs failed 2026-08-24 Test::Mock::HTTP::Tiny FAIL 8 5 3/8 subtests failed; 1/3 test programs failed 2026-08-25 -Test::Mock::Redis FAIL 2 3 subtests failed in test files 2026-08-16 +Test::Mock::Redis FAIL TIMEOUT (runtime >300s; last output 3s ago) 2026-09-02 Test::Mock::Signature FAIL 3 0 3/3 subtests failed; 4/4 test programs failed 2026-08-29 Test::Mock::Time FAIL 78 15 subtests failed in test files 2026-08-18 Test::MockCommand FAIL 224 215 9/224 subtests failed; 2/23 test programs failed 2026-08-29 @@ -6648,7 +6668,7 @@ Test::MockModule FAIL 328 327 1/328 subtests failed; 1/31 test programs failed 2 Test::Mockify::CompatibilityTools FAIL 405 2026-08-29 Test::ModuleReady FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-28 Test::Mojo::More FAIL 7 1/5 test programs failed; 0/7 subtests failed 2026-09-01 -Test::Mojo::Trim FAIL 7 1/3 test programs failed; 0/7 subtests failed 2026-08-15 +Test::Mojo::Trim FAIL 7 1/3 test programs failed; 0/7 subtests failed 2026-09-02 Test::Moose::More FAIL Unknown test outcome 2026-08-20 Test::More::YAMLScript FAIL 3/4 test programs failed; 0/0 subtests failed 2026-09-01 Test::Mountebank FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-17 @@ -6686,7 +6706,6 @@ Test::Spelling FAIL 23 21 2/23 subtests failed; 1/5 test programs failed 2026-08 Test::Spellunker FAIL 4 2 2/4 subtests failed; 9/9 test programs failed 2026-08-20 Test::Synopsis FAIL 19 15 4/19 subtests failed; 4/15 test programs failed 2026-08-28 Test::Taint FAIL 2 1 1/2 subtests failed; 8/9 test programs failed 2026-09-02 -Test::Tarantool FAIL 1 1 subtests failed in test files 2026-08-17 Test::TempDatabase FAIL 5 0 5/5 subtests failed; 5/5 test programs failed 2026-08-22 Test::TempDir FAIL 21 20 1/21 subtests failed; 3/6 test programs failed 2026-08-21 Test::Text FAIL 7 6 1/7 subtests failed; 3/4 test programs failed 2026-08-19 @@ -6709,6 +6728,7 @@ TestDriver FAIL 23 19 subtests failed in test files 2026-08-21 TestHandler FAIL 2026-08-17 TestLib FAIL 3 1 subtests failed in test files 2026-08-19 TestLink::API FAIL 1 0 1/1 subtests failed; 2/16 test programs failed 2026-08-26 +TestML FAIL 15 0 15/15 subtests failed; 28/29 test programs failed 2026-09-02 TestML1 FAIL 15 0 15/15 subtests failed; 28/29 test programs failed 2026-08-26 TestML::Assertion FAIL 15 0 15/15 subtests failed; 28/29 test programs failed 2026-08-18 Test_Compiletime_Hints FAIL 20 19 1/20 subtests failed; 1/7 test programs failed 2026-08-23 @@ -6766,7 +6786,6 @@ Text::Shift FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-27 Text::SimpleTemplate FAIL 18 16 2/18 subtests failed; 1/10 test programs failed 2026-08-19 Text::Sprintf::Named FAIL 27 23 4/27 subtests failed; 1/6 test programs failed 2026-08-29 Text::TEI::Markup FAIL 18 14 4/18 subtests failed; 1/4 test programs failed 2026-08-28 -Text::Table::Tiny FAIL 33 6 27/33 subtests failed; 9/11 test programs failed 2026-08-21 Text::TabularDisplay FAIL Build failed 2026-08-18 Text::Template FAIL 3 2/3 test programs failed; 0/3 subtests failed 2026-08-24 Text::Template::Base FAIL 13 10 3/13 subtests failed; 1/1 test programs failed 2026-09-02 @@ -6776,16 +6795,16 @@ Text::Tx FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-17 Text::Unaccent FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-26 Text::Unicode::Equivalents FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-18 Text::UpsideDown FAIL 6 5 1/6 subtests failed; 1/3 test programs failed 2026-08-18 -Text::Upskirt FAIL 2 0 2/2 subtests failed; 1/3 test programs failed 2026-08-18 +Text::Upskirt FAIL 2 0 2/2 subtests failed; 1/3 test programs failed 2026-09-02 Text::VisualWidth::PP FAIL 5 8/9 test programs failed; 0/5 subtests failed 2026-08-22 Text::VisualWidth::UTF8 FAIL 3 0 3/3 subtests failed; 3/3 test programs failed 2026-08-23 -Text::WikiCreole FAIL 8 7 1/8 subtests failed; 1/8 test programs failed 2026-08-18 Text::WikiFormat FAIL 143 137 6/143 subtests failed; 4/14 test programs failed 2026-08-24 Text::WikiText FAIL 76 65 11/76 subtests failed; 3/4 test programs failed 2026-09-02 Text::WordCounter FAIL 1/3 test programs failed; 0/0 subtests failed 2026-08-28 Text::Wrap::Smart::XS FAIL 1 0 1/1 subtests failed; 5/7 test programs failed 2026-08-13 Text::Xslate::Bridge::TT2Like FAIL 5/5 test programs failed; 0/0 subtests failed 2026-08-28 Text::Xslate::Bridge::TypeDeclaration FAIL 6 1 subtests failed in test files 2026-08-29 +Text::YAWikiFormater FAIL 27 26 1/27 subtests failed; 1/7 test programs failed 2026-09-02 Text::sprintfn FAIL 30 29 1/30 subtests failed; 1/5 test programs failed 2026-08-25 Text::xSV FAIL Build failed 2026-08-12 TextDialog FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-22 @@ -6840,7 +6859,7 @@ Tie::File::Indexed FAIL 94 73 21/94 subtests failed; 4/5 test programs failed 20 Tie::GHash FAIL Configure failed 2026-08-18 Tie::Hash::Approx FAIL 2/2 test programs failed; 0/0 subtests failed 2026-08-27 Tie::Hash::DataSection FAIL 1 1/2 test programs failed; 0/1 subtests failed 2026-08-27 -Tie::Hash::LRU FAIL 2 1/2 test programs failed; 0/2 subtests failed 2026-08-17 +Tie::Hash::LRU FAIL 2 1/2 test programs failed; 0/2 subtests failed 2026-09-02 Tie::JCR FAIL 4 2 2/4 subtests failed; 2/3 test programs failed 2026-08-28 Tie::LevelDB FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-27 Tie::LogFile FAIL 6 4/5 test programs failed; 0/6 subtests failed 2026-09-02 @@ -6860,13 +6879,14 @@ Time::Format FAIL 533 527 6/533 subtests failed; 1/26 test programs failed 2026- Time::Moment FAIL 37 1 36/37 subtests failed; 25/29 test programs failed 2026-08-26 Time::Monotonic FAIL 2 0 2/2 subtests failed; 4/4 test programs failed 2026-08-27 Time::Nanos FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-17 +Time::Nanos::v0.1.6 FAIL 1/1 test programs failed; 0/0 subtests failed 2026-09-02 Time::Normalize FAIL 622 574 48/622 subtests failed; 1/11 test programs failed 2026-08-29 Time::Object FAIL 2/2 test programs failed; 0/0 subtests failed 2026-08-28 Time::Out FAIL 20 19 1/20 subtests failed; 1/10 test programs failed 2026-08-26 Time::Piece::MySQL FAIL 3/3 test programs failed; 0/0 subtests failed 2026-08-26 Time::Piece::Plus FAIL 37 34 3/37 subtests failed; 3/13 test programs failed 2026-08-17 Time::Spec FAIL 1 1 subtests failed in test files 2026-08-28 -Time::Stamp FAIL 215 214 1/215 subtests failed; 1/9 test programs failed 2026-08-19 +Time::Stamp FAIL 215 214 1/215 subtests failed; 1/9 test programs failed 2026-09-02 Time::Str::PP::Calendar FAIL 1587 1/26 test programs failed; 0/1587 subtests failed 2026-08-28 Time::Timecode FAIL 5/5 test programs failed; 0/0 subtests failed 2026-08-28 Time::Warp FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-21 @@ -6917,7 +6937,7 @@ Tk::QuickTk FAIL 1 0 1/1 subtests failed; 2/2 test programs failed 2026-09-01 Tk::ROSyntaxText FAIL 1 0 1/1 subtests failed; 20/23 test programs failed 2026-09-02 Tk::ROTextHighlight FAIL 9 7 2/9 subtests failed; 3/12 test programs failed 2026-08-27 Tk::StatusBar FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-28 -Tk::StyledButton FAIL 5/5 test programs failed; 0/0 subtests failed 2026-08-19 +Tk::StyledButton FAIL 5/5 test programs failed; 0/0 subtests failed 2026-09-02 Tk::TM::Common FAIL 2026-08-27 Tk::Text::SuperText FAIL 5 1 4/5 subtests failed; 2/3 test programs failed 2026-08-17 Tk::Thumbnail FAIL 2026-08-27 @@ -6927,7 +6947,7 @@ Tk::WorldCanvas FAIL 2026-08-26 Tk::YADialog FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-29 TkGenerator FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-20 Tkx FAIL 8/8 test programs failed; 0/0 subtests failed 2026-09-01 -Tlaloc FAIL 1 1 subtests failed in test files 2026-08-18 +Tlaloc FAIL 1 1 subtests failed in test files 2026-09-02 Tmpfile FAIL 16 3 subtests failed in test files 2026-08-18 Toader FAIL 14 1 subtests failed in test files 2026-09-01 Toadfarm FAIL 148 147 1/148 subtests failed; 2/22 test programs failed 2026-08-25 @@ -6994,7 +7014,6 @@ URI::Escape::XS FAIL 6 4 2/6 subtests failed; 8/10 test programs failed 2026-09- URI::Fast FAIL 19/19 test programs failed; 0/0 subtests failed 2026-08-22 URI::Find FAIL 49 48 1/49 subtests failed; 2/8 test programs failed 2026-08-26 URI::GoogleChart FAIL 1 2/2 test programs failed; 0/1 subtests failed 2026-08-23 -URI::PackageURL FAIL 3213 2717 496/3213 subtests failed; 6/16 test programs failed 2026-08-21 URI::ParseSearchString::More FAIL 291 289 2/291 subtests failed; 1/5 test programs failed 2026-08-29 URI::Shortener FAIL 1 0 1/1 subtests failed; 1/16 test programs failed 2026-08-26 URI::Template::Restrict FAIL 147 139 8/147 subtests failed; 1/5 test programs failed 2026-08-28 @@ -7043,7 +7062,7 @@ Util::Underscore FAIL 15 9 6/15 subtests failed; 14/16 test programs failed 2026 V::Module::Info::_version FAIL 20 15 5/20 subtests failed; 5/5 test programs failed 2026-08-20 VANAMBURG::SEMPROG::CloseToRule FAIL 15 11 4/15 subtests failed; 10/11 test programs failed 2026-08-23 VAPID FAIL 1 1 subtests failed in test files 2026-08-27 -VBTK FAIL 3 1/2 test programs failed; 0/3 subtests failed 2026-08-19 +VBTK FAIL Configure failed 2026-09-02 VBTK::Actions::Page FAIL Configure failed 2026-08-19 VCF FAIL 4 1/1 test programs failed; 0/4 subtests failed 2026-08-21 VCS::CSync FAIL 10 8 2/10 subtests failed; 1/4 test programs failed 2026-08-19 @@ -7051,7 +7070,7 @@ VCS::Lite::Common FAIL 68 65 3/68 subtests failed; 6/13 test programs failed 202 VCS::PVCS FAIL 10 4/6 test programs failed; 0/10 subtests failed 2026-08-23 VCS::Rcs::Parser FAIL Configure failed 2026-08-21 VCS::SaVeS FAIL Configure failed 2026-08-20 -VCS::StarTeam FAIL No parseable output 2026-08-21 +VCS::StarTeam FAIL No parseable output 2026-09-02 VIC FAIL Unknown test outcome 2026-08-25 VIM::Packager FAIL 21 19 2/21 subtests failed; 1/6 test programs failed 2026-08-26 VM::CloudAtCost FAIL 1 1 subtests failed in test files 2026-08-26 @@ -7117,7 +7136,7 @@ WWW::Blog::Metadata::MobileLinkDiscovery FAIL 1 0 1/1 subtests failed; 2/2 test WWW::Blog::Metadata::Yadis FAIL 1 0 1/1 subtests failed; 2/2 test programs failed 2026-09-02 WWW::BloggerWeb FAIL 1 1 subtests failed in test files 2026-08-20 WWW::Bookmark::Crawler FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-22 -WWW::Bugzilla::BugTree FAIL 7 6 1/7 subtests failed; 1/4 test programs failed 2026-08-17 +WWW::Bugzilla::BugTree FAIL 7 6 1/7 subtests failed; 1/4 test programs failed 2026-09-02 WWW::Bund FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-26 WWW::BurrpTV FAIL 9 1/3 test programs failed; 0/9 subtests failed 2026-08-26 WWW::CPANRatings FAIL 5 3 2/5 subtests failed; 2/3 test programs failed 2026-09-02 @@ -7242,7 +7261,6 @@ WWW::Search::HGNC FAIL Configure failed 2026-08-21 WWW::Search::Jobserve FAIL TIMEOUT (runtime >300s; last output 5s ago) 2026-08-28 WWW::Search::NCBI::PubMed FAIL No parseable output 2026-08-26 WWW::Search::PharmGKB FAIL 2 1 1/2 subtests failed; 1/2 test programs failed 2026-08-24 -WWW::Search::PubChem FAIL Configure failed 2026-08-21 WWW::Search::PubMedLite FAIL Configure failed 2026-08-21 WWW::Search::Scrape FAIL TIMEOUT (soft limit 120s exceeded; no output for 105s) 2026-08-28 WWW::Search::ValentinskaCZ FAIL TIMEOUT (runtime >300s; last output 8s ago) 2026-09-01 @@ -7252,6 +7270,7 @@ WWW::SearchResult FAIL 68 64 4/68 subtests failed; 3/10 test programs failed 202 WWW::Shopify FAIL 2 0 2/2 subtests failed; 1/1 test programs failed 2026-08-20 WWW::Shopify::Common::DBIx FAIL 4 2 2/4 subtests failed; 1/1 test programs failed 2026-09-02 WWW::Shopify::Liquid::Exception::Lexer::UnbalancedTag FAIL TIMEOUT (runtime >300s; last output 1s ago) 2026-08-26 +WWW::Shopify::Tools::Themer FAIL Unknown test outcome 2026-09-02 WWW::Shopify::Tools::Themer::Manifest FAIL Unknown test outcome 2026-08-19 WWW::Shorten::Flickr FAIL 4 1/3 test programs failed; 0/4 subtests failed 2026-08-28 WWW::Shorten::GitHub FAIL 1 2/3 test programs failed; 0/1 subtests failed 2026-09-02 @@ -7307,7 +7326,7 @@ Web::oEmbed::Common FAIL 26 16 10/26 subtests failed; 2/4 test programs failed 2 WebAPI::DBIC FAIL TIMEOUT (runtime >300s; last output 2s ago) 2026-08-27 WebDAO FAIL Unknown test outcome 2026-08-24 WebDriver::Tiny FAIL 213 210 3/213 subtests failed; 2/41 test programs failed 2026-08-20 -WebDyne FAIL No parseable output 2026-08-21 +WebDyne FAIL No parseable output 2026-09-02 WebDyne::Base FAIL 9 6 3/9 subtests failed; 2/3 test programs failed 2026-08-29 WebDyne::Chain FAIL No parseable output 2026-08-26 WebDyne::Request::FastCGI FAIL 2 0 2/2 subtests failed; 1/1 test programs failed 2026-08-23 @@ -7334,6 +7353,7 @@ WebService::Cath::FuncNet FAIL 11 9 2/11 subtests failed; 2/6 test programs fail WebService::ChangesXml FAIL 3 2/3 test programs failed; 0/3 subtests failed 2026-08-20 WebService::Client FAIL 9 8 1/9 subtests failed; 1/13 test programs failed 2026-08-23 WebService::CloudPT FAIL 3 2 1/3 subtests failed; 1/4 test programs failed 2026-09-02 +WebService::Cmis FAIL 62 61 1/62 subtests failed; 1/17 test programs failed 2026-09-02 WebService::Coinbase FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-25 WebService::Connpass FAIL 1 1/3 test programs failed; 0/1 subtests failed 2026-09-02 WebService::Cryptsy FAIL No parseable output 2026-08-22 @@ -7350,7 +7370,7 @@ WebService::GeoIPify FAIL 3 2 subtests failed in test files 2026-08-28 WebService::GialloZafferano FAIL 3 1/2 test programs failed; 0/3 subtests failed 2026-08-24 WebService::Gitter FAIL 1/1 test programs failed; 0/0 subtests failed 2026-09-02 WebService::Google::Suggest FAIL 4 1/6 test programs failed; 0/4 subtests failed 2026-08-27 -WebService::GoogleAPI::Client FAIL 3/3 test programs failed; 0/0 subtests failed 2026-08-16 +WebService::GoogleAPI::Client FAIL 3/3 test programs failed; 0/0 subtests failed 2026-09-02 WebService::GoogleAPI::Client::AuthStorage::ConfigJSON FAIL 23 22 1/23 subtests failed; 2/7 test programs failed 2026-09-02 WebService::GoogleHack FAIL No parseable output 2026-08-26 WebService::Gyazo FAIL 120 119 1/120 subtests failed; 1/11 test programs failed 2026-08-15 @@ -7437,7 +7457,7 @@ Wiki::Toolkit FAIL 963 936 27/963 subtests failed; 5/56 test programs failed 202 Win32::ADRecurse FAIL 1 0 1/1 subtests failed; 1/3 test programs failed 2026-08-29 Win32::API FAIL 17 11 6/17 subtests failed; 13/14 test programs failed 2026-09-01 Win32::API::Interface FAIL 1 0 1/1 subtests failed; 2/4 test programs failed 2026-08-21 -Win32::API::OutputDebugString FAIL 2026-08-18 +Win32::API::OutputDebugString FAIL 2026-09-02 Win32::ASP::IO FAIL No parseable output 2026-08-28 Win32::App::which FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-20 Win32::Backup::Robocopy FAIL 2 1 subtests failed in test files 2026-08-26 @@ -7526,7 +7546,7 @@ Win32::Service FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-20 Win32::ShellExt FAIL Configure failed 2026-08-19 Win32::Shortkeys::Kbh FAIL 3 0 3/3 subtests failed; 1/1 test programs failed 2026-08-28 Win32::SimpleProcess FAIL No parseable output 2026-08-23 -Win32::Sound FAIL 1 1 subtests failed in test files 2026-08-21 +Win32::Sound FAIL 1 1 subtests failed in test files 2026-09-02 Win32::SoundRec FAIL Unknown test outcome 2026-08-23 Win32::SystemInfo FAIL 2026-08-23 Win32::SystemInfo::CpuUsage FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-22 @@ -7534,7 +7554,7 @@ Win32::TRADOS::Languages FAIL 1 1 subtests failed in test files 2026-09-02 Win32::TSA::Notify FAIL Missing: Win32/PerlExe/Env.pm 2026-08-28 Win32::TaskScheduler FAIL No parseable output 2026-08-22 Win32::TieRegistry::PMVersionInfo FAIL 2026-08-23 -Win32::ToolHelp FAIL 2026-08-20 +Win32::ToolHelp FAIL 2026-09-02 Win32::Unicode FAIL 2 0 2/2 subtests failed; 27/27 test programs failed 2026-08-17 Win32::VisualStyles FAIL 3 1 subtests failed in test files 2026-08-23 Win32::Watir FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-29 @@ -7548,6 +7568,7 @@ Win32API::Process FAIL 2026-08-21 Win32API::ProcessStatus FAIL 2026-08-25 Win32API::Registry FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-26 Win32API::ToolHelp FAIL 2026-08-19 +Windows1257 FAIL 212/212 test programs failed; 0/0 subtests failed 2026-09-02 Wing FAIL No parseable output 2026-08-26 Wireguard::WGmeta FAIL 5/5 test programs failed; 0/0 subtests failed 2026-08-29 WiringPi::API FAIL 1 29/34 test programs failed; 0/1 subtests failed 2026-08-26 @@ -7555,6 +7576,7 @@ Wishlist FAIL 2/2 test programs failed; 0/0 subtests failed 2026-08-20 Wizard::Examples::Apache::Config FAIL Configure failed 2026-08-19 WoW::Wiki FAIL 2 1 1/2 subtests failed; 1/1 test programs failed 2026-08-28 Word2vec::Bst FAIL 140 103 37/140 subtests failed; 5/7 test programs failed 2026-08-21 +Word2vec::Interface FAIL 140 103 37/140 subtests failed; 5/7 test programs failed 2026-09-02 WordListRole::BinarySearch FAIL 29 3 26/29 subtests failed; 1/5 test programs failed 2026-08-24 WordLists::Base FAIL 171 168 3/171 subtests failed; 3/13 test programs failed 2026-08-28 WordNet::BestStem FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-26 @@ -7562,7 +7584,7 @@ WordNet::QueryData FAIL Unknown test outcome 2026-08-24 WordNet::SenseKey FAIL 2 1 1/2 subtests failed; 1/1 test programs failed 2026-08-21 WordNet::SenseRelate::Algorithm::Global FAIL 4/4 test programs failed; 0/0 subtests failed 2026-08-21 WordNet::SenseRelate::AllWords FAIL 3/3 test programs failed; 0/0 subtests failed 2026-09-02 -WordNet::SenseRelate::WordToSet FAIL 2 1 1/2 subtests failed; 1/1 test programs failed 2026-08-17 +WordNet::SenseRelate::WordToSet FAIL 2 1/1 test programs failed; 0/2 subtests failed 2026-09-02 WordNet::Similarity FAIL 123 60 63/123 subtests failed; 20/22 test programs failed 2026-08-19 WordNet::get_wn_info FAIL 123 60 63/123 subtests failed; 20/22 test programs failed 2026-08-20 Workflow FAIL 170 140 30/170 subtests failed; 29/46 test programs failed 2026-08-19 @@ -7600,7 +7622,7 @@ XIRCD FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-18 XML::API FAIL 111 106 5/111 subtests failed; 2/11 test programs failed 2026-08-24 XML::Ant::BuildFile::Element::Arg FAIL TIMEOUT (soft limit 120s exceeded; no output for 78s) 2026-08-28 XML::Assert FAIL 41 33 8/41 subtests failed; 5/11 test programs failed 2026-08-20 -XML::Atom FAIL 198 172 26/198 subtests failed; 15/27 test programs failed 2026-08-23 +XML::Atom FAIL 152 144 subtests failed in test files 2026-09-02 XML::Atom::App FAIL 21 20 1/21 subtests failed; 4/10 test programs failed 2026-08-26 XML::Atom::Atompub FAIL 114 105 9/114 subtests failed; 2/10 test programs failed 2026-08-29 XML::Atom::Client FAIL 198 172 26/198 subtests failed; 15/27 test programs failed 2026-08-22 @@ -7637,7 +7659,7 @@ XML::Crawler FAIL 7 6 1/7 subtests failed; 1/1 test programs failed 2026-08-22 XML::DOM FAIL 129 123 6/129 subtests failed; 6/21 test programs failed 2026-08-27 XML::DOM2 FAIL 46 45 1/46 subtests failed; 1/6 test programs failed 2026-08-21 XML::DOM::Namespace FAIL 193 183 10/193 subtests failed; 1/35 test programs failed 2026-09-02 -XML::DOM::XPath FAIL 193 183 10/193 subtests failed; 1/35 test programs failed 2026-08-20 +XML::DOM::XPath FAIL 193 183 10/193 subtests failed; 1/35 test programs failed 2026-09-02 XML::DT::Sequence FAIL 44 1/3 test programs failed; 0/44 subtests failed 2026-09-02 XML::Declare FAIL 8 2/6 test programs failed; 0/8 subtests failed 2026-08-26 XML::Descent FAIL Unknown test outcome 2026-08-23 @@ -7685,7 +7707,7 @@ XML::LibXML::jQuery FAIL 7 2 subtests failed in test files 2026-08-26 XML::LibXML::xmlsec FAIL 2 0 2/2 subtests failed; 4/4 test programs failed 2026-08-26 XML::Liberal FAIL 221 51 170/221 subtests failed; 4/6 test programs failed 2026-08-25 XML::Minifier FAIL 102 81 21/102 subtests failed; 15/26 test programs failed 2026-08-27 -XML::NewsML FAIL 2 1 1/2 subtests failed; 1/2 test programs failed 2026-08-21 +XML::NewsML FAIL 2 1 1/2 subtests failed; 1/2 test programs failed 2026-09-02 XML::NewsML_G2::Role::Writer_2_17 FAIL Unknown test outcome 2026-08-26 XML::OBEXFTP::FolderListing FAIL 152 146 6/152 subtests failed; 3/7 test programs failed 2026-08-25 XML::OPDS FAIL 19 3/9 test programs failed; 0/19 subtests failed 2026-08-29 @@ -7694,6 +7716,7 @@ XML::Overlay FAIL 1 0 1/1 subtests failed; 1/1 test programs failed 2026-08-23 XML::PP FAIL 11 0 11/11 subtests failed; 10/17 test programs failed 2026-08-26 XML::ParseDTD FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-26 XML::Parser::Lite FAIL 5 2/2 test programs failed; 0/5 subtests failed 2026-08-26 +XML::Parser::Lite::Tree FAIL 2 9/9 test programs failed; 0/2 subtests failed 2026-09-02 XML::Parser::Lite::Tree::XPath FAIL 183 27/34 test programs failed; 0/183 subtests failed 2026-08-22 XML::Parser::PerlSAX FAIL 45 44 1/45 subtests failed; 1/6 test programs failed 2026-08-23 XML::Parser::Wrapper FAIL 20 16 4/20 subtests failed; 2/4 test programs failed 2026-08-21 @@ -7705,7 +7728,7 @@ XML::RSS::Parser FAIL 19 1/1 test programs failed; 0/19 subtests failed 2026-08 XML::RSS::Parser::Lite FAIL 2/2 test programs failed; 0/0 subtests failed 2026-08-26 XML::RSS::Tools FAIL 63 51 12/63 subtests failed; 15/22 test programs failed 2026-09-01 XML::RSSLite FAIL No parseable output 2026-08-18 -XML::Rabbit FAIL 70 67 3/70 subtests failed; 9/22 test programs failed 2026-08-22 +XML::Rabbit FAIL 69 66 3/69 subtests failed; 9/20 test programs failed 2026-09-02 XML::SAX::EventMethodMaker FAIL 257 1/18 test programs failed; 0/257 subtests failed 2026-08-19 XML::SAX::Expat::Incremental FAIL 6 2/2 test programs failed; 0/6 subtests failed 2026-09-01 XML::SAX::ExpatNB FAIL 5 3/4 test programs failed; 0/5 subtests failed 2026-08-22 @@ -7743,6 +7766,7 @@ XML::Writer::Lazy FAIL 1 0 1/1 subtests failed; 2/4 test programs failed 2026-08 XML::XML2JSON FAIL 2 1 1/2 subtests failed; 1/1 test programs failed 2026-08-28 XML::XMLWriter FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-29 XML::XMetaL FAIL 45 27 18/45 subtests failed; 8/12 test programs failed 2026-08-21 +XML::XPath FAIL 307 279 28/307 subtests failed; 18/62 test programs failed 2026-09-02 XML::XPathScript FAIL 135 131 4/135 subtests failed; 5/29 test programs failed 2026-08-28 XML::XQL FAIL 28/28 test programs failed; 0/0 subtests failed 2026-08-16 XML::XSS FAIL 13 3 10/13 subtests failed; 13/14 test programs failed 2026-08-23 @@ -7779,6 +7803,7 @@ XXX FAIL 6 5 1/6 subtests failed; 1/6 test programs failed 2026-08-24 XiaoI FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-21 Xmldoom::Definition::DatabaseSAXHandler FAIL 2026-08-29 Xmms FAIL Unknown test outcome 2026-08-19 +Xmms::Perl FAIL Missing: Xmms/Remote.pm 2026-09-02 Xtract FAIL 107 1/7 test programs failed; 0/107 subtests failed 2026-08-22 Xtract::Publish FAIL 107 1/7 test programs failed; 0/107 subtests failed 2026-08-20 YAHC FAIL 1 0 1/1 subtests failed; 20/20 test programs failed 2026-08-24 @@ -7836,7 +7861,7 @@ ZConf::Runner::GUI::GTK FAIL TIMEOUT (soft limit 120s exceeded; no output for ZConf::Weather FAIL TIMEOUT (soft limit 120s exceeded; no output for 79s) 2026-08-23 ZMQ FAIL 1 0 1/1 subtests failed; 5/5 test programs failed 2026-08-21 ZMQ::CZMQ FAIL 6 2 4/6 subtests failed; 4/4 test programs failed 2026-08-24 -ZMQ::Declare FAIL 57 56 1/57 subtests failed; 3/6 test programs failed 2026-08-19 +ZMQ::Declare FAIL 57 56 1/57 subtests failed; 3/6 test programs failed 2026-09-02 ZMQ::FFI FAIL 21/21 test programs failed; 0/0 subtests failed 2026-08-26 ZMQ::FFI::ContextBase FAIL 12/12 test programs failed; 0/0 subtests failed 2026-08-26 ZMQ::FFI::ErrorHandler FAIL Unknown test outcome 2026-08-26 @@ -7853,7 +7878,7 @@ ZipTie::Client FAIL 1/1 test programs failed; 0/0 subtests failed 2026-08-21 Zoidberg FAIL 128 122 6/128 subtests failed; 5/11 test programs failed 2026-08-28 Zonemaster::Engine FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-08-28 Zuzuzoo FAIL TIMEOUT (runtime >300s; last output 8s ago) 2026-08-28 -Zydeco FAIL Unknown test outcome 2026-08-20 +Zydeco FAIL TIMEOUT (soft limit 120s exceeded; no output for 60s) 2026-09-02 Zydeco::_Gather FAIL 1 1 subtests failed in test files 2026-08-13 arXiv::FileGuess FAIL 44 43 1/44 subtests failed; 1/4 test programs failed 2026-08-21 autobox FAIL 1 23/23 test programs failed; 0/1 subtests failed 2026-09-02 @@ -7866,19 +7891,21 @@ constant::lexical FAIL 2/2 test programs failed; 0/0 subtests failed 2026-08-1 curry FAIL 37 35 2/37 subtests failed; 1/3 test programs failed 2026-08-24 ex::override FAIL 2/2 test programs failed; 0/0 subtests failed 2026-09-01 filtered FAIL 148 94 54/148 subtests failed; 8/19 test programs failed 2026-08-26 +font_ft2_0.1.0 FAIL 2026-09-02 forks FAIL 5 2 3/5 subtests failed; 12/14 test programs failed 2026-08-26 goto::file FAIL 14 13 1/14 subtests failed; 1/8 test programs failed 2026-08-25 lexical::underscore FAIL 7 6 1/7 subtests failed; 1/3 test programs failed 2026-08-22 lib::abs FAIL 32 21 11/32 subtests failed; 6/8 test programs failed 2026-08-19 local::lib FAIL Unknown test outcome 2026-08-22 meta FAIL Build failed 2026-08-17 -mod_perl FAIL TIMEOUT (runtime >300s; last output 0s ago) 2026-08-22 +mod_perl FAIL Configure failed 2026-09-02 mod_perl2 FAIL Configure failed 2026-09-02 multidimensional FAIL 15 1 14/15 subtests failed; 1/2 test programs failed 2026-08-25 next::XS FAIL 1 0 1/1 subtests failed; 3/3 test programs failed 2026-08-26 re::engine::RE2 FAIL 16 14 2/16 subtests failed; 20/21 test programs failed 2026-08-26 rlib FAIL Build failed 2026-08-24 routines FAIL 2/2 test programs failed; 0/0 subtests failed 2026-08-26 +ruby::collections::perl FAIL 3 2 1/3 subtests failed; 3/3 test programs failed 2026-09-02 sanity FAIL 22 18 4/22 subtests failed; 1/4 test programs failed 2026-08-26 self FAIL 17/17 test programs failed; 0/0 subtests failed 2026-08-23 subs FAIL No parseable output 2026-08-24 diff --git a/dev/cpan-reports/cpan-compatibility-pass.dat b/dev/cpan-reports/cpan-compatibility-pass.dat index 6fc902e23..fbacb7c52 100644 --- a/dev/cpan-reports/cpan-compatibility-pass.dat +++ b/dev/cpan-reports/cpan-compatibility-pass.dat @@ -8,7 +8,7 @@ AC::ConfigFile::Simple PASS 2026-08-20 1af78283f AC::DC PASS 2026-08-26 344a3971c AC::MrGamoo PASS 2026-08-20 1af78283f AC::Yenta PASS 2026-08-18 e9739bcbf -ACH PASS 2026-08-19 1af78283f +ACH PASS 2026-09-02 948364c75 ACH::Generator PASS 2026-08-23 2b2257e94 ACH::Parser PASS 2026-08-21 1af78283f ACL::Lite PASS 31 31 2026-08-23 2b2257e94 @@ -82,7 +82,7 @@ ARGV::Struct PASS 26 26 2026-08-20 1af78283f ARSObject PASS 2026-08-26 344a3971c ASP PASS 2026-09-02 0f5febaa8 ASP4 PASS 213 213 2026-09-01 0f5febaa8 -ASP4::PSGI PASS 1 1 2026-08-20 1af78283f +ASP4::PSGI PASS 1 1 2026-09-02 948364c75 ASP4x::Router PASS 322 322 2026-08-19 1af78283f ASP::NextLink PASS 2026-08-22 ff68371af AUBBC PASS 2026-08-26 fc1332935 @@ -126,7 +126,7 @@ Algorithm::CurveFit::Simple PASS 94 94 2026-08-28 4ebea751e Algorithm::Dependency::Source::DBI PASS 20 20 2026-08-19 1af78283f Algorithm::Diff PASS 1004 1004 2026-08-23 2b2257e94 Algorithm::Diff::Apply PASS 27 27 2026-08-27 a7e504a21 -Algorithm::DistanceMatrix PASS 10 10 2026-08-17 e9739bcbf +Algorithm::DistanceMatrix PASS 10 10 2026-09-02 948364c75 Algorithm::HowSimilar PASS 2026-09-02 0f5febaa8 Algorithm::IncludeExclude PASS 71 71 2026-08-28 19c285d26 Algorithm::Kmeanspp PASS 318 318 2026-08-19 1af78283f @@ -139,6 +139,7 @@ Algorithm::Nhash PASS 7 7 2026-08-19 1af78283f Algorithm::Points::MinimumDistance PASS 19 19 2026-08-20 1af78283f Algorithm::QuineMcCluskey PASS 50 50 2026-08-28 19c285d26 Algorithm::RabinKarp PASS 77 77 2026-09-02 0f5febaa8 +Algorithm::SkipList PASS 1910 1910 2026-09-02 948364c75 Algorithm::SpatialIndex::Storage::Redis PASS 3 3 2026-08-18 e9739bcbf Algorithm::TrunkClassifier PASS 2026-08-18 e9739bcbf Algorithm::X::DLX PASS 8 8 2026-08-28 4ebea751e @@ -356,7 +357,7 @@ App::PPK PASS 2026-08-19 1af78283f App::PYX::Optimization PASS 14 14 2026-08-29 19c285d26 App::Perl::Tags PASS 64 64 2026-08-18 e9739bcbf App::PerlLocalEnv PASS 2026-09-02 0f5febaa8 -App::Photobear PASS 13 13 2026-08-18 e9739bcbf +App::Photobear PASS 13 13 2026-09-02 948364c75 App::PipeFilter PASS 6 6 2026-08-28 4ebea751e App::Pod2CpanHtml PASS 1 1 2026-08-21 ff68371af App::Prove::Plugin::Count PASS 17 17 2026-08-24 2b2257e94 @@ -386,7 +387,7 @@ App::TimeTracker::Command::RT PASS 1 1 2026-08-27 4ebea751e App::Timestamper PASS 16 16 2026-08-18 e9739bcbf App::Timestamper::WithElapsed PASS 4 4 2026-08-27 4ebea751e App::TodoList PASS 7 7 2026-08-28 4ebea751e -App::Tool::Base PASS 2026-08-19 1af78283f +App::Tool::Base PASS 2026-09-02 948364c75 App::Toolforge::MixNMatch PASS 9 9 2026-08-17 6c5545d16 App::Trace PASS 1 1 2026-08-23 2b2257e94 App::Unding PASS 1 1 2026-08-19 1af78283f @@ -397,7 +398,7 @@ App::calx PASS 2 2 2026-09-02 0f5febaa8 App::chalk PASS 2 2 2026-08-18 e9739bcbf App::cloudconvert PASS 1 1 2026-08-29 19c285d26 App::colcount PASS 2026-09-02 0f5febaa8 -App::contenttype PASS 1 1 2026-08-17 06656bfa2 +App::contenttype PASS 1 1 2026-09-02 948364c75 App::cpanexec PASS 5 5 2026-08-29 19c285d26 App::cpanm::script PASS 3 3 2026-08-28 4ebea751e App::cpanmigrate PASS 5 5 2026-08-17 e9739bcbf @@ -445,7 +446,7 @@ App::rsync::new2old PASS 3 3 2026-08-28 19c285d26 App::rsync::retry PASS 4 4 2026-08-28 4ebea751e App::seq::numseq PASS 2 2 2026-09-02 0f5febaa8 App::setop PASS 2 2 2026-08-28 19c285d26 -App::tailswitch PASS 2 2 2026-08-17 e9739bcbf +App::tailswitch PASS 2 2 2026-09-02 948364c75 App::tcpproxy PASS 2026-08-28 19c285d26 App::term::hr PASS 2026-08-15 d5aec7092 App::throttle PASS 2 2 2026-08-29 19c285d26 @@ -494,7 +495,7 @@ Array::Tour PASS 209 209 2026-08-29 19c285d26 Array::Uniq PASS 6 6 2026-08-17 6c5545d16 Array::Util::MultiTarget PASS 8 8 2026-08-29 19c285d26 Array::Utils PASS 17 17 2026-08-26 fc1332935 -ArrayData PASS 8 8 2026-09-02 0f5febaa8 +ArrayData PASS 8 8 2026-09-02 948364c75 ArrayData::Array PASS 67 67 2026-08-24 2b2257e94 ArrayData::Char::Latin1::Digit PASS 4 4 2026-08-23 2b2257e94 ArrayData::Lingua::Word::EN::Medical::Glutanimate PASS 1 1 2026-08-22 2b2257e94 @@ -514,7 +515,7 @@ Asm::Preproc PASS 673 673 2026-08-23 2b2257e94 Aspect::Library::Profiler PASS 12 12 2026-08-29 19c285d26 Aspect::Library::Profiler::Cleanup PASS 12 12 2026-08-28 4ebea751e Aspect::Library::Timer PASS 27 27 2026-08-27 4ebea751e -Aspect::Loader PASS 18 18 2026-08-17 06656bfa2 +Aspect::Loader PASS 18 18 2026-09-02 948364c75 AsposeBarCodeCloud::ApiClient PASS 3 3 2026-08-23 2b2257e94 AsposeCellsCloud::CellsApi PASS 2026-08-20 1af78283f AsposeCellsCloud::LightCellsApi PASS 2026-08-26 fc1332935 @@ -658,6 +659,7 @@ Bencher::Scenario::Text::sprintfn PASS 2 2 2026-08-29 19c285d26 Bencher::Scenario::TextLevenshteinFlexible::levenshtein_l PASS 3 3 2026-08-28 4ebea751e Bencher::Scenario::Textsprintfn PASS 2 2 2026-09-02 0f5febaa8 Bencher::Scenario::TruncatingString PASS 2 2 2026-09-02 0f5febaa8 +Bencher::Scenarios::Perl PASS 9 9 2026-09-02 948364c75 Benchmark::Apps PASS 1 1 2026-08-29 19c285d26 BenchmarkAnything::Config PASS 4 4 2026-08-23 2b2257e94 BenchmarkAnything::Reporter PASS 3 3 2026-08-26 fc1332935 @@ -701,7 +703,7 @@ Bit::Vector PASS 2026-08-23 2b2257e94 Bit::Vector::Minimal PASS 12 12 2026-08-20 1af78283f BitArray PASS 2 2 2026-08-22 2b2257e94 BitTorrent::Simple PASS 1 1 2026-08-25 7bb930a1f -Bitcoin::BIP39 PASS 6 6 2026-08-18 e9739bcbf +Bitcoin::BIP39 PASS 6 6 2026-09-02 948364c75 BlankOnDev PASS 1 1 2026-08-28 4ebea751e Blog::Simple::HTMLOnly PASS 2026-09-02 0f5febaa8 BlueCoat::SGOS PASS 3 3 2026-08-21 1af78283f @@ -709,7 +711,7 @@ Bone::Easy PASS 1 1 2026-09-02 0f5febaa8 Bootloader PASS 2026-09-02 0f5febaa8 Bopomofo PASS 1 1 2026-08-19 1af78283f Borang PASS 8 8 2026-08-26 fc1332935 -BorderStyle PASS 9 9 2026-08-24 2b2257e94 +BorderStyle PASS 9 9 2026-09-02 948364c75 BorderStyle::ASCII::None PASS 33 33 2026-08-20 1af78283f BorderStyle::Test::Random PASS 2 2 2026-08-24 2b2257e94 BorderStyle::Text::ANSITable::OldCompat::Default::bold PASS 46 46 2026-08-23 2b2257e94 @@ -736,7 +738,7 @@ Bryar::DataSource::Multiplex PASS 3 3 2026-08-28 19c285d26 Btrees PASS 7 7 2026-08-24 2b2257e94 Buffer::Transactional PASS 107 107 2026-08-26 fc1332935 BugCli PASS 2026-08-23 2b2257e94 -Builder PASS 35 35 2026-08-20 1af78283f +Builder PASS 35 35 2026-09-02 948364c75 Bundler PASS 2 2 2026-08-26 fc1332935 Business::Alipay PASS 1 1 2026-08-29 19c285d26 Business::BR::PIS PASS 2956 2956 2026-08-19 1af78283f @@ -759,7 +761,7 @@ Business::ID::NKK PASS 3 3 2026-08-27 4ebea751e Business::ID::NOPPBB PASS 5 5 2026-08-27 4ebea751e Business::ISBN PASS 132 132 2026-08-23 2b2257e94 Business::ISBN::Data PASS 23 23 2026-08-25 fc1332935 -Business::ISSN PASS 36 36 2026-08-20 1af78283f +Business::ISSN PASS 36 36 2026-09-02 948364c75 Business::LegalRepData PASS 1 1 2026-09-02 0f5febaa8 Business::MollieAPI PASS 25 25 2026-09-02 0f5febaa8 Business::OnlinePayment PASS 83 83 2026-08-26 fc1332935 @@ -808,7 +810,8 @@ CDDB::File PASS 37 37 2026-08-23 2b2257e94 CDDB_cache PASS 2 2 2026-09-02 0f5febaa8 CDP PASS 1 1 2026-09-01 0f5febaa8 CDR::Parser::SI3000 PASS 18 18 2026-08-21 1af78283f -CEFACT::Unit PASS 13 13 2026-08-20 1af78283f +CECALA PASS 2026-09-02 948364c75 +CEFACT::Unit PASS 13 13 2026-09-02 948364c75 CGI::AIS::Session PASS 2026-08-20 1af78283f CGI::Ajax PASS 3 3 2026-08-26 344a3971c CGI::Application::Dispatch::Server PASS 2026-08-24 2b2257e94 @@ -866,7 +869,7 @@ CGI::Application::Plugin::YAML PASS 3 3 2026-08-25 fc1332935 CGI::Application::Standard::Config PASS 6 6 2026-08-20 1af78283f CGI::Application::Structured PASS 2 2 2026-09-02 0f5febaa8 CGI::ArgChecker PASS 2026-08-26 fc1332935 -CGI::Auth::Auto PASS 1 1 2026-08-20 1af78283f +CGI::Auth::Auto PASS 1 1 2026-09-02 948364c75 CGI::AuthRegister PASS 2026-08-23 2b2257e94 CGI::Authen::Simple PASS 1 1 2026-08-26 fc1332935 CGI::Authent PASS 2026-08-23 2b2257e94 @@ -991,12 +994,12 @@ CLI::LaTeX::Table PASS 1 1 2026-08-22 2b2257e94 CLI::Meta::YoutubeDl PASS 1 1 2026-08-23 2b2257e94 CLI::Meta::cp PASS 1 1 2026-08-26 fc1332935 CLI::Meta::diff PASS 1 1 2026-08-26 fc1332935 -CLI::Meta::mv PASS 1 1 2026-08-21 1af78283f +CLI::Meta::mv PASS 1 1 2026-09-02 948364c75 CLI::MetaUtil::Getopt::Long PASS 1 1 2026-08-22 ff68371af CLI::MetaUtil::Getopt::Long::Complete PASS 1 1 2026-09-02 0f5febaa8 -CLI::Table::Key::Finder PASS 1 1 2026-08-21 1af78283f +CLI::Table::Key::Finder PASS 1 1 2026-09-02 948364c75 CLI::TextLines::Utils PASS 1 1 2026-08-26 fc1332935 -CMD::Colors PASS 1 1 2026-08-20 1af78283f +CMD::Colors PASS 1 1 2026-09-02 948364c75 CMS::JoomlaToDrupal PASS 5 5 2026-08-26 fc1332935 CMS::MediaWiki PASS 1 1 2026-08-28 4ebea751e CNAB PASS 2026-08-20 1af78283f @@ -1020,7 +1023,7 @@ CORBA::XS PASS 8 8 2026-08-23 2b2257e94 CPAN2RT PASS 2026-08-27 4ebea751e CPAN::02Packages::Search PASS 1 1 2026-09-02 0f5febaa8 CPAN::AutoINC PASS 1 1 2026-08-26 fc1332935 -CPAN::Cache PASS 3 3 2026-08-20 1af78283f +CPAN::Cache PASS 3 3 2026-09-02 948364c75 CPAN::Changes PASS 419 419 2026-08-22 2b2257e94 CPAN::Changes::Cwalitee PASS 4 4 2026-08-26 344a3971c CPAN::Changes::Group::Dependencies::Stats PASS 64 64 2026-08-23 2b2257e94 @@ -1089,7 +1092,7 @@ CPAN::Test::Dummy::Perl5::VersionBump::Decrease PASS 1 1 2026-08-24 2b2257e94 CPAN::Test::Dummy::Perl5::VersionQV PASS 1 1 2026-08-19 1af78283f CPAN::Test::Dummy::Perl5::cpm::Builder PASS 1 1 2026-08-28 4ebea751e CPAN::Test::Dummy::SCO::Lacks PASS 2026-08-23 2b2257e94 -CPAN::Test::Dummy::SCO::Pirated PASS 2026-08-21 1af78283f +CPAN::Test::Dummy::SCO::Pirated PASS 2026-09-02 948364c75 CPAN::Testers PASS 11 11 2026-08-26 fc1332935 CPAN::Testers::Common::Article PASS 161 161 2026-08-28 4ebea751e CPAN::Testers::Common::Client PASS 96 96 2026-08-26 344a3971c @@ -1108,7 +1111,7 @@ CPAN::Uploader PASS 4 4 2026-08-21 1af78283f CPAN::Visitor PASS 2 2 2026-08-27 a7e504a21 CPAN::WAIT PASS 5 5 2026-08-20 1af78283f CPAN::WWW::Top100::Retrieve PASS 4 4 2026-08-22 2b2257e94 -CPAN::Webserver PASS 2026-08-21 1af78283f +CPAN::Webserver PASS 2026-09-02 948364c75 CPAN::cpanminus::reporter::RetainReports PASS 634 634 2026-09-02 0f5febaa8 CPANDB PASS 2 2 2026-08-20 1af78283f CPANDB::Generator PASS 7 7 2026-08-21 1af78283f @@ -1150,7 +1153,7 @@ CSS::Tiny PASS 36 36 2026-08-20 1af78283f CSV::Examples PASS 1 1 2026-08-22 2b2257e94 CSVAWK PASS 2 2 2026-08-26 344a3971c CSVJF PASS 1 1 2026-09-02 0f5febaa8 -CVS::Metrics PASS 12 12 2026-08-17 e9739bcbf +CVS::Metrics PASS 12 12 2026-09-02 948364c75 CWB::CQI PASS 4 4 2026-08-26 fc1332935 CXC::Data::Visitor PASS 18 18 2026-09-01 0f5febaa8 CXC::Form::Tiny::Plugin::OptArgs2 PASS 19 19 2026-09-02 0f5febaa8 @@ -1164,7 +1167,7 @@ Cache::Memcached::Turnstile PASS 1 1 2026-08-27 a7e504a21 Cache::Memory::Simple PASS 11 11 2026-08-22 2b2257e94 Cache::Scalar::WithExpiry PASS 8 8 2026-08-28 4ebea751e Cache::Simple::TimedExpiry PASS 27 27 2026-09-02 0f5febaa8 -Cal::DAV PASS 5 5 2026-08-21 1af78283f +Cal::DAV PASS 5 5 2026-09-02 948364c75 CalDAV::Simple PASS 1 1 2026-08-23 2b2257e94 Calendar::Any PASS 33 33 2026-08-29 19c285d26 Calendar::Dates PASS 2 2 2026-08-29 19c285d26 @@ -1174,9 +1177,11 @@ Call::Context PASS 13 13 2026-09-01 0f5febaa8 Caller::Hide PASS 19 19 2026-08-24 2b2257e94 Caller::Reverse PASS 7 7 2026-08-27 a7e504a21 Canella PASS 1 1 2026-08-26 344a3971c -Captcha::noCAPTCHA PASS 37 37 2026-08-21 1af78283f +Cantella::Worker PASS 16 16 2026-09-02 948364c75 +Captcha::noCAPTCHA PASS 37 37 2026-09-02 948364c75 Captcha::reCAPTCHA PASS 77 77 2026-08-21 ff68371af Captcha::reCAPTCHA::V2 PASS 4 4 2026-08-17 06656bfa2 +Captcha::reCaptcha PASS 77 77 2026-09-02 948364c75 Capture::Attribute PASS 11 11 2026-08-18 1af78283f Carp PASS 2026-08-28 19c285d26 Carp::Always PASS 17 17 2026-08-26 fc1332935 @@ -1255,11 +1260,11 @@ Catalyst::Plugin::MortalForward PASS 11 11 2026-08-28 4ebea751e Catalyst::Plugin::Params::Demoronize PASS 10 10 2026-08-17 06656bfa2 Catalyst::Plugin::Pluggable PASS 13 13 2026-08-11 19f3fff98 Catalyst::Plugin::Profile::DBI::Log PASS 1 1 2026-08-27 4ebea751e -Catalyst::Plugin::RedirectAndDetach PASS 1 1 2026-08-17 06656bfa2 +Catalyst::Plugin::RedirectAndDetach PASS 1 1 2026-09-02 948364c75 Catalyst::Plugin::ServeFile PASS 26 26 2026-08-28 4ebea751e Catalyst::Plugin::Session PASS 21 21 2026-08-26 344a3971c Catalyst::Plugin::Session::DynamicExpiry PASS 1 1 2026-08-24 2b2257e94 -Catalyst::Plugin::Session::PSGI PASS 3 3 2026-08-18 1af78283f +Catalyst::Plugin::Session::PSGI PASS 3 3 2026-09-02 948364c75 Catalyst::Plugin::Session::State::Auth PASS 4 4 2026-08-20 1af78283f Catalyst::Plugin::Session::State::Header PASS 10 10 2026-08-18 e9739bcbf Catalyst::Plugin::Session::State::Stash PASS 30 30 2026-08-29 19c285d26 @@ -1324,10 +1329,10 @@ Catmandu::Fix::viaf_match PASS 4 4 2026-09-02 0f5febaa8 Catmandu::Importer::Parltrack PASS 3 3 2026-08-29 19c285d26 Catmandu::Importer::WoS PASS 10 10 2026-08-28 4ebea751e Catmandu::Importer::Zotero PASS 4 4 2026-08-28 19c285d26 +Catmandu::RIS PASS 15 15 2026-09-02 948364c75 CayleyDickson PASS 177 177 2026-09-01 0f5febaa8 Cdk PASS 2026-08-22 ff68371af CellBIS::Random PASS 7 7 2026-08-26 344a3971c -CellBIS::SQL::Abstract PASS 9 9 2026-08-20 1af78283f CellFunc PASS 1 1 2026-09-02 0f5febaa8 CentOS::Releases PASS 1 1 2026-08-29 19c285d26 Ceph::RadosGW::Admin PASS 15 15 2026-08-29 19c285d26 @@ -1373,7 +1378,7 @@ Class::Accessor::Array PASS 5 5 2026-08-26 fc1332935 Class::Accessor::Array::Glob PASS 3 3 2026-08-24 2b2257e94 Class::Accessor::Chained PASS 8 8 2026-08-20 1af78283f Class::Accessor::Chained::Fast PASS 8 8 2026-08-23 2b2257e94 -Class::Accessor::Children PASS 112 112 2026-08-20 1af78283f +Class::Accessor::Children PASS 112 112 2026-09-02 948364c75 Class::Accessor::Children::Fast PASS 112 112 2026-08-26 344a3971c Class::Accessor::Class PASS 94 94 2026-08-24 2b2257e94 Class::Accessor::Complex PASS 139 139 2026-08-21 1af78283f @@ -1386,7 +1391,7 @@ Class::Accessor::Lite PASS 26 26 2026-08-23 2b2257e94 Class::Accessor::Lvalue PASS 24 24 2026-09-01 0f5febaa8 Class::Accessor::Named PASS 3 3 2026-08-20 1af78283f Class::Accessor::PackedString::Set PASS 3 3 2026-08-26 344a3971c -Class::Accessor::Validated PASS 5 5 2026-08-21 1af78283f +Class::Accessor::Validated PASS 5 5 2026-09-02 948364c75 Class::Adapter::Builder PASS 65 65 2026-08-24 2b2257e94 Class::Anonymous PASS 19 19 2026-08-27 4ebea751e Class::ArrayObjects PASS 9 9 2026-08-22 ff68371af @@ -1449,7 +1454,7 @@ Class::MOP::Method PASS 2026-08-22 ff68371af Class::MOP::Method::Generated PASS 2026-08-26 fc1332935 Class::Member PASS 49 49 2026-08-23 2b2257e94 Class::Meta::Express PASS 161 161 2026-09-01 0f5febaa8 -Class::Method::ModifiersX::Augment PASS 4 4 2026-08-21 1af78283f +Class::Method::ModifiersX::Augment PASS 4 4 2026-09-02 948364c75 Class::Method::ModifiersX::Override PASS 6 6 2026-08-21 ff68371af Class::Mix PASS 94 94 2026-08-29 19c285d26 Class::MixinFactory PASS 88 88 2026-08-23 2b2257e94 @@ -1608,7 +1613,7 @@ Config::PL PASS 15 15 2026-08-22 ff68371af Config::Pod PASS 2026-08-27 a7e504a21 Config::ReadAndCheck PASS 2026-08-27 a7e504a21 Config::Reload PASS 12 12 2026-08-27 a7e504a21 -Config::Settings PASS 20 20 2026-08-19 1af78283f +Config::Settings PASS 20 20 2026-09-02 948364c75 Config::Simple PASS 75 75 2026-08-22 2b2257e94 Config::Simple::Tie PASS 48 48 2026-08-27 4ebea751e Config::Sofu PASS 18 18 2026-08-28 19c285d26 @@ -1620,7 +1625,7 @@ Config::Utils PASS 34 34 2026-09-01 0f5febaa8 Config::YAML PASS 34 34 2026-08-25 fc1332935 Config::YAML::Tiny PASS 34 34 2026-08-27 4ebea751e Config::ZOMG PASS 79 79 2026-08-23 2b2257e94 -ConfigReader::Simple PASS 205 205 2026-08-21 ff68371af +ConfigReader::Simple PASS 205 205 2026-09-02 948364c75 Console::ProgressBar PASS 15 15 2026-08-29 19c285d26 Const::Fast PASS 26 26 2026-09-02 0f5febaa8 Constant::Exporter PASS 6 6 2026-09-02 0f5febaa8 @@ -1671,7 +1676,7 @@ Crypt::Passphrase::PBKDF2 PASS 7 7 2026-08-14 424ad3c8f Crypt::Passphrase::SaltedHash PASS 8 8 2026-08-29 19c285d26 Crypt::RC4 PASS 2026-08-24 2b2257e94 Crypt::RSA::Parse PASS 117 117 2026-08-28 4ebea751e -Crypt::Random::Seed PASS 26 26 2026-08-20 1af78283f +Crypt::Random::Seed PASS 26 26 2026-09-02 948364c75 Crypt::Random::Source::SSLeay PASS 7 7 2026-09-01 0f5febaa8 Crypt::Random::Source::Weak::openssl PASS 14 14 2026-08-18 e9739bcbf Crypt::Random::TESHA2 PASS 51 51 2026-08-26 344a3971c @@ -1690,7 +1695,7 @@ Crypt::X509::CRL PASS 17 17 2026-08-17 06656bfa2 Crypt::xDBM_File PASS 2026-08-29 19c285d26 Csistck PASS 101 101 2026-08-23 2b2257e94 Csistck::Test::Permission PASS 44 44 2026-09-02 0f5febaa8 -Cucumber::TagExpressions PASS 68 68 2026-08-21 ff68371af +Cucumber::TagExpressions PASS 68 68 2026-09-02 948364c75 CursorBase PASS 2026-09-02 0f5febaa8 Cwalitee::Common PASS 1 1 2026-08-23 2b2257e94 Cwd::Ext PASS 31 31 2026-08-26 fc1332935 @@ -1740,14 +1745,14 @@ DBIx::AnyDBD PASS 1 1 2026-08-24 2b2257e94 DBIx::Aurora PASS 1 1 2026-08-28 4ebea751e DBIx::Browse PASS 21 21 2026-08-26 fc1332935 DBIx::BulkUtil PASS 1 1 2026-08-24 2b2257e94 -DBIx::CGITables PASS 2026-08-21 1af78283f +DBIx::CGITables PASS 2026-09-02 948364c75 DBIx::CSV PASS 1 1 2026-08-24 2b2257e94 DBIx::CheckConnectivity PASS 33 33 2026-08-25 7bb930a1f DBIx::Class::BitField PASS 274 274 2026-08-29 19c285d26 DBIx::Class::Bootstrap::Simple PASS 2 2 2026-08-24 2b2257e94 DBIx::Class::Candy PASS 21 21 2026-08-24 2b2257e94 DBIx::Class::CryptColumn PASS 31 31 2026-08-24 2b2257e94 -DBIx::Class::CustomPrefetch PASS 56 56 2026-08-21 1af78283f +DBIx::Class::CustomPrefetch PASS 56 56 2026-09-02 948364c75 DBIx::Class::DateTime::Epoch PASS 37 37 2026-08-26 344a3971c DBIx::Class::DeleteAction PASS 68 68 2026-08-22 ff68371af DBIx::Class::DeploymentAdapter PASS 1 1 2026-08-24 2b2257e94 @@ -1818,7 +1823,7 @@ DBIx::Class::UUIDColumns PASS 16 16 2026-09-01 0f5febaa8 DBIx::Class::UnicornLogger PASS 21 21 2026-09-02 0f5febaa8 DBIx::Class::UserStamp PASS 12 12 2026-08-26 fc1332935 DBIx::Class::Validation PASS 28 28 2026-08-26 344a3971c -DBIx::Class::VirtualColumns PASS 53 53 2026-08-21 ff68371af +DBIx::Class::VirtualColumns PASS 53 53 2026-09-02 948364c75 DBIx::Class::WebForm PASS 1 1 2026-08-22 ff68371af DBIx::Compare::ContentChecksum::mysql PASS 18 18 2026-08-26 344a3971c DBIx::Config PASS 86 86 2026-08-18 e9739bcbf @@ -1844,6 +1849,7 @@ DBIx::Dictionary PASS 32 32 2026-08-28 4ebea751e DBIx::Dump PASS 2026-08-24 2b2257e94 DBIx::FetchLoop PASS 2026-08-24 2b2257e94 DBIx::Foo PASS 66 66 2026-08-26 fc1332935 +DBIx::Frame PASS 2026-09-02 948364c75 DBIx::FunctionalAPI PASS 1 1 2026-08-27 344a3971c DBIx::HTML PASS 1 1 2026-08-28 19c285d26 DBIx::HTMLTable PASS 1 1 2026-08-29 19c285d26 @@ -1882,7 +1888,7 @@ DBIx::RetryOverDisconnects PASS 1 1 2026-08-22 ff68371af DBIx::RoboQuery PASS 255 255 2026-09-02 0f5febaa8 DBIx::SQL::Abstract PASS 1 1 2026-08-19 1af78283f DBIx::SQLCrosstab PASS 2026-08-22 ff68371af -DBIx::SQLite::Deploy PASS 14 14 2026-08-19 1af78283f +DBIx::SQLite::Deploy PASS 14 14 2026-09-02 948364c75 DBIx::Safe PASS 1 1 2026-08-26 fc1332935 DBIx::Schema::DSL::Dumper PASS 1 1 2026-08-25 7bb930a1f DBIx::Schema::UpToDate PASS 46 46 2026-08-20 1af78283f @@ -1905,7 +1911,7 @@ DBIx::TransactionManager::EndHook PASS 7 7 2026-08-26 344a3971c DBIx::Tree PASS 13 13 2026-09-02 0f5febaa8 DBIx::Tree::MaterializedPath PASS 478 478 2026-08-18 e9739bcbf DBIx::UpdateTable::FromHoH PASS 4 4 2026-08-26 344a3971c -DBIx::Version PASS 2026-08-21 1af78283f +DBIx::Version PASS 2026-09-02 948364c75 DBIx::Wrapper PASS 1 1 2026-08-20 1af78283f DBIx::Wrapper::Config PASS 1 1 2026-08-26 fc1332935 DBIx::Wrapper::VerySimple PASS 20 20 2026-09-01 0f5febaa8 @@ -1942,7 +1948,7 @@ DNS::PunyDNS PASS 3 3 2026-09-02 0f5febaa8 DNS::Record::Check PASS 6 6 2026-09-01 0f5febaa8 DNS::WorldWideDns PASS 8 8 2026-08-19 1af78283f DNS::Zone PASS 7 7 2026-09-02 0f5febaa8 -DNS::Zone::Struct::Common PASS 2 2 2026-08-20 1af78283f +DNS::Zone::Struct::Common PASS 2 2 2026-09-02 948364c75 DNS::ZoneEdit PASS 17 17 2026-08-22 2b2257e94 DNS::ZoneParse PASS 124 124 2026-09-02 0f5febaa8 DNS::ZoneSerialNumber PASS 49 49 2026-08-20 1af78283f @@ -1952,7 +1958,7 @@ DR::DateTime PASS 182 182 2026-08-23 2b2257e94 DTA::TokWrap PASS 1 1 2026-08-26 fc1332935 DTL::Fast PASS 2026-08-23 2b2257e94 DWH_File PASS 34 34 2026-08-21 ff68371af -Daemon::Daemonize PASS 2026-08-15 570876923 +Daemon::Daemonize PASS 2026-09-02 948364c75 Daje::Database::Migrator PASS 1 1 2026-08-26 344a3971c Daje::Plugin::Apploader PASS 1 1 2026-08-26 344a3971c Daje::Workflow::Savefile::Activity PASS 1 1 2026-09-01 0f5febaa8 @@ -1972,7 +1978,7 @@ Dancer2::Plugin::Auth::HTTP::Basic::DWIW PASS 25 25 2026-08-18 e9739bcbf Dancer2::Plugin::Auth::Tiny PASS 14 14 2026-09-01 0f5febaa8 Dancer2::Plugin::CSRF PASS 1 1 2026-08-20 1af78283f Dancer2::Plugin::CSRFI PASS 14 14 2026-09-01 14e5d7108 -Dancer2::Plugin::Cache::CHI PASS 42 42 2026-08-21 ff68371af +Dancer2::Plugin::Cache::CHI PASS 42 42 2026-09-02 948364c75 Dancer2::Plugin::DebugDump PASS 1 1 2026-08-19 1af78283f Dancer2::Plugin::EditFile PASS 1 1 2026-08-29 19c285d26 Dancer2::Plugin::EncryptID PASS 28 28 2026-08-17 06656bfa2 @@ -1982,6 +1988,7 @@ Dancer2::Plugin::HTTP::ConditionalRequest PASS 1 1 2026-08-19 1af78283f Dancer2::Plugin::HTTP::ContentNegotiation PASS 1 1 2026-08-22 ff68371af Dancer2::Plugin::HostSpecificRoute PASS 11 11 2026-08-28 4ebea751e Dancer2::Plugin::JSManager PASS 2026-08-26 344a3971c +Dancer2::Plugin::LogContextual PASS 5 5 2026-09-02 948364c75 Dancer2::Plugin::Multilang PASS 1 1 2026-08-22 2b2257e94 Dancer2::Plugin::NYTProf PASS 1 1 2026-08-26 344a3971c Dancer2::Plugin::OpenAPIRoutes PASS 1 1 2026-08-26 fc1332935 @@ -2056,7 +2063,7 @@ Data::CleanJSON PASS 5 5 2026-08-17 06656bfa2 Data::Collector PASS 72 72 2026-08-28 4ebea751e Data::Combination PASS 7 7 2026-08-23 2b2257e94 Data::Compare::Plugins::Data::Transactional PASS 72 72 2026-08-29 19c285d26 -Data::Compare::Plugins::Set::Object PASS 17 17 2026-08-16 570876923 +Data::Compare::Plugins::Set::Object PASS 17 17 2026-09-02 948364c75 Data::Convert::MicrochipTechnology::Float PASS 22 22 2026-08-19 1af78283f Data::CosineSimilarity PASS 32 32 2026-08-28 4ebea751e Data::Currency PASS 188 188 2026-08-22 2b2257e94 @@ -2072,9 +2079,9 @@ Data::Delete PASS 15 15 2026-08-19 1af78283f Data::Direct PASS 2026-08-28 4ebea751e Data::Dmap PASS 3 3 2026-08-23 2b2257e94 Data::Dmp PASS 25 25 2026-08-25 fc1332935 -Data::Dump PASS 2026-08-21 1af78283f +Data::Dump PASS 2026-09-02 948364c75 Data::Dump::JavaScript PASS 35 35 2026-08-21 ff68371af -Data::Dump::ObjectAsString PASS 1 1 2026-08-15 570876923 +Data::Dump::ObjectAsString PASS 1 1 2026-09-02 948364c75 Data::Dump::OneLine PASS 4 4 2026-08-26 344a3971c Data::Dump::Partial PASS 33 33 2026-08-21 1af78283f Data::Dumper::Concise PASS 23 23 2026-08-26 344a3971c @@ -2153,7 +2160,7 @@ Data::Properties::JSON PASS 16 16 2026-08-26 344a3971c Data::Properties::YAML PASS 10 10 2026-08-22 2b2257e94 Data::Pwgen PASS 305 305 2026-08-28 4ebea751e Data::Queue::Batch PASS 16 16 2026-08-29 19c285d26 -Data::Random::Nucleotides PASS 28 28 2026-08-18 e9739bcbf +Data::Random::Nucleotides PASS 28 28 2026-09-02 948364c75 Data::Random::Structure PASS 2 2 2026-09-02 0f5febaa8 Data::Range::Compare PASS 135 135 2026-08-29 19c285d26 Data::Reconciliation PASS 17 17 2026-08-29 19c285d26 @@ -2190,6 +2197,7 @@ Data::Semantic PASS 16 16 2026-08-28 19c285d26 Data::Serializer::JSON::MaybeXS PASS 1 1 2026-08-28 4ebea751e Data::Serializer::Sereal PASS 3 3 2026-08-21 ff68371af Data::ShowTable PASS 161 161 2026-08-22 ff68371af +Data::Skeleton PASS 15 15 2026-09-02 948364c75 Data::Sorting PASS 58 58 2026-08-18 e9739bcbf Data::SpreadPagination PASS 319 319 2026-08-28 4ebea751e Data::Stag PASS 102 102 2026-08-23 2b2257e94 @@ -2221,7 +2229,7 @@ Data::Validate::Image PASS 3 3 2026-08-18 e9739bcbf Data::Validate::MySQL PASS 1248 1248 2026-08-19 1af78283f Data::Validate::Perl PASS 4 4 2026-09-02 0f5febaa8 Data::Validate::Type PASS 90 90 2026-09-01 0f5febaa8 -Data::Validate::WithYAML::Plugin::IBAN PASS 15 15 2026-08-17 06656bfa2 +Data::Validate::WithYAML::Plugin::IBAN PASS 15 15 2026-09-02 948364c75 Data::VarPrint PASS 1 1 2026-08-17 06656bfa2 Data::Verifier PASS 244 244 2026-08-25 fc1332935 Data::Visitor PASS 106 106 2026-08-23 2b2257e94 @@ -2238,7 +2246,7 @@ Date::Calc::Iterator PASS 10 10 2026-08-17 e9739bcbf Date::Day PASS 2026-08-27 a7e504a21 Date::DayOfWeek PASS 32 32 2026-08-21 ff68371af Date::Easter PASS 27 27 2026-08-27 4ebea751e -Date::Extract PASS 148 148 2026-08-21 1af78283f +Date::Extract PASS 148 148 2026-09-02 948364c75 Date::EzDate PASS 1226 1226 2026-08-23 2b2257e94 Date::Format PASS 1218 1218 2026-08-21 ff68371af Date::Gregorian PASS 719 719 2026-08-28 4ebea751e @@ -2314,10 +2322,11 @@ DateTime::Format::Oracle PASS 76 76 2026-08-28 19c285d26 DateTime::Format::Pg PASS 217 217 2026-08-26 fc1332935 DateTime::Format::RFC3339 PASS 33 33 2026-08-23 2b2257e94 DateTime::Format::RFC3501 PASS 12 12 2026-08-26 344a3971c -DateTime::Format::RSS PASS 128 128 2026-08-21 1af78283f +DateTime::Format::RSS PASS 128 128 2026-09-02 948364c75 DateTime::Format::Roman PASS 23 23 2026-08-26 fc1332935 DateTime::Format::SQLite PASS 69 69 2026-08-24 2b2257e94 DateTime::Format::Strftimeq PASS 2 2 2026-08-25 fc1332935 +DateTime::Format::Strptime PASS 143 143 2026-09-02 948364c75 DateTime::Format::W3CDTF PASS 47 47 2026-09-01 0f5febaa8 DateTime::Format::WindowsFileTime PASS 2 2 2026-08-26 fc1332935 DateTime::Format::XSD PASS 2 2 2026-08-21 1af78283f @@ -2327,7 +2336,6 @@ DateTime::Incomplete PASS 218 218 2026-08-25 fc1332935 DateTime::Locale PASS 1173 1173 2026-08-26 fc1332935 DateTime::Moonpig PASS 22 22 2026-08-21 ff68371af DateTime::Ordinal PASS 760 760 2026-08-24 2b2257e94 -DateTime::Precise PASS 204 204 2026-08-20 1af78283f DateTime::Set PASS 347 347 2026-08-26 344a3971c DateTime::Span PASS 347 347 2026-08-21 1af78283f DateTime::Span::Common PASS 1 1 2026-09-02 0f5febaa8 @@ -2348,6 +2356,8 @@ DateTimeX::Immutable PASS 58 58 2026-08-21 1af78283f DateTimeX::Start PASS 41 41 2026-08-27 4ebea751e DateTimeX::TO_JSON PASS 6 6 2026-08-19 1af78283f DateTimeX::Tiny::Compact PASS 1 1 2026-08-21 ff68371af +DateTimeX::Web PASS 131 131 2026-09-02 948364c75 +DateTimeX::strftimeq PASS 11 11 2026-09-02 948364c75 Debian::Package::HTML PASS 1 1 2026-08-27 4ebea751e Debug::Helper::Flag PASS 5 5 2026-08-29 19c285d26 Debug::Phases PASS 3 3 2026-08-28 4ebea751e @@ -2400,7 +2410,7 @@ Devel::SlowBless PASS 2026-08-29 19c285d26 Devel::StackTrace::AsHTML PASS 4 4 2026-08-26 344a3971c Devel::StrictMode PASS 4 4 2026-08-26 344a3971c Devel::Symdump PASS 29 29 2026-08-23 2b2257e94 -Devel::TakeHashArgs PASS 17 17 2026-08-19 1af78283f +Devel::TakeHashArgs PASS 17 17 2026-09-02 948364c75 Devel::TraceINC PASS 8 8 2026-08-29 19c285d26 Devel::Trepan::Shell PASS 9 9 2026-08-26 fc1332935 Devel::Util PASS 1 1 2026-09-01 0f5febaa8 @@ -2449,7 +2459,7 @@ Digest::SHA1 PASS 2026-08-23 2b2257e94 Digest::SRI PASS 34 34 2026-08-28 4ebea751e Digest::TransformPath PASS 31 31 2026-08-27 4ebea751e DigitalOcean::Account PASS 1 1 2026-09-02 0f5febaa8 -Dir::Watch PASS 6 6 2026-08-20 1af78283f +Dir::Watch PASS 6 6 2026-09-02 948364c75 Dir::Write::Rotate PASS 9 9 2026-08-18 e9739bcbf Directory::Scratch PASS 2 2 2026-08-20 1af78283f Disassemble::X86 PASS 459 459 2026-08-29 19c285d26 @@ -2473,12 +2483,12 @@ Dist::Zilla::Plugin::Author::CSSON::GithubActions::BaseWorkflow PASS 17 17 2026 Dist::Zilla::Plugin::BlockRelease PASS 6 6 2026-08-28 4ebea751e Dist::Zilla::Plugin::BorderStyle PASS 1 1 2026-08-28 4ebea751e Dist::Zilla::Plugin::Bugtracker PASS 17 17 2026-08-29 19c285d26 -Dist::Zilla::Plugin::ChangeStats::Git PASS 4 4 2026-08-17 e9739bcbf +Dist::Zilla::Plugin::ChangeStats::Git PASS 4 4 2026-09-02 948364c75 Dist::Zilla::Plugin::CheckPrereqsIndexed PASS 23 23 2026-09-02 0f5febaa8 Dist::Zilla::Plugin::CheckVersionIncrement PASS 19 19 2026-08-27 4ebea751e Dist::Zilla::Plugin::Clean PASS 1 1 2026-08-29 19c285d26 Dist::Zilla::Plugin::Config::Git PASS 11 11 2026-08-21 ff68371af -Dist::Zilla::Plugin::ConsistentVersionTest PASS 18 18 2026-08-19 1af78283f +Dist::Zilla::Plugin::ConsistentVersionTest PASS 18 18 2026-09-02 948364c75 Dist::Zilla::Plugin::ContributorsFromPod PASS 1 1 2026-08-29 19c285d26 Dist::Zilla::Plugin::CopyFilesFromRelease PASS 9 9 2026-08-21 ff68371af Dist::Zilla::Plugin::CopyTo PASS 1 1 2026-08-27 4ebea751e @@ -2491,6 +2501,7 @@ Dist::Zilla::Plugin::FakeFaker PASS 1 1 2026-08-19 1af78283f Dist::Zilla::Plugin::Git::DescribeVersion PASS 16 16 2026-08-28 4ebea751e Dist::Zilla::Plugin::Git::PushInitial PASS 1 1 2026-08-19 1af78283f Dist::Zilla::Plugin::IfBuilt PASS 1 1 2026-09-02 0f5febaa8 +Dist::Zilla::Plugin::InsertDistImage PASS 1 1 2026-09-02 948364c75 Dist::Zilla::Plugin::InstallRelease PASS 2 2 2026-08-14 d5aec7092 Dist::Zilla::Plugin::Manifest::Read PASS 8 8 2026-08-27 4ebea751e Dist::Zilla::Plugin::Meta::Dynamic::Config PASS 2 2 2026-08-27 a7e504a21 @@ -2503,7 +2514,7 @@ Dist::Zilla::Plugin::Munge::Whitespace PASS 2 2 2026-08-28 4ebea751e Dist::Zilla::Plugin::OurDate PASS 1 1 2026-08-29 19c285d26 Dist::Zilla::Plugin::PERLANCAR::Authority PASS 1 1 2026-08-27 4ebea751e Dist::Zilla::Plugin::PERLANCAR::OurPkgVersion PASS 1 1 2026-09-02 0f5febaa8 -Dist::Zilla::Plugin::Pod2Readme PASS 7 7 2026-08-18 1af78283f +Dist::Zilla::Plugin::Pod2Readme PASS 7 7 2026-09-02 948364c75 Dist::Zilla::Plugin::PodWeaver PASS 2 2 2026-08-18 e9739bcbf Dist::Zilla::Plugin::Prepender PASS 6 6 2026-09-02 0f5febaa8 Dist::Zilla::Plugin::Prereqs::FromCPANfile PASS 2 2 2026-08-28 4ebea751e @@ -2572,7 +2583,7 @@ Echo360 PASS 2026-08-26 344a3971c Echo::StreamServer::Account PASS 4 4 2026-08-27 a7e504a21 Ei PASS 2026-08-16 570876923 Eidolon PASS 126 126 2026-08-22 2b2257e94 -Eidolon::Driver::Template::Toolkit PASS 6 6 2026-08-19 1af78283f +Eidolon::Driver::Template::Toolkit PASS 6 6 2026-09-02 948364c75 Eircode PASS 40 40 2026-08-26 344a3971c Eirotic PASS 8 8 2026-08-24 2b2257e94 Ekahau PASS 159 159 2026-09-02 0f5febaa8 @@ -2597,7 +2608,7 @@ Email::Sender PASS 130 130 2026-08-20 1af78283f Email::Sender::Simple PASS 130 130 2026-08-22 2b2257e94 Email::Sender::Transport::Mailgun PASS 43 43 2026-08-28 4ebea751e Email::Sender::Transport::SQLite PASS 7 7 2026-09-02 0f5febaa8 -Email::Simple PASS 190 190 2026-08-20 1af78283f +Email::Simple PASS 190 190 2026-09-02 948364c75 Email::Simple::Markdown PASS 16 16 2026-08-17 e9739bcbf Email::Stuffer PASS 131 131 2026-08-22 2b2257e94 Email::Valid PASS 43 43 2026-08-25 fc1332935 @@ -2654,7 +2665,7 @@ Exception::Class PASS 86 86 2026-08-23 2b2257e94 Exception::Class::TryCatch PASS 46 46 2026-08-22 2b2257e94 Exception::Delayed PASS 8 8 2026-08-16 ebd367ec5 Exception::Reporter::Summarizer::PlackRequest PASS 3 3 2026-08-29 19c285d26 -Exception::Simple PASS 9 9 2026-08-20 1af78283f +Exception::Simple PASS 9 9 2026-09-02 948364c75 Exception::System PASS 8 8 2026-08-25 fc1332935 Exception::Tiny PASS 34 34 2026-08-24 2b2257e94 Exobrain::Agent::Idonethis PASS 2026-08-27 4ebea751e @@ -2705,9 +2716,9 @@ FASTAParse PASS 21 21 2026-08-25 fc1332935 FASTAid PASS 11 11 2026-08-23 2b2257e94 FASTX::Abi PASS 103 103 2026-08-21 ff68371af FASTX::PE PASS 205 205 2026-08-25 fc1332935 -FASTX::Reader PASS 444 444 2026-08-21 1af78283f +FASTX::Reader PASS 444 444 2026-09-02 948364c75 FB3 PASS 2 2 2026-08-28 4ebea751e -FBP PASS 379 379 2026-08-25 fc1332935 +FBP PASS 13 13 2026-09-02 948364c75 FBP::Parent PASS 13 13 2026-08-20 1af78283f FCGI::Client PASS 1 1 2026-08-23 2b2257e94 FFmpeg::Stream::Helper PASS 1 1 2026-08-29 19c285d26 @@ -2727,9 +2738,10 @@ FTN::Message::serialno PASS 20 20 2026-08-24 2b2257e94 FTN::Msg PASS 1 1 2026-08-19 1af78283f FTN::Outbound::BSO PASS 20 20 2026-08-20 1af78283f FTN::Outbound::Reference_file PASS 8 8 2026-08-23 2b2257e94 +FTN::Pkt PASS 1 1 2026-09-02 948364c75 FUSE::Client PASS 1 1 2026-08-23 2b2257e94 FWS::V2::SocketLabs PASS 3 3 2026-08-23 2b2257e94 -Facebook PASS 9 9 2026-08-12 cc69cbb4c +Facebook PASS 9 9 2026-09-02 948364c75 Facebook::OpenGraph PASS 74 74 2026-08-17 e9739bcbf FactorOracle PASS 14 14 2026-09-02 0f5febaa8 FakeHash PASS 2026-08-23 2b2257e94 @@ -2748,12 +2760,12 @@ File::ChangeNotify PASS 10 10 2026-09-02 0f5febaa8 File::CodeSearch PASS 78 78 2026-08-16 ebd367ec5 File::ConfigDir PASS 60 60 2026-08-23 2b2257e94 File::CounterFile PASS 1 1 2026-08-29 19c285d26 -File::Defrag PASS 2026-08-19 1af78283f +File::Defrag PASS 2026-09-02 948364c75 File::Details PASS 6 6 2026-08-21 1af78283f File::Digest PASS 12 12 2026-08-20 1af78283f File::Dir::Hash PASS 7 7 2026-08-29 19c285d26 File::ELAN PASS 8 8 2026-09-01 14e5d7108 -File::Extension PASS 4 4 2026-08-17 06656bfa2 +File::Extension PASS 9 9 2026-09-02 948364c75 File::Find::CaseCollide PASS 5 5 2026-09-01 0f5febaa8 File::Find::Object PASS 83 83 2026-08-22 ff68371af File::Find::Rex PASS 2 2 2026-08-19 1af78283f @@ -2764,7 +2776,7 @@ File::Find::Rule::DirCompare PASS 14 14 2026-08-28 19c285d26 File::Find::Rule::MMagic PASS 1 1 2026-08-29 19c285d26 File::Find::Rule::Perl PASS 31 31 2026-09-02 0f5febaa8 File::Find::Rule::WellFormed PASS 5 5 2026-08-28 4ebea751e -File::FindSimilars PASS 7 7 2026-08-18 e9739bcbf +File::FindSimilars PASS 7 7 2026-09-02 948364c75 File::Flock::Retry PASS 5 5 2026-08-28 4ebea751e File::Format::RIFF PASS 51 51 2026-08-23 2b2257e94 File::GetLineMaxLength PASS 873 873 2026-08-28 4ebea751e @@ -2823,10 +2835,10 @@ File::Tail::App PASS 2 2 2026-08-29 19c285d26 File::Temp PASS 2026-08-23 2b2257e94 File::Temp::MoreUtils PASS 3 3 2026-08-29 19c285d26 File::Tempdir PASS 8 8 2026-08-24 2b2257e94 -File::Tools PASS 48 48 2026-08-17 e9739bcbf +File::Tools PASS 48 48 2026-09-02 948364c75 File::Touch PASS 19 19 2026-08-18 e9739bcbf File::Trash PASS 72 72 2026-08-16 ebd367ec5 -File::TreeCreate PASS 23 23 2026-08-21 1af78283f +File::TreeCreate PASS 23 23 2026-09-02 948364c75 File::Type PASS 58 58 2026-08-22 2b2257e94 File::Type::WebImages PASS 15 15 2026-08-24 2b2257e94 File::TypeCategories PASS 75 75 2026-08-29 19c285d26 @@ -2902,7 +2914,7 @@ FormValidator::Simple PASS 319 319 2026-09-02 0f5febaa8 FormValidator::Simple::Plugin::CreditCard PASS 5 5 2026-08-27 344a3971c FormValidator::Simple::Plugin::CustomConstraint PASS 1 1 2026-09-02 0f5febaa8 FormValidator::Simple::Plugin::DBIC::Unique PASS 1 1 2026-08-21 1af78283f -FormValidator::Simple::Plugin::Trim PASS 5 5 2026-08-20 1af78283f +FormValidator::Simple::Plugin::Trim PASS 5 5 2026-09-02 948364c75 FormValidator::Simple::Struct PASS 272 272 2026-08-28 19c285d26 Format::Human::Bytes PASS 216 216 2026-08-19 1af78283f Format::JSON::Stream PASS 15 15 2026-08-19 1af78283f @@ -2911,7 +2923,7 @@ Formatter::HTML::Preformatted PASS 8 8 2026-08-27 a7e504a21 Fortune PASS 27 27 2026-08-23 2b2257e94 FrameMaker::FromHTML PASS 1 1 2026-09-02 0f5febaa8 FrameNet::QueryData PASS 13 13 2026-08-27 a7e504a21 -FreeBSD::Pkgs PASS 5 5 2026-08-21 ff68371af +FreeBSD::Pkgs PASS 5 5 2026-09-02 948364c75 FreeBSD::Ports PASS 5 5 2026-08-25 fc1332935 FreeBSD::Ports::INDEXhash PASS 6 6 2026-08-26 344a3971c FreeBSD::Src PASS 6 6 2026-08-24 2b2257e94 @@ -2928,10 +2940,10 @@ Future::Buffer PASS 63 63 2026-09-02 0f5febaa8 Future::Mojo PASS 39 39 2026-08-22 2b2257e94 Future::Queue PASS 36 36 2026-08-22 ff68371af GCC::Node PASS 1 1 2026-09-02 0f5febaa8 -GCloud::CLIWrapper PASS 2026-08-21 ff68371af +GCloud::CLIWrapper PASS 2026-09-02 948364c75 GFL PASS 2026-08-23 2b2257e94 GIFgraph::EvenlySpaced PASS 2026-08-28 19c285d26 -GIS::Distance::Lite PASS 2026-08-19 1af78283f +GIS::Distance::Lite PASS 2026-09-02 948364c75 GO::Parser PASS 140 140 2026-08-24 2b2257e94 GPS::Babel PASS 59 59 2026-08-26 344a3971c GPS::Base PASS 18 18 2026-08-20 1af78283f @@ -3031,7 +3043,7 @@ Getopt::CommandLineExports PASS 3 3 2026-09-02 0f5febaa8 Getopt::Declare PASS 65 65 2026-08-28 4ebea751e Getopt::EX::Hashed PASS 117 117 2026-08-29 19c285d26 Getopt::Easy PASS 14 14 2026-08-22 2b2257e94 -Getopt::Function PASS 4 4 2026-08-21 1af78283f +Getopt::Function PASS 4 4 2026-09-02 948364c75 Getopt::Gen PASS 4 4 2026-08-28 4ebea751e Getopt::Kingpin PASS 172 172 2026-09-01 0f5febaa8 Getopt::Long::Complete PASS 3 3 2026-09-02 0f5febaa8 @@ -3213,7 +3225,7 @@ HTML::FromMail PASS 11 11 2026-08-20 1af78283f HTML::FromText PASS 60 60 2026-08-19 1af78283f HTML::GMUCK PASS 2026-08-28 19c285d26 HTML::GoogleMaps::V3 PASS 46 46 2026-08-23 2b2257e94 -HTML::Grabber PASS 3 3 2026-08-20 1af78283f +HTML::Grabber PASS 3 3 2026-09-02 948364c75 HTML::HTML5::Entities PASS 17 17 2026-08-23 2b2257e94 HTML::HeadParser PASS 2026-08-22 2b2257e94 HTML::Highlight PASS 2026-08-26 fc1332935 @@ -3232,7 +3244,7 @@ HTML::Location PASS 131 131 2026-08-23 2b2257e94 HTML::Mason::PlackHandler PASS 6 6 2026-08-23 2b2257e94 HTML::Menu::Hierarchical PASS 1 1 2026-08-21 1af78283f HTML::Menu::Select PASS 85 85 2026-08-19 1af78283f -HTML::Merge PASS 2026-08-19 1af78283f +HTML::Merge PASS 2026-09-02 948364c75 HTML::MobileConverter PASS 23 23 2026-09-01 0f5febaa8 HTML::Myasp PASS 1 1 2026-08-21 ff68371af HTML::Notebook PASS 2026-08-17 6c5545d16 @@ -3241,7 +3253,8 @@ HTML::Obliterate PASS 41 41 2026-08-26 344a3971c HTML::PageIndex PASS 1 1 2026-08-23 2b2257e94 HTML::Paginator PASS 2026-08-17 06656bfa2 HTML::Paging::SQL PASS 2026-09-02 0f5febaa8 -HTML::ParagraphSplit PASS 28 28 2026-08-21 1af78283f +HTML::ParagraphSplit PASS 28 28 2026-09-02 948364c75 +HTML::Parser PASS 2026-09-02 948364c75 HTML::Parser::Stacked PASS 94 94 2026-08-19 1af78283f HTML::PhotoAlbum PASS 1 1 2026-08-18 e9739bcbf HTML::Pictogram::MobileJp PASS 16 16 2026-08-28 19c285d26 @@ -3253,11 +3266,11 @@ HTML::QRCode PASS 1 1 2026-08-27 344a3971c HTML::QuickTable PASS 8 8 2026-08-26 fc1332935 HTML::Quoted PASS 26 26 2026-08-17 06656bfa2 HTML::Rainbow PASS 21 21 2026-08-19 1af78283f -HTML::Rebase PASS 12 12 2026-08-20 1af78283f +HTML::Rebase PASS 12 12 2026-09-02 948364c75 HTML::RefMunger PASS 2026-08-26 fc1332935 HTML::ReportWriter PASS 2026-08-20 1af78283f HTML::RobotsMETA PASS 18 18 2026-08-23 2b2257e94 -HTML::ScriptLoader PASS 7 7 2026-08-20 1af78283f +HTML::ScriptLoader PASS 7 7 2026-09-02 948364c75 HTML::SearchPage PASS 4 4 2026-08-28 4ebea751e HTML::Selector::XPath::Simple PASS 13 13 2026-08-26 344a3971c HTML::Show PASS 1 1 2026-08-25 7bb930a1f @@ -3303,7 +3316,7 @@ HTML::Template::Filter::TT2 PASS 38 38 2026-08-25 fc1332935 HTML::Template::Filter::URIdecode PASS 4 4 2026-08-22 2b2257e94 HTML::Template::HTX PASS 2026-08-23 2b2257e94 HTML::Template::Nest PASS 36 36 2026-08-27 4ebea751e -HTML::Template::Parser PASS 238 238 2026-08-21 1af78283f +HTML::Template::Parser PASS 238 238 2026-09-02 948364c75 HTML::Template::Plugin::Dot::Helpers PASS 15 15 2026-08-26 344a3971c HTML::Template::Set PASS 1 1 2026-08-21 ff68371af HTML::TextToHTML PASS 102 102 2026-08-26 fc1332935 @@ -3335,7 +3348,7 @@ HTTP::Accept PASS 126 126 2026-08-24 2b2257e94 HTTP::AcceptCharset PASS 115 115 2026-08-20 1af78283f HTTP::AcceptLanguage PASS 23 23 2026-08-23 2b2257e94 HTTP::AnyUA PASS 50 50 2026-08-23 2b2257e94 -HTTP::AppServer PASS 1 1 2026-08-20 1af78283f +HTTP::AppServer PASS 1 1 2026-09-02 948364c75 HTTP::Body PASS 250 250 2026-08-22 ff68371af HTTP::Body::Builder PASS 11 11 2026-08-23 2b2257e94 HTTP::Body::MultiPart::Extend PASS 12 12 2026-08-26 344a3971c @@ -3365,7 +3378,7 @@ HTTP::Handy PASS 646 646 2026-08-28 4ebea751e HTTP::Headers::Fast PASS 195 195 2026-08-24 2b2257e94 HTTP::Headers::Patch::DontUseStorable PASS 1 1 2026-08-21 ff68371af HTTP::Headers::UserAgent PASS 13 13 2026-08-23 2b2257e94 -HTTP::Link PASS 32 32 2026-08-21 1af78283f +HTTP::Link PASS 32 32 2026-09-02 948364c75 HTTP::Link::Parser PASS 1 1 2026-08-26 344a3971c HTTP::Lite PASS 21 21 2026-08-23 2b2257e94 HTTP::MessageParser PASS 37 37 2026-08-21 1af78283f @@ -3384,7 +3397,7 @@ HTTP::Request::AsCGI PASS 37 37 2026-08-25 fc1332935 HTTP::Request::Chunked PASS 241 241 2026-08-20 1af78283f HTTP::Request::Diff PASS 25 25 2026-08-20 1af78283f HTTP::Request::Form PASS 2026-08-23 2b2257e94 -HTTP::Request::Generator PASS 52 52 2026-08-21 1af78283f +HTTP::Request::Generator PASS 59 59 2026-09-02 948364c75 HTTP::Request::Params PASS 33 33 2026-08-26 fc1332935 HTTP::Response::Encoding PASS 19 19 2026-08-20 1af78283f HTTP::Response::Maker PASS 29 29 2026-08-21 ff68371af @@ -3422,7 +3435,7 @@ HTTP::Tiny::Patch::SetUserAgent PASS 1 1 2026-08-26 344a3971c HTTP::Tiny::Plugin PASS 1 1 2026-08-21 1af78283f HTTP::Tiny::Plugin::Cache PASS 1 1 2026-08-20 1af78283f HTTP::Tiny::Plugin::Delay PASS 1 1 2026-08-23 2b2257e94 -HTTP::Tiny::Plugin::NewestFirefox PASS 1 1 2026-08-19 1af78283f +HTTP::Tiny::Plugin::NewestFirefox PASS 1 1 2026-09-02 948364c75 HTTP::Tiny::Plugin::Retry PASS 1 1 2026-08-26 fc1332935 HTTP::Tiny::PreserveHostHeader PASS 1 1 2026-08-27 344a3971c HTTP::Tiny::UNIX PASS 1 1 2026-08-23 2b2257e94 @@ -3465,7 +3478,7 @@ Hash::Util::Regexp PASS 13 13 2026-08-27 4ebea751e HashData PASS 8 8 2026-08-26 344a3971c HashData::Array PASS 90 90 2026-08-20 1af78283f HashData::Color::CMYK::JohnDecemberCom PASS 1 1 2026-08-26 fc1332935 -HashData::Color::CMYK::ToutesLesCouleursCom PASS 12 12 2026-08-21 1af78283f +HashData::Color::CMYK::ToutesLesCouleursCom PASS 12 12 2026-09-02 948364c75 HashData::Color::PantoneToCMYK PASS 1 1 2026-08-25 fc1332935 HashData::ColorCode::CMYK::JohnDecemberCom PASS 1 1 2026-08-20 1af78283f HashData::ColorCode::CMYK::Pantone PASS 1 1 2026-08-22 2b2257e94 @@ -3521,7 +3534,6 @@ IMDB::TitlePage::Extract PASS 1 1 2026-09-02 0f5febaa8 INI::Examples PASS 1 1 2026-08-28 4ebea751e INI_File PASS 4 4 2026-08-28 4ebea751e INSPEC::BibTeX PASS 2026-08-23 2b2257e94 -IO PASS 2026-08-17 e9739bcbf IO::All::FTP PASS 8 8 2026-08-22 ff68371af IO::Async::Resolver::StupidCache PASS 13 13 2026-08-26 fc1332935 IO::AsyncX::Sendfile PASS 177 177 2026-08-28 19c285d26 @@ -3532,7 +3544,7 @@ IO::BufferedSelect PASS 1 1 2026-08-22 2b2257e94 IO::BufferedSelect2 PASS 2026-08-27 4ebea751e IO::CSVHeaderFile PASS 2026-08-20 1af78283f IO::Callback::HTTP PASS 1 1 2026-08-26 fc1332935 -IO::Capture PASS 121 121 2026-08-23 2b2257e94 +IO::Capture PASS 112 112 2026-09-02 948364c75 IO::Capture::ErrorMessages PASS 112 112 2026-08-21 ff68371af IO::Capture::Extended PASS 70 70 2026-08-22 2b2257e94 IO::CaptureOutput PASS 105 105 2026-08-21 ff68371af @@ -3582,7 +3594,7 @@ IO::Socket::Socks PASS 92 92 2026-08-23 2b2257e94 IO::Socket::Timeout PASS 9 9 2026-08-20 1af78283f IO::Socket::UNIX::Util PASS 1 1 2026-08-23 2b2257e94 IO::String PASS 43 43 2026-08-23 2b2257e94 -IO::Tee PASS 27 27 2026-08-20 1af78283f +IO::Tee PASS 27 27 2026-09-02 948364c75 IO::TieCombine PASS 7 7 2026-08-22 2b2257e94 IO::Tokenized PASS 23 23 2026-08-25 fc1332935 IO::Wrap PASS 127 127 2026-08-25 fc1332935 @@ -3623,6 +3635,7 @@ IPChains PASS 2026-08-21 1af78283f IPDR PASS 1 1 2026-08-23 2b2257e94 IPDevice::CiscoRouter PASS 1 1 2026-08-28 4ebea751e IPGen::V4 PASS 1 1 2026-08-24 2b2257e94 +IPTables::Log PASS 48 48 2026-09-02 948364c75 IPTables::Parse PASS 1 1 2026-08-21 ff68371af IPTables::Rule PASS 205 205 2026-08-23 2b2257e94 IRC::Formatting::HTML PASS 29 29 2026-08-23 2b2257e94 @@ -3651,7 +3664,7 @@ Image::PBMlib PASS 301 301 2026-08-29 19c285d26 Image::Pbm PASS 20 20 2026-08-19 1af78283f Image::Processor PASS 2026-08-17 06656bfa2 Image::SVG::Path PASS 185 185 2026-08-25 fc1332935 -Image::Size::FillFullSelect PASS 6 6 2026-08-19 1af78283f +Image::Size::FillFullSelect PASS 6 6 2026-09-02 948364c75 ImgurAPI::Client PASS 6 6 2026-08-21 1af78283f Import::Into PASS 23 23 2026-08-23 2b2257e94 Indent PASS 145 145 2026-08-15 d5aec7092 @@ -3664,7 +3677,7 @@ Inline::Module PASS 1 1 2026-08-29 19c285d26 Inline::Select PASS 4 4 2026-08-27 4ebea751e Inline::Spew PASS 2 2 2026-08-17 06656bfa2 Inline::TT PASS 7 7 2026-08-18 e9739bcbf -Inline::WebChat PASS 3 3 2026-08-18 e9739bcbf +Inline::WebChat PASS 3 3 2026-09-02 948364c75 Inline::Wrapper PASS 62 62 2026-08-28 4ebea751e InlineX::XS PASS 4 4 2026-08-24 2b2257e94 Input::Validator PASS 247 247 2026-08-26 fc1332935 @@ -3692,7 +3705,7 @@ JBD PASS 2026-09-02 0f5febaa8 JIRA::Client::REST PASS 2026-08-24 2b2257e94 JIRA::REST PASS 1 1 2026-08-26 fc1332935 JIRA::REST::Class::Version PASS 37 37 2026-08-21 1af78283f -JLogger PASS 12 12 2026-08-19 1af78283f +JLogger PASS 12 12 2026-09-02 948364c75 JPEG::Comment PASS 2026-08-22 2b2257e94 JPEG::JFIF PASS 2026-08-29 19c285d26 JPList PASS 51 51 2026-09-01 0f5febaa8 @@ -3739,7 +3752,7 @@ JSON::Pointer::Extend PASS 31 31 2026-08-26 fc1332935 JSON::RPC PASS 31 31 2026-08-26 fc1332935 JSON::RPC2 PASS 377 377 2026-08-26 344a3971c JSON::RPC2::TwoWay PASS 41 41 2026-09-02 0f5febaa8 -JSON::RPC::Common PASS 317 317 2026-08-19 1af78283f +JSON::RPC::Common PASS 317 317 2026-09-02 948364c75 JSON::RPC::Dispatcher PASS 21 21 2026-08-22 2b2257e94 JSON::RPC::Dispatcher::ClassMapping PASS 6 6 2026-08-26 344a3971c JSON::RPC::Legacy::Client PASS 13 13 2026-08-24 2b2257e94 @@ -3789,7 +3802,7 @@ Kelp::Module::Symbiosis::_Util PASS 56 56 2026-08-13 cc69cbb4c KelpX::Controller PASS 5 5 2026-08-29 19c285d26 KeyedMutex PASS 29 29 2026-08-19 1af78283f KeywordsSpider PASS 10 10 2026-08-24 2b2257e94 -KiokuX::User PASS 31 31 2026-08-19 1af78283f +KiokuX::User PASS 31 31 2026-09-02 948364c75 Kite PASS 114 114 2026-08-20 1af78283f Kossy::Validator PASS 78 78 2026-08-26 344a3971c Krb4 PASS 2026-08-23 2b2257e94 @@ -3827,10 +3840,10 @@ LCS PASS 219 219 2026-08-23 2b2257e94 LCS::BV PASS 2431 2431 2026-08-27 a7e504a21 LCS::Similar PASS 85 85 2026-09-02 0f5febaa8 LEGO::NXT PASS 14 14 2026-08-19 1af78283f -LEOCHARRE::CLI PASS 22 22 2026-08-21 1af78283f +LEOCHARRE::CLI PASS 22 22 2026-09-02 948364c75 LEOCHARRE::Checksetup PASS 3 3 2026-08-21 1af78283f LEOCHARRE::Class2 PASS 215 215 2026-08-23 2b2257e94 -LEOCHARRE::DEBUG PASS 10 10 2026-08-21 1af78283f +LEOCHARRE::DEBUG PASS 10 10 2026-09-02 948364c75 LEOCHARRE::Digest PASS 2 2 2026-09-02 0f5febaa8 LEOCHARRE::Test PASS 4 4 2026-08-21 1af78283f LIMS::MT_Plate PASS 13 13 2026-08-19 1af78283f @@ -3845,7 +3858,7 @@ LWP::Authen::OAuth2 PASS 54 54 2026-08-25 fc1332935 LWP::Authen::OAuth2::ServiceProvider::MediaWiki PASS 10 10 2026-08-25 fc1332935 LWP::Authen::OAuth2::ServiceProvider::Wikimedia PASS 9 9 2026-08-20 1af78283f LWP::Authen::Wsse PASS 1 1 2026-08-23 2b2257e94 -LWP::ConnCache::Resolving PASS 1 1 2026-08-21 1af78283f +LWP::ConnCache::Resolving PASS 1 1 2026-09-02 948364c75 LWP::CurlLog PASS 1 1 2026-08-27 344a3971c LWP::MediaTypes PASS 47 47 2026-08-19 1af78283f LWP::Online PASS 8 8 2026-09-01 0f5febaa8 @@ -3859,17 +3872,17 @@ LWP::Protocol::https::Socket PASS 6 6 2026-08-29 19c285d26 LWP::Protocol::sftp PASS 1 1 2026-08-16 06656bfa2 LWP::SecureSocket PASS 2026-08-26 344a3971c LWP::Simple::Cookies PASS 3 3 2026-08-29 19c285d26 -LWP::Simple::WithCache PASS 8 8 2026-08-20 1af78283f +LWP::Simple::WithCache PASS 8 8 2026-09-02 948364c75 LWP::Socket PASS 2026-08-23 2b2257e94 LWP::UserAgent::Anonymous PASS 3 3 2026-08-28 4ebea751e LWP::UserAgent::CHICaching PASS 23 23 2026-08-25 fc1332935 -LWP::UserAgent::Caching PASS 3 3 2026-08-20 1af78283f +LWP::UserAgent::Caching PASS 3 3 2026-09-02 948364c75 LWP::UserAgent::Caching::Simple PASS 3 3 2026-08-19 1af78283f LWP::UserAgent::Mockable PASS 74 74 2026-08-22 2b2257e94 LWP::UserAgent::OfflineCache PASS 2026-08-23 2b2257e94 LWP::UserAgent::Patch::Delay PASS 1 1 2026-08-26 fc1332935 LWP::UserAgent::Patch::FilterMirror PASS 2 2 2026-08-25 7bb930a1f -LWP::UserAgent::Patch::Plugin PASS 1 1 2026-08-21 1af78283f +LWP::UserAgent::Patch::Plugin PASS 1 1 2026-09-02 948364c75 LWP::UserAgent::Patch::Retry PASS 1 1 2026-08-21 ff68371af LWP::UserAgent::Plugin PASS 1 1 2026-09-01 0f5febaa8 LWP::UserAgent::Plugin::Delay PASS 1 1 2026-08-24 2b2257e94 @@ -3889,7 +3902,7 @@ Language::Dashrep PASS 5 5 2026-08-29 19c285d26 Language::Prolog::Sugar PASS 2 2 2026-08-28 4ebea751e Language::Prolog::Types PASS 1 1 2026-08-29 19c285d26 Lazy::Util::OO PASS 85 85 2026-08-28 4ebea751e -Lego::Ldraw PASS 1 1 2026-08-17 9d06f7576 +Lego::Ldraw PASS 1 1 2026-09-02 948364c75 Lego::Ldraw::Display PASS 1 1 2026-08-17 06656bfa2 Lemonldap::Handlers::CAS PASS 1 1 2026-08-28 19c285d26 Lemonldap::Portal::CAS PASS 1 1 2026-08-28 4ebea751e @@ -3964,7 +3977,7 @@ Lingua::PigLatin::Bidirectional PASS 9 9 2026-09-01 0f5febaa8 Lingua::Preferred PASS 2026-08-28 4ebea751e Lingua::RON::Num2Word PASS 3 3 2026-08-28 4ebea751e Lingua::RU::Jcuken PASS 11 11 2026-08-28 19c285d26 -Lingua::RU::Num2Word PASS 7 7 2026-08-17 06656bfa2 +Lingua::RU::Num2Word PASS 7 7 2026-09-02 948364c75 Lingua::RU::Number PASS 2026-09-02 0f5febaa8 Lingua::SLK::Num2Word PASS 3 3 2026-08-27 4ebea751e Lingua::SOM::Word2Num PASS 3 3 2026-08-28 4ebea751e @@ -3979,13 +3992,13 @@ Lingua::Stem::Fr PASS 16 16 2026-08-23 2b2257e94 Lingua::Stem::It PASS 98 98 2026-08-20 1af78283f Lingua::Stem::Ru PASS 4 4 2026-08-21 1af78283f Lingua::Stem::Snowball::Da PASS 2026-08-24 2b2257e94 -Lingua::StopWords PASS 86 86 2026-08-24 f53f40b91 +Lingua::StopWords PASS 86 86 2026-09-02 948364c75 Lingua::StopWords::EN PASS 86 86 2026-08-20 1af78283f Lingua::VIE::Num2Word PASS 3 3 2026-08-29 19c285d26 Lingua::VIE::Word2Num PASS 3 3 2026-08-29 19c285d26 Lingua::ZH::ZhuYinWen PASS 2026-09-01 0f5febaa8 Lingua::ZHO::Numbers PASS 13 13 2026-08-27 4ebea751e -Lingua::ZHO::Word2Num PASS 5 5 2026-08-17 6c5545d16 +Lingua::ZHO::Word2Num PASS 5 5 2026-09-02 948364c75 Lingua::Zompist::Kebreni PASS 2539 2539 2026-08-29 19c285d26 Lingua::famibeib PASS 10 10 2026-08-29 19c285d26 Linux::APT PASS 1 1 2026-08-28 19c285d26 @@ -4002,7 +4015,7 @@ List::Categorize PASS 20 20 2026-08-24 2b2257e94 List::Conditional PASS 7 7 2026-09-02 0f5febaa8 List::Cycle PASS 34 34 2026-08-21 ff68371af List::Group PASS 4 4 2026-08-27 a7e504a21 -List::GroupingPriorityQueue PASS 25 25 2026-08-21 ff68371af +List::GroupingPriorityQueue PASS 25 25 2026-09-02 948364c75 List::Haystack PASS 7 7 2026-08-28 19c285d26 List::Indexed PASS 8 8 2026-08-27 a7e504a21 List::Intersperse PASS 2026-08-27 4ebea751e @@ -4020,12 +4033,12 @@ List::Util PASS 2026-09-02 0f5febaa8 List::Util::WeightedChoice PASS 5 5 2026-08-19 1af78283f List::UtilsBy PASS 102 102 2026-09-02 0f5febaa8 List::Vectorize PASS 643 643 2026-08-27 a7e504a21 -LittleORM PASS 24 24 2026-08-21 1af78283f +LittleORM PASS 24 24 2026-09-02 948364c75 LoadHtml PASS 2 2 2026-08-22 2b2257e94 Local::Yenta::MySelf PASS 2026-08-19 1af78283f LocalConf::Parser PASS 1 1 2026-08-26 fc1332935 LocalOverride PASS 15 15 2026-08-20 1af78283f -Locale::BR PASS 2879 2879 2026-08-20 1af78283f +Locale::BR PASS 2879 2879 2026-09-02 948364c75 Locale::Babelfish::Lang::en_US PASS 22 22 2026-08-28 4ebea751e Locale::CLDR::Locales::Ab PASS 4 4 2026-09-02 0f5febaa8 Locale::CLDR::Locales::Agq PASS 4 4 2026-08-28 4ebea751e @@ -4102,14 +4115,14 @@ Locale::Maketext PASS 180 180 2026-08-19 1af78283f Locale::Maketext::Pseudo PASS 8 8 2026-08-13 cc69cbb4c Locale::Object PASS 70 70 2026-08-27 4ebea751e Locale::PO PASS 84 84 2026-09-02 0f5febaa8 -Locale::SubCountry PASS 15 15 2026-08-20 1af78283f +Locale::SubCountry PASS 15 15 2026-09-02 948364c75 Locale::TextDomain::OO::Util PASS 45 45 2026-08-26 fc1332935 Locale::TextDomain::UTF8 PASS 1 1 2026-09-01 0f5febaa8 Locale::Tie PASS 1 1 2026-08-21 ff68371af Locale::US::CensusDivisions PASS 4 4 2026-08-29 19c285d26 Locale::Unicode PASS 156 156 2026-08-28 4ebea751e Locale::Utils::PlaceholderBabelFish PASS 32 32 2026-08-20 1af78283f -Locale::Utils::PlaceholderMaketext PASS 101 101 2026-08-20 1af78283f +Locale::Utils::PlaceholderMaketext PASS 101 101 2026-09-02 948364c75 Locale::Utils::PlaceholderNamed PASS 18 18 2026-08-26 fc1332935 Locale::XGettext PASS 136 136 2026-08-29 19c285d26 LocaleObj PASS 3 3 2026-09-01 0f5febaa8 @@ -4190,7 +4203,7 @@ Log::ger::Screen::ColorScheme::AspirinC PASS 4 4 2026-08-27 a7e504a21 Logfile::Base PASS 56 56 2026-08-29 19c285d26 Logic::Expr PASS 39 39 2026-08-18 1af78283f Logo PASS 16 16 2026-08-22 2b2257e94 -Loompa PASS 170 170 2026-08-21 1af78283f +Loompa PASS 170 170 2026-09-02 948364c75 Loop PASS 12 12 2026-08-29 19c285d26 Lufs PASS 2026-08-28 4ebea751e Luminary PASS 1 1 2026-08-19 1af78283f @@ -4205,7 +4218,7 @@ MAD::Scrambler PASS 8 8 2026-08-22 2b2257e94 MAIL::CONVERT PASS 9 9 2026-08-26 fc1332935 MARC::Fast PASS 87 87 2026-08-20 1af78283f MARC::Field008 PASS 137 137 2026-08-28 4ebea751e -MARC::Field008::L10N PASS 15 15 2026-08-21 1af78283f +MARC::Field008::L10N PASS 15 15 2026-09-02 948364c75 MARC::Field008::Print PASS 19 19 2026-08-17 e9739bcbf MARC::File::JSON PASS 14 14 2026-09-02 0f5febaa8 MARC::File::MARCMaker PASS 16 16 2026-08-20 1af78283f @@ -4288,16 +4301,17 @@ MToken::Command PASS 15 15 2026-08-19 1af78283f MYDan PASS 1 1 2026-08-28 4ebea751e Mac::CocoaDialog PASS 29 29 2026-09-02 0f5febaa8 Mac::Errors PASS 43 43 2026-08-26 fc1332935 -Mac::Growl PASS 11 11 2026-08-21 1af78283f +Mac::Growl PASS 11 11 2026-09-02 948364c75 Mac::RecentDocuments PASS 4 4 2026-09-01 0f5febaa8 Mac::SystemDirectory PASS 2026-08-22 2b2257e94 Machine::Epsilon PASS 13 13 2026-08-19 1af78283f Mackerel::Webhook::Receiver PASS 14 14 2026-08-27 a7e504a21 Mail::Address PASS 109 109 2026-08-26 fc1332935 Mail::Address::MobileJp PASS 39 39 2026-08-28 19c285d26 -Mail::Alias PASS 2026-08-17 e9739bcbf +Mail::Alias PASS 2026-09-02 948364c75 Mail::Audit::List PASS 2 2 2026-08-28 4ebea751e Mail::Audit::PGP PASS 2 2 2026-08-17 e9739bcbf +Mail::AuthenticationResults PASS 400 400 2026-09-02 948364c75 Mail::AuthenticationResults::Header::AuthServID PASS 400 400 2026-08-21 1af78283f Mail::Box::IMAP4 PASS 160 160 2026-08-29 19c285d26 Mail::Colander PASS 7 7 2026-08-27 4ebea751e @@ -4322,6 +4336,7 @@ Mailru::Cloud PASS 5 5 2026-08-27 a7e504a21 Make PASS 118 118 2026-08-23 2b2257e94 MakeWithPerl PASS 2026-08-26 fc1332935 Map::Metro::Plugin::Map::Oslo PASS 4 4 2026-08-27 4ebea751e +Map::Tube PASS 19 19 2026-09-02 948364c75 Map::Tube::Beijing PASS 49 49 2026-08-27 4ebea751e Map::Tube::Error PASS 19 19 2026-08-19 1af78283f Map::Tube::Kiev PASS 24 24 2026-08-29 19c285d26 @@ -4403,7 +4418,7 @@ MathML::Entities PASS 12 12 2026-08-23 2b2257e94 MathML::Entities::Approximate PASS 7 7 2026-08-21 ff68371af MavenBuilds::Tasks::BuildWebappsWithMaven PASS 3 3 2026-09-01 0f5febaa8 Maypole::Plugin::AutoUntaint PASS 3 3 2026-08-27 4ebea751e -MeSH::Parser::ASCII PASS 8 8 2026-08-21 ff68371af +MeSH::Parser::ASCII PASS 8 8 2026-09-02 948364c75 MealMaster PASS 88 88 2026-09-01 0f5febaa8 Measure::Everything::Adapter::InfluxDB::Direct PASS 1 1 2026-08-28 4ebea751e Media::DateTime PASS 13 13 2026-08-28 4ebea751e @@ -4428,7 +4443,7 @@ Merror PASS 8 8 2026-08-26 fc1332935 Message::Inform PASS 97 97 2026-09-02 0f5febaa8 Message::Passing::AMQP::Proxy PASS 2 2 2026-09-01 0f5febaa8 Message::Passing::Types PASS 110 110 2026-08-28 4ebea751e -Message::SmartMerge PASS 273 273 2026-08-17 e9739bcbf +Message::SmartMerge PASS 273 273 2026-09-02 948364c75 Message::Stack PASS 37 37 2026-08-27 a7e504a21 Message::Stack::Parser PASS 1 1 2026-08-26 fc1332935 Messaging::Message PASS 227 227 2026-08-28 4ebea751e @@ -4450,7 +4465,7 @@ Minions PASS 103 103 2026-08-23 2b2257e94 Mira PASS 19 19 2026-08-23 2b2257e94 Missing::XS PASS 3 3 2026-08-28 19c285d26 Mo PASS 153 153 2026-08-26 fc1332935 -Mo::utils PASS 147 147 2026-08-20 1af78283f +Mo::utils PASS 147 147 2026-09-02 948364c75 Mo::utils::Array PASS 57 57 2026-08-21 ff68371af Mo::utils::CSS PASS 181 181 2026-08-28 4ebea751e Mo::utils::Date PASS 64 64 2026-08-23 2b2257e94 @@ -4480,7 +4495,8 @@ Module::Build::Pluggable::PPPort PASS 1 1 2026-08-23 2b2257e94 Module::Build::Pluggable::ReadmeMarkdownFromPod PASS 1 1 2026-08-24 2b2257e94 Module::Build::Pluggable::Repository PASS 4 4 2026-08-29 19c285d26 Module::Build::Prereqs::FromCPANfile PASS 11 11 2026-08-26 fc1332935 -Module::Build::Using::PkgConfig PASS 2 2 2026-08-19 1af78283f +Module::Build::Service PASS 9 9 2026-09-02 948364c75 +Module::Build::Using::PkgConfig PASS 2 2 2026-09-02 948364c75 Module::Build::WithXSpp PASS 1 1 2026-08-21 1af78283f Module::CPANTS::MyBuild PASS 16 16 2026-08-27 a7e504a21 Module::Collect PASS 43 43 2026-08-20 1af78283f @@ -4508,7 +4524,7 @@ Module::Load PASS 2026-08-22 2b2257e94 Module::Loaded PASS 16 16 2026-08-22 2b2257e94 Module::Loader PASS 26 26 2026-08-26 fc1332935 Module::Manifest PASS 34 34 2026-08-23 2b2257e94 -Module::Mapper PASS 4 4 2026-08-18 e9739bcbf +Module::Mapper PASS 4 4 2026-09-02 948364c75 Module::Metadata PASS 2026-08-21 ff68371af Module::MultiConf PASS 37 37 2026-08-23 2b2257e94 Module::Optional PASS 21 21 2026-08-25 7bb930a1f @@ -4679,7 +4695,7 @@ MooX::Types::SetObject PASS 10 10 2026-08-26 fc1332935 MooX::late PASS 86 86 2026-08-26 344a3971c Mooish PASS 2 2 2026-09-01 0f5febaa8 Mooish::AttributeBuilder PASS 48 48 2026-08-21 ff68371af -Moose PASS 2026-08-23 2b2257e94 +Moose PASS 2026-09-02 948364c75 Moose::Exporter PASS 2026-08-22 ff68371af Moose::Meta::Attribute PASS 2026-08-22 ff68371af Moose::Meta::Attribute::Custom::Trait::Chained PASS 31 31 2026-08-17 e9739bcbf @@ -4719,7 +4735,7 @@ MooseX::AttributeTags PASS 7 7 2026-08-24 2b2257e94 MooseX::AttributeTree PASS 301 301 2026-08-19 1af78283f MooseX::AutoDestruct PASS 52 52 2026-08-26 fc1332935 MooseX::Blessed::Reconstruct PASS 22 22 2026-08-26 fc1332935 -MooseX::BuildArgs PASS 5 5 2026-08-19 1af78283f +MooseX::BuildArgs PASS 5 5 2026-09-02 948364c75 MooseX::Callbacks PASS 6 6 2026-08-20 1af78283f MooseX::ClosedHash PASS 16 16 2026-08-21 ff68371af MooseX::CoercePerAttribute PASS 70 70 2026-08-23 2b2257e94 @@ -4778,7 +4794,7 @@ MooseX::Privacy PASS 67 67 2026-08-21 ff68371af MooseX::PrivateSetters PASS 25 25 2026-08-20 1af78283f MooseX::RW::Reader PASS 5 5 2026-08-22 2b2257e94 MooseX::RelClassTypes PASS 56 56 2026-08-21 1af78283f -MooseX::RelatedClassRoles PASS 5 5 2026-08-19 1af78283f +MooseX::RelatedClassRoles PASS 5 5 2026-09-02 948364c75 MooseX::RememberHistory PASS 12 12 2026-08-22 2b2257e94 MooseX::Role::Cmd PASS 22 22 2026-08-26 fc1332935 MooseX::Role::DBIC PASS 10 10 2026-08-19 1af78283f @@ -4814,7 +4830,7 @@ MooseX::Traits::Attribute::MergeHashRef PASS 15 15 2026-08-20 1af78283f MooseX::Traits::Pluggable PASS 92 92 2026-09-01 0f5febaa8 MooseX::Traits::SetScalarByRef PASS 5 5 2026-08-26 344a3971c MooseX::Tree PASS 26 26 2026-08-17 9d06f7576 -MooseX::Types PASS 245 245 2026-08-23 2b2257e94 +MooseX::Types PASS 250 250 2026-09-02 948364c75 MooseX::Types::Buf PASS 2 2 2026-08-26 344a3971c MooseX::Types::CPF PASS 1 1 2026-08-27 4ebea751e MooseX::Types::Combine PASS 245 245 2026-08-20 1af78283f @@ -4873,10 +4889,10 @@ MouseX::Traits PASS 26 26 2026-08-22 2b2257e94 MouseX::Types PASS 144 144 2026-08-23 2b2257e94 MouseX::Types::Data::Monad PASS 16 16 2026-08-23 2b2257e94 MouseX::Types::Path::Class PASS 11 11 2026-08-26 fc1332935 -MouseX::Types::URI PASS 40 40 2026-08-19 1af78283f +MouseX::Types::URI PASS 40 40 2026-09-02 948364c75 MozRepl PASS 74 74 2026-08-26 344a3971c MozRepl::Plugin::LinkExtor PASS 21 21 2026-08-26 344a3971c -MozRepl::RemoteObject PASS 1 1 2026-08-21 ff68371af +MozRepl::RemoteObject PASS 1 1 2026-09-02 948364c75 Mrequire PASS 3 3 2026-08-21 ff68371af MsOffice::Word::Surgeon PASS 30 30 2026-08-28 4ebea751e Mu PASS 14 14 2026-08-23 2b2257e94 @@ -4941,7 +4957,7 @@ Net::Amazon::DynamoDB::Marshaler PASS 38 38 2026-08-22 2b2257e94 Net::Amazon::EC2::TerminateInstancesResponse PASS 38 38 2026-08-14 424ad3c8f Net::Amazon::Request::Wishlist PASS 367 367 2026-09-02 0f5febaa8 Net::Amazon::Signature::V4 PASS 126 126 2026-08-21 ff68371af -Net::Amazon::SimpleQueue PASS 2026-08-19 1af78283f +Net::Amazon::SimpleQueue PASS 2026-09-02 948364c75 Net::Amazon::Utils PASS 57 57 2026-08-19 1af78283f Net::AmazonS3::Simple PASS 21 21 2026-08-18 e9739bcbf Net::Async::Beanstalk PASS 1 1 2026-08-19 1af78283f @@ -5088,6 +5104,7 @@ Net::TFTP PASS 9 9 2026-08-27 4ebea751e Net::TL1UDP PASS 1 1 2026-09-02 0f5febaa8 Net::Telnet PASS 3 3 2026-08-20 1af78283f Net::Telnet::Cisco::IOS PASS 2026-08-16 ebd367ec5 +Net::Telnet::Cisco::IOS::0.6beta PASS 2026-09-02 948364c75 Net::Telnet::Huawei PASS 2026-08-29 19c285d26 Net::Telnet::Netgear PASS 70 70 2026-08-28 4ebea751e Net::Telnet::Netscreen PASS 1 1 2026-08-29 19c285d26 @@ -5157,7 +5174,7 @@ OCR::OcrSpace PASS 7 7 2026-08-24 2b2257e94 OD::Prometheus::Client PASS 33 33 2026-08-23 2b2257e94 ODG::Layout PASS 17 17 2026-08-26 fc1332935 OGDL::Graph PASS 17 17 2026-08-25 fc1332935 -OIDC::Lite PASS 12 12 2026-08-21 1af78283f +OIDC::Lite PASS 463 463 2026-09-02 948364c75 OLE::PropertySet PASS 2026-08-28 4ebea751e OLE::Storage_Lite PASS 199 199 2026-08-23 2b2257e94 OMA::Download::OTA PASS 3 3 2026-08-27 344a3971c @@ -5167,7 +5184,7 @@ OPM::Maker::Command::depcheck PASS 20 20 2026-08-28 4ebea751e OPM::Repository PASS 34 34 2026-08-21 ff68371af OPM::Validate PASS 38 38 2026-08-22 ff68371af OPUS::Tools PASS 11 11 2026-08-19 1af78283f -ORDB::AU::Census2006 PASS 51 51 2026-08-20 1af78283f +ORDB::AU::Census2006 PASS 51 51 2026-09-02 948364c75 ORDB::CPANMeta::Generator PASS 15 15 2026-08-22 ff68371af ORDB::CPANRT PASS 1 1 2026-09-02 0f5febaa8 ORDB::CPANRelease PASS 2 2 2026-08-22 2b2257e94 @@ -5231,6 +5248,7 @@ OpenOffice::OOSheets PASS 1 1 2026-08-25 fc1332935 OpenOffice::Parse::SXC PASS 67 67 2026-08-22 2b2257e94 OpenSSL::Versions PASS 78 78 2026-08-26 344a3971c OpenServices::SNMP PASS 3 3 2026-08-26 344a3971c +OpenSourceOrg::API PASS 1 1 2026-09-02 948364c75 OpenStack::Client PASS 96 96 2026-09-02 0f5febaa8 OpenTok::API PASS 7 7 2026-08-21 ff68371af OpenTracing::GlobalTracer PASS 1 1 2026-08-26 344a3971c @@ -5268,7 +5286,7 @@ PAUSE::Permissions::MetaCPAN PASS 1 1 2026-08-26 fc1332935 PAUSEx::Log PASS 4 4 2026-08-26 fc1332935 PBKDF2::Tiny PASS 4 4 2026-08-26 fc1332935 PBS::Client PASS 15 15 2026-08-27 344a3971c -PCGI PASS 1 1 2026-08-20 1af78283f +PCGI PASS 1 1 2026-09-02 948364c75 PDA::Simple PASS 1 1 2026-09-01 0f5febaa8 PDF::API2::Basic::TTF::AATKern PASS 1 1 2026-08-21 1af78283f PDF::API2::Ladder PASS 1 1 2026-08-19 1af78283f @@ -5339,7 +5357,7 @@ PMIR PASS 1 1 2026-08-22 2b2257e94 PMInfoExtr::Acquisition PASS 2026-08-25 fc1332935 PML PASS 86 86 2026-08-25 fc1332935 PMVersions::Util PASS 3 3 2026-08-23 2b2257e94 -POD2::Base PASS 29 29 2026-08-21 1af78283f +POD2::Base PASS 29 29 2026-09-02 948364c75 POD2::ES PASS 2 2 2026-08-17 06656bfa2 POD2::IT PASS 1 1 2026-09-01 0f5febaa8 POD2::IT::Getopt::Long PASS 1 1 2026-08-25 fc1332935 @@ -5409,7 +5427,7 @@ POE::Component::Server::FTP PASS 2 2 2026-08-19 1af78283f POE::Component::Server::HTTPServer PASS 64 64 2026-08-26 344a3971c POE::Component::Server::JSONRPC PASS 9 9 2026-08-28 4ebea751e POE::Component::Server::NRPE PASS 109 109 2026-09-02 0f5febaa8 -POE::Component::Server::Postfix PASS 2026-08-19 1af78283f +POE::Component::Server::Postfix PASS 2026-09-02 948364c75 POE::Component::Server::Time PASS 9 9 2026-08-23 2b2257e94 POE::Component::SimpleDBI PASS 3 3 2026-08-21 ff68371af POE::Component::SmokeBox::Uploads::Rsync PASS 2 2 2026-08-26 fc1332935 @@ -5439,6 +5457,7 @@ POE::Filter::Transparent::SMTP PASS 54 54 2026-08-20 1af78283f POE::Filter::Zlib PASS 26 26 2026-09-02 0f5febaa8 POE::Future PASS 70 70 2026-08-26 fc1332935 POE::Session::Message PASS 22 22 2026-08-21 1af78283f +POE::Session::MessageBased PASS 22 22 2026-09-02 948364c75 POE::Session::Multiplex PASS 90 90 2026-08-27 a7e504a21 POE::Session::PlainCall PASS 137 137 2026-08-25 fc1332935 POE::TIKC PASS 1 1 2026-08-23 2b2257e94 @@ -5482,7 +5501,6 @@ PadWalker PASS 2026-09-02 0f5febaa8 PagSeguro::API PASS 13 13 2026-08-24 2b2257e94 PagSeguro::API::Checkout PASS 18 18 2026-09-02 0f5febaa8 PagSeguro::Status PASS 3 3 2026-08-27 4ebea751e -Palm::Keyring PASS 202 202 2026-08-19 1af78283f Palm::PDB PASS 38 38 2026-08-20 1af78283f Palm::SMS PASS 30 30 2026-08-29 19c285d26 Palm::ThinkDB PASS 2026-08-17 06656bfa2 @@ -5497,7 +5515,7 @@ Params::Filter PASS 84 84 2026-08-23 2b2257e94 Params::Get PASS 478 478 2026-08-25 fc1332935 Params::Registry PASS 4 4 2026-08-27 4ebea751e Params::Validate PASS 2512 2512 2026-08-21 ff68371af -Params::Validate::Micro PASS 23 23 2026-08-17 06656bfa2 +Params::Validate::Micro PASS 25 25 2026-09-02 948364c75 Params::ValidationCompiler PASS 88 88 2026-08-27 4ebea751e Parse::ABNF PASS 5 5 2026-08-28 19c285d26 Parse::ANSIColor::Tiny PASS 1170 1170 2026-08-26 fc1332935 @@ -5506,10 +5524,11 @@ Parse::AccessLogEntry::Accessor PASS 14 14 2026-08-29 19c285d26 Parse::Arcconf PASS 4 4 2026-08-28 19c285d26 Parse::CPAN::MirroredBy PASS 5 5 2026-09-01 0f5febaa8 Parse::CPAN::Packages PASS 56 56 2026-08-28 4ebea751e +Parse::CPAN::Packages::Fast PASS 31 31 2026-09-02 948364c75 Parse::CPAN::Ratings PASS 11 11 2026-08-24 2b2257e94 Parse::CPAN::Whois PASS 8 8 2026-08-22 2b2257e94 Parse::CSV::Colnames PASS 62 62 2026-08-29 19c285d26 -Parse::CommandLine PASS 9 9 2026-08-19 1af78283f +Parse::CommandLine PASS 9 9 2026-09-02 948364c75 Parse::DaemontoolsStatus PASS 8 8 2026-09-02 0f5febaa8 Parse::DebControl PASS 155 155 2026-08-23 2b2257e94 Parse::Debian::PackageDesc PASS 38 38 2026-08-24 2b2257e94 @@ -5549,7 +5568,7 @@ Path::Map PASS 41 41 2026-08-28 4ebea751e Path::Resolver PASS 34 34 2026-08-28 4ebea751e Path::Resource PASS 86 86 2026-08-28 4ebea751e Path::Router PASS 212 212 2026-08-23 2b2257e94 -Path::ScanINC PASS 34 34 2026-08-20 1af78283f +Path::ScanINC PASS 34 34 2026-09-02 948364c75 Path::Trim PASS 137 137 2026-08-20 1af78283f PathFinder PASS 14 14 2026-09-02 0f5febaa8 Pattern PASS 2026-08-26 fc1332935 @@ -5576,7 +5595,7 @@ Perinci::Package::CopyContents PASS 3 3 2026-08-27 a7e504a21 Perinci::Result::Format PASS 8 8 2026-09-01 0f5febaa8 Perinci::Sub::ArgEntity::timezone PASS 1 1 2026-09-02 0f5febaa8 Perinci::Sub::Dep::pm PASS 6 6 2026-08-17 06656bfa2 -Perinci::Sub::Normalize PASS 6 6 2026-08-21 ff68371af +Perinci::Sub::Normalize PASS 6 6 2026-09-02 948364c75 Perinci::Sub::Property::arg::cmdline PASS 1 1 2026-08-22 2b2257e94 Perinci::Sub::Property::arg::form PASS 1 1 2026-09-02 0f5febaa8 Perinci::Sub::Property::cmdline PASS 1 1 2026-08-26 fc1332935 @@ -5613,7 +5632,7 @@ Perl::Critic::Policy::Variables::ProhibitLoopOnHash PASS 15 15 2026-08-29 19c2 Perl::Installed PASS 3 3 2026-08-29 19c285d26 Perl::LibExtractor PASS 1 1 2026-08-19 1af78283f Perl::Metric::Basic PASS 9 9 2026-08-28 19c285d26 -Perl::MinimumVersion PASS 275 275 2026-08-20 1af78283f +Perl::MinimumVersion PASS 275 275 2026-09-02 948364c75 Perl::PrereqScanner PASS 269 269 2026-08-26 fc1332935 Perl::PrereqScanner::Scanner::Catalyst PASS 2 2 2026-08-28 4ebea751e Perl::PrereqScanner::Scanner::TestNeeds PASS 9 9 2026-08-27 4ebea751e @@ -5682,6 +5701,7 @@ Plack::Middleware::Debug::LWP PASS 1 1 2026-08-27 4ebea751e Plack::Middleware::Expires PASS 48 48 2026-08-27 a7e504a21 Plack::Middleware::FixMissingBodyInRedirect PASS 47 47 2026-08-20 1af78283f Plack::Middleware::GitRevisionInfo PASS 5 5 2026-08-27 a7e504a21 +Plack::Middleware::GitStatus PASS 1 1 2026-09-02 948364c75 Plack::Middleware::Header PASS 7 7 2026-08-23 2b2257e94 Plack::Middleware::Headers PASS 26 26 2026-08-27 4ebea751e Plack::Middleware::LogFilter PASS 3 3 2026-08-28 4ebea751e @@ -5710,10 +5730,11 @@ Plack::Server::POE PASS 2026-08-27 a7e504a21 Plack::Session PASS 532 532 2026-08-26 fc1332935 Plack::Session::Store::Redis PASS 3 3 2026-08-28 19c285d26 Plack::Test::Agent PASS 9 9 2026-08-28 4ebea751e -Plack::Test::ExternalServer PASS 1 1 2026-08-21 1af78283f +Plack::Test::ExternalServer PASS 1 1 2026-09-02 948364c75 Plate PASS 189 189 2026-08-29 19c285d26 Platform PASS 1 1 2026-08-26 fc1332935 PlayStation::MemoryCard PASS 1 1 2026-08-19 1af78283f +PlayStation::MemoryCard::v0.2.1 PASS 1 1 2026-09-02 948364c75 Plist PASS 2026-08-24 2b2257e94 PlotzMemory PASS 578 578 2026-08-23 2b2257e94 PlugIn PASS 2026-09-02 0f5febaa8 @@ -5821,7 +5842,6 @@ Proc::Govern PASS 2 2 2026-08-28 4ebea751e Proc::Guard PASS 1 1 2026-08-26 fc1332935 Proc::InvokeEditor PASS 9 9 2026-08-21 1af78283f Proc::NiceSleep PASS 11 11 2026-08-28 4ebea751e -Proc::PID::File PASS 2026-08-20 1af78283f Proc::Pidfile PASS 25 25 2026-08-20 1af78283f Proc::Watchdog PASS 2026-08-29 19c285d26 Progress::Any PASS 6 6 2026-08-26 fc1332935 @@ -5856,7 +5876,7 @@ QBit::Application::Model::DB::Users PASS 2026-08-21 ff68371af QBit::Application::Model::DB::mysql PASS 2026-08-20 1af78283f QBit::Application::Model::DB::mysql::KvStore PASS 2026-08-20 1af78283f QBit::Application::Model::DB::mysql::Users PASS 2026-08-20 1af78283f -QBit::Application::Model::SendMail PASS 2026-08-21 ff68371af +QBit::Application::Model::SendMail PASS 2026-09-02 948364c75 QBit::Cron PASS 2026-08-26 344a3971c QBit::WebInterface::Controller::Multistate PASS 2026-09-02 0f5febaa8 QBit::WebInterface::Controller::RBAC PASS 2026-08-18 e9739bcbf @@ -5874,8 +5894,8 @@ Queue::Q PASS 213 213 2026-08-29 19c285d26 Queue::Q4M::Worker PASS 1 1 2026-08-18 e9739bcbf QuickTermChart::QuickTermChart PASS 2026-08-26 fc1332935 Quilt PASS 2026-09-02 0f5febaa8 -R::DescriptionFile PASS 6 6 2026-08-21 1af78283f -R::Setup PASS 6 6 2026-08-17 06656bfa2 +R::DescriptionFile PASS 6 6 2026-09-02 948364c75 +R::Setup PASS 6 6 2026-09-02 948364c75 R::YapRI PASS 51 51 2026-08-22 2b2257e94 RAS::HiPerARC PASS 2026-08-28 4ebea751e RBAC::Tiny PASS 19 19 2026-08-21 1af78283f @@ -5921,16 +5941,16 @@ RPG::Dice PASS 4 4 2026-09-02 0f5febaa8 RPG::Traveller::Person PASS 17 17 2026-08-24 2b2257e94 RPM::Header::PurePerl PASS 2 2 2026-08-28 4ebea751e RPM::NEVRA PASS 4 4 2026-08-23 2b2257e94 -RPM::Payload PASS 2026-08-17 e9739bcbf +RPM::Payload PASS 2026-09-02 948364c75 RPM::Query PASS 73 73 2026-09-02 0f5febaa8 RPM::Specfile PASS 2026-08-21 ff68371af RPSL PASS 2 2 2026-08-19 1af78283f RPSL::Parser PASS 6 6 2026-08-21 1af78283f -RPi::GPIOExpander::MCP23017 PASS 1 1 2026-08-21 1af78283f +RPi::GPIOExpander::MCP23017 PASS 1 1 2026-09-02 948364c75 RPi::I2C PASS 1 1 2026-08-21 ff68371af RPi::MultiPCA9685 PASS 1 1 2026-08-19 1af78283f RPi::WiringPi::Constant PASS 54 54 2026-08-26 344a3971c -RRDTool::Rawish PASS 18 18 2026-08-17 6c5545d16 +RRDTool::Rawish PASS 18 18 2026-09-02 948364c75 RT::ACL PASS 2026-08-19 1af78283f RT::Action::AddQueueAdminCcs PASS 2026-08-23 2b2257e94 RT::Action::GenerateTickets PASS 2026-08-28 4ebea751e @@ -5972,13 +5992,13 @@ RT::Extension::CSAT PASS 3 3 2026-08-21 ff68371af RT::Extension::CommandByMail PASS 2026-09-01 0f5febaa8 RT::Extension::CommentOnCreate PASS 2026-08-23 2b2257e94 RT::Extension::ConditionalCustomFields PASS 2026-09-01 14e5d7108 -RT::Extension::Converter PASS 13 13 2026-08-17 06656bfa2 +RT::Extension::Converter PASS 25 25 2026-09-02 948364c75 RT::Extension::CopySubjectButton PASS 2026-08-20 1af78283f RT::Extension::CreateByProblemType PASS 2026-09-02 0f5febaa8 RT::Extension::CustomField::Checkbox PASS 2026-08-23 2b2257e94 RT::Extension::CustomField::HideEmptyValues PASS 2026-08-22 2b2257e94 RT::Extension::CustomFieldsOnUpdate PASS 2026-08-22 2b2257e94 -RT::Extension::DeactiveActionPref PASS 2026-08-17 06656bfa2 +RT::Extension::DeactiveActionPref PASS 2026-09-02 948364c75 RT::Extension::DisableOtherTransaction PASS 2026-09-02 0f5febaa8 RT::Extension::DynamicWebPath PASS 2026-08-26 344a3971c RT::Extension::EasyRelatedTickets PASS 2026-08-27 4ebea751e @@ -5993,7 +6013,7 @@ RT::Extension::LinkedTicketsHistory PASS 2026-08-20 1af78283f RT::Extension::LocalDateHeader PASS 2026-08-20 1af78283f RT::Extension::Log::MemoryUsage PASS 2026-08-23 2b2257e94 RT::Extension::ManageAutoCreatedUsers PASS 2026-08-22 2b2257e94 -RT::Extension::MandatoryFields PASS 6 6 2026-08-21 ff68371af +RT::Extension::MandatoryFields PASS 6 6 2026-09-02 948364c75 RT::Extension::MandatoryOnTransition::Test PASS 2026-08-28 4ebea751e RT::Extension::MandatoryRequestor PASS 6 6 2026-08-24 2b2257e94 RT::Extension::MandatorySubject PASS 6 6 2026-08-26 344a3971c @@ -6098,7 +6118,7 @@ Regexp::Log::WMS PASS 1 1 2026-08-29 19c285d26 Regexp::Pattern::Filename::Archive PASS 1 1 2026-08-17 e9739bcbf Regexp::Pattern::Filename::Backup PASS 1 1 2026-08-29 19c285d26 Regexp::Pattern::Filename::Media::WhatsApp PASS 1 1 2026-09-01 0f5febaa8 -Regexp::Pattern::Filename::Type::Compressed PASS 1 1 2026-08-19 1af78283f +Regexp::Pattern::Filename::Type::Compressed PASS 1 1 2026-09-02 948364c75 Regexp::Pattern::Filename::Type::Media PASS 1 1 2026-09-02 0f5febaa8 Regexp::Pattern::Filename::Type::Video::WhatsApp PASS 1 1 2026-08-29 19c285d26 Regexp::Pattern::Int PASS 1 1 2026-08-19 1af78283f @@ -6147,15 +6167,16 @@ Role::Pg::Sequences PASS 28 28 2026-08-28 4ebea751e Role::Subsystem PASS 13 13 2026-08-27 4ebea751e Role::Tiny::MonkeyPatch PASS 8 8 2026-08-18 e9739bcbf Role::TinyCommons::BinarySearch::LinesInHandle PASS 1 1 2026-08-23 2b2257e94 +Role::TinyCommons::Collection PASS 11 11 2026-09-02 948364c75 Role::TinyCommons::Collection::GetItemByKey PASS 11 11 2026-08-19 1af78283f Role::TinyCommons::Collection::GetItemByPos PASS 11 11 2026-09-01 0f5febaa8 Role::TinyCommons::Iterator PASS 12 12 2026-08-29 19c285d26 Role::TinyCommons::Iterator::Resettable PASS 12 12 2026-08-21 ff68371af Role::TinyCommons::Tree::NodeMethods PASS 21 21 2026-08-20 1af78283f RoleBundle::TinyCommons::Collection PASS 11 11 2026-08-24 2b2257e94 -RoleBundle::TinyCommons::Tree PASS 21 21 2026-08-19 1af78283f +RoleBundle::TinyCommons::Tree PASS 21 21 2026-09-02 948364c75 Roll PASS 1 1 2026-08-22 ff68371af -Rose::DateTime PASS 5554 5554 2026-08-20 1af78283f +Rose::DateTime PASS 5554 5554 2026-09-02 948364c75 Rose::HTMLx::Form::Field::Serial PASS 5 5 2026-08-28 19c285d26 Rose::HTMLx::Form::Related PASS 55 55 2026-08-28 4ebea751e Rose::Object PASS 1290 1290 2026-09-01 0f5febaa8 @@ -6254,7 +6275,7 @@ SPVM::Examples PASS 1 1 2026-08-26 344a3971c SQ PASS 2 2 2026-08-22 2b2257e94 SQL::Abstract PASS 3941 3941 2026-08-20 1af78283f SQL::Abstract::Classic PASS 1311 1311 2026-08-20 1af78283f -SQL::Abstract::Complete PASS 24 24 2026-08-18 1af78283f +SQL::Abstract::Complete PASS 24 24 2026-09-02 948364c75 SQL::Abstract::Limit PASS 33 33 2026-08-23 2b2257e94 SQL::Abstract::More PASS 165 165 2026-08-25 fc1332935 SQL::Abstract::Plugin::InsertMulti PASS 5 5 2026-08-24 2b2257e94 @@ -6268,7 +6289,7 @@ SQL::Maker::Plugin::JoinSelect PASS 3 3 2026-09-02 0f5febaa8 SQL::Maker::SQLType PASS 53 53 2026-08-21 ff68371af SQL::NamedPlaceholder PASS 6 6 2026-08-26 344a3971c SQL::OrderBy PASS 23 23 2026-08-23 2b2257e94 -SQL::PatchDAG PASS 24 24 2026-08-21 1af78283f +SQL::PatchDAG PASS 24 24 2026-09-02 948364c75 SQL::QueryBuilder::OO PASS 1 1 2026-08-19 1af78283f SQL::QueryMaker PASS 22 22 2026-08-21 1af78283f SQL::ReservedWords PASS 376 376 2026-09-01 0f5febaa8 @@ -6298,7 +6319,7 @@ SVG PASS 152 152 2026-08-21 1af78283f SVG::Calendar PASS 136 136 2026-08-19 1af78283f SVG::Fill PASS 13 13 2026-08-23 2b2257e94 SVG::Parser PASS 15 15 2026-08-19 1af78283f -SVG::Shapefile PASS 2026-08-19 1af78283f +SVG::Shapefile PASS 2026-09-02 948364c75 SVG::Template::Graph PASS 52 52 2026-08-23 2b2257e94 SVG::Timeline::Compact PASS 1 1 2026-08-26 344a3971c SVG::Timeline::Genealogy PASS 6 6 2026-08-25 fc1332935 @@ -6362,7 +6383,7 @@ ScriptX_Util PASS 3 3 2026-09-02 0f5febaa8 Sdict PASS 14 14 2026-08-24 2b2257e94 Search::Binary PASS 13 13 2026-09-02 0f5febaa8 Search::ByPrefix PASS 2 2 2026-08-28 19c285d26 -Search::ElasticDirect PASS 2026-08-18 1af78283f +Search::ElasticDirect PASS 2026-09-02 948364c75 Search::Elasticsearch::Client::2_0 PASS 2026-08-29 19c285d26 Search::Elasticsearch::Compat::QueryParser PASS 207 207 2026-08-22 2b2257e94 Search::QueryBuilder PASS 1 1 2026-08-18 e9739bcbf @@ -6405,6 +6426,7 @@ Shell::Guess PASS 181 181 2026-08-26 fc1332935 ShellCompleter::Util PASS 1 1 2026-09-01 0f5febaa8 ShellQuote::Any::Tiny PASS 15 15 2026-08-23 2b2257e94 ShiftJIS::CP932::Correct PASS 70 70 2026-08-24 2b2257e94 +ShiftJIS::Regexp PASS 750 750 2026-09-02 948364c75 ShipIt::Step::ChangeAllVersions PASS 27 27 2026-08-26 fc1332935 ShipIt::Step::ChangePodVersion PASS 6 6 2026-08-21 ff68371af ShipIt::Step::CommitMessageWrap PASS 1 1 2026-08-25 7bb930a1f @@ -6487,9 +6509,9 @@ Sorter::file_by_mtime PASS 1 1 2026-09-01 14e5d7108 Specio::Library::Path::Tiny PASS 48 48 2026-08-28 19c285d26 Spica PASS 18 18 2026-08-20 1af78283f Spike PASS 46 46 2026-08-24 2b2257e94 -Splunklib PASS 6 6 2026-08-21 1af78283f +Splunklib PASS 6 6 2026-09-02 948364c75 Spork::Config::TKSlide PASS 1 1 2026-08-28 4ebea751e -Spreadsheet::Examples PASS 1 1 2026-08-19 1af78283f +Spreadsheet::Examples PASS 1 1 2026-09-02 948364c75 Spreadsheet::HTML PASS 146 146 2026-08-20 1af78283f Spreadsheet::WriteExcel PASS 1254 1254 2026-08-24 2b2257e94 StackTrace::Auto PASS 54 54 2026-08-22 ff68371af @@ -6533,7 +6555,7 @@ Stream::Reader PASS 1 1 2026-08-23 2b2257e94 StreamFinder PASS 1 1 2026-08-23 2b2257e94 String::BufferStack PASS 169 169 2026-08-22 2b2257e94 String::CamelCase PASS 32 32 2026-08-26 fc1332935 -String::CamelSnakeKebab PASS 29 29 2026-08-21 1af78283f +String::CamelSnakeKebab PASS 30 30 2026-09-02 948364c75 String::Checker PASS 2026-08-20 1af78283f String::Cushion PASS 10 10 2026-08-27 4ebea751e String::Diff PASS 138 138 2026-08-23 2b2257e94 @@ -6639,14 +6661,14 @@ SysAdmin PASS 1 1 2026-08-23 2b2257e94 SysConf PASS 24 24 2026-08-23 2b2257e94 Sysadm::Install PASS 60 60 2026-08-23 2b2257e94 SyslogScan::Daemon PASS 2026-09-01 0f5febaa8 -System::Explain PASS 5 5 2026-08-15 d5aec7092 +System::Explain PASS 5 5 2026-09-02 948364c75 Systemd::Util PASS 1 1 2026-08-24 2b2257e94 Sysync PASS 6 6 2026-08-26 344a3971c T2 PASS 5 5 2026-08-27 a7e504a21 TAP::Base PASS 2026-08-26 fc1332935 TAP::Filter PASS 61 61 2026-09-02 0f5febaa8 TAP::Formatter::GitHubActions PASS 20 20 2026-08-23 2b2257e94 -TAP::Formatter::TextMate PASS 22 22 2026-08-19 1af78283f +TAP::Formatter::TextMate PASS 22 22 2026-09-02 948364c75 TAP::Harness::Archive::MultipleHarnesses PASS 80 80 2026-08-26 344a3971c TAP::Harness::BailOnFail PASS 5 5 2026-08-26 fc1332935 TAP::Harness::JUnit PASS 40 40 2026-08-21 ff68371af @@ -6659,7 +6681,7 @@ TAP::Parser::SourceHandler::Validator::W3C::HTML PASS 1 1 2026-08-28 4ebea751e TAP::Parser::SourceHandler::pgTAP PASS 47 47 2026-08-23 2b2257e94 TAP::Parser::Utils PASS 2026-08-19 1af78283f TAP::SimpleOutput PASS 22 22 2026-09-02 0f5febaa8 -TAPORlib PASS 2026-08-17 6c5545d16 +TAPORlib PASS 2026-09-02 948364c75 TBX::Min PASS 162 162 2026-08-21 ff68371af TERN::it PASS 2026-08-27 a7e504a21 TFTP PASS 2026-08-26 344a3971c @@ -6741,13 +6763,12 @@ Template::AsGraph PASS 7 7 2026-08-27 a7e504a21 Template::AutoFilter PASS 21 21 2026-08-29 19c285d26 Template::Declare::Bricolage PASS 285 285 2026-08-27 a7e504a21 Template::Direct PASS 74 74 2026-08-28 4ebea751e -Template::Directive::XSSAudit PASS 60 60 2026-08-18 e9739bcbf +Template::Directive::XSSAudit PASS 60 60 2026-09-02 948364c75 Template::Extract PASS 21 21 2026-08-26 fc1332935 Template::Lace PASS 142 142 2026-09-02 0f5febaa8 -Template::Like PASS 119 119 2026-08-18 e9739bcbf Template::Plugin::AutoLink PASS 1 1 2026-08-19 1af78283f Template::Plugin::Bootstrap::Pagination PASS 12 12 2026-08-28 4ebea751e -Template::Plugin::Calendar::Simple PASS 3 3 2026-08-17 06656bfa2 +Template::Plugin::Calendar::Simple PASS 5 5 2026-09-02 948364c75 Template::Plugin::Class PASS 2 2 2026-08-26 fc1332935 Template::Plugin::Comma PASS 28 28 2026-08-23 2b2257e94 Template::Plugin::DataRandom PASS 1 1 2026-08-29 19c285d26 @@ -6762,7 +6783,7 @@ Template::Plugin::Handy PASS 3 3 2026-08-20 1af78283f Template::Plugin::Hatena PASS 2 2 2026-08-16 570876923 Template::Plugin::JSON::Escape PASS 14 14 2026-08-26 fc1332935 Template::Plugin::JavaScript PASS 12 12 2026-08-29 19c285d26 -Template::Plugin::LDAP PASS 1 1 2026-08-17 e9739bcbf +Template::Plugin::LDAP PASS 1 1 2026-09-02 948364c75 Template::Plugin::LanguageName PASS 2 2 2026-08-28 19c285d26 Template::Plugin::Ligature PASS 15 15 2026-08-28 19c285d26 Template::Plugin::ListUtil PASS 108 108 2026-08-27 a7e504a21 @@ -6773,7 +6794,7 @@ Template::Plugin::Package PASS 3 3 2026-08-28 19c285d26 Template::Plugin::Page PASS 51 51 2026-08-26 fc1332935 Template::Plugin::React::RESimple PASS 2026-09-01 0f5febaa8 Template::Plugin::SimpleJson PASS 2026-08-22 2b2257e94 -Template::Plugin::StringTree PASS 50 50 2026-08-18 1af78283f +Template::Plugin::StringTree PASS 50 50 2026-09-02 948364c75 Template::Plugin::TagRescue PASS 18 18 2026-08-18 e9739bcbf Template::Plugin::Textile2 PASS 1 1 2026-08-29 19c285d26 Template::Plugin::VMethods PASS 12 12 2026-08-25 fc1332935 @@ -6803,13 +6824,13 @@ Term::ANSIColor::Gradients PASS 1000 1000 2026-08-29 19c285d26 Term::ANSIColor::Markup PASS 11 11 2026-08-18 e9739bcbf Term::ANSIColor::WithWin32 PASS 1 1 2026-08-28 4ebea751e Term::App::Role::Attrs PASS 2 2 2026-08-26 344a3971c -Term::App::Util::Color PASS 1 1 2026-08-21 1af78283f +Term::App::Util::Color PASS 1 1 2026-09-02 948364c75 Term::App::Util::Interactive PASS 1 1 2026-08-25 7bb930a1f Term::App::Util::Size PASS 1 1 2026-08-26 fc1332935 Term::CallEditor PASS 16 16 2026-08-23 2b2257e94 Term::Cap PASS 2026-08-21 1af78283f Term::Choose::Util PASS 1 1 2026-08-27 4ebea751e -Term::Chrome PASS 70 70 2026-08-18 1af78283f +Term::Chrome PASS 70 70 2026-09-02 948364c75 Term::Colormap PASS 535 535 2026-08-17 06656bfa2 Term::Complete PASS 8 8 2026-08-28 4ebea751e Term::Detect::Software PASS 1 1 2026-08-24 2b2257e94 @@ -6837,6 +6858,7 @@ Test2 PASS 2026-08-22 2b2257e94 Test2::Compare::Condition PASS 14 14 2026-08-29 19c285d26 Test2::Compare::JSON PASS 11 11 2026-08-28 4ebea751e Test2::Compare::Type PASS 2026-08-26 fc1332935 +Test2::Harness PASS 619 619 2026-09-02 948364c75 Test2::Harness::Runner::Job::Feature PASS 2026-08-20 1af78283f Test2::Harness::Runner::Job::pgTAP PASS 2026-08-24 2b2257e94 Test2::MojoX PASS 282 282 2026-08-28 19c285d26 @@ -6858,7 +6880,7 @@ Test::API PASS 32 32 2026-08-28 4ebea751e Test::Able::Runner PASS 6 6 2026-08-17 6c5545d16 Test::AllModules PASS 24 24 2026-08-25 7bb930a1f Test::Arrow PASS 113 113 2026-08-26 344a3971c -Test::AskAnExpert PASS 77 77 2026-08-13 424ad3c8f +Test::AskAnExpert PASS 87 87 2026-09-02 948364c75 Test::Assert PASS 45 45 2026-08-26 344a3971c Test::Assertions PASS 64 64 2026-08-21 1af78283f Test::Async::HTTP PASS 43 43 2026-08-17 e9739bcbf @@ -6892,8 +6914,8 @@ Test::Crontab::Format PASS 49 49 2026-08-17 e9739bcbf Test::DBGp PASS 1 1 2026-08-26 344a3971c Test::Data PASS 124 124 2026-08-23 2b2257e94 Test::Data::Split PASS 20 20 2026-08-28 4ebea751e -Test::Database::Temp PASS 2 2 2026-08-20 1af78283f -Test::Deep PASS 1268 1268 2026-08-20 1af78283f +Test::Database::Temp PASS 2 2 2026-09-02 948364c75 +Test::Deep PASS 1268 1268 2026-09-02 948364c75 Test::Deep::ArrayEachNotEmpty PASS 20 20 2026-09-02 0f5febaa8 Test::Deep::Fuzzy PASS 12 12 2026-08-26 344a3971c Test::Deep::JSON PASS 7 7 2026-08-26 344a3971c @@ -6904,7 +6926,7 @@ Test::Dist::VersionSync PASS 47 47 2026-08-22 ff68371af Test::Distribution PASS 42 42 2026-08-23 2b2257e94 Test::Docker::MySQL PASS 1 1 2026-08-27 4ebea751e Test::Double PASS 9 9 2026-08-27 4ebea751e -Test::EOL PASS 24 24 2026-08-21 1af78283f +Test::EOL PASS 24 24 2026-09-02 948364c75 Test::Exception PASS 53 53 2026-08-26 fc1332935 Test::Exim4::Routing PASS 12 12 2026-08-13 cc69cbb4c Test::ExpectAndCheck PASS 30 30 2026-08-20 1af78283f @@ -6927,7 +6949,7 @@ Test::ISBN PASS 17 17 2026-08-27 4ebea751e Test::Identity PASS 10 10 2026-08-21 1af78283f Test::InDistDir PASS 6 6 2026-08-20 1af78283f Test::InDomain PASS 14 14 2026-08-27 4ebea751e -Test::Inline PASS 330 330 2026-08-20 1af78283f +Test::Inline PASS 330 330 2026-09-02 948364c75 Test::Instruction PASS 49 49 2026-08-21 1af78283f Test::Inter PASS 90 90 2026-08-24 2b2257e94 Test::Interface PASS 3 3 2026-08-26 fc1332935 @@ -6958,7 +6980,7 @@ Test::MockTime PASS 34 34 2026-08-24 2b2257e94 Test::MockTime::DateCalc PASS 38 38 2026-09-01 0f5febaa8 Test::MockTime::HiRes PASS 210 210 2026-08-20 1af78283f Test::Modern PASS 43 43 2026-08-26 344a3971c -Test::Mojibake PASS 55 55 2026-08-18 e9739bcbf +Test::Mojibake PASS 55 55 2026-09-02 948364c75 Test::Mojo::Role::DOMinizer PASS 10 10 2026-08-28 4ebea751e Test::Mojo::Role::Session PASS 9 9 2026-08-28 19c285d26 Test::MonkeyMock PASS 34 34 2026-08-26 344a3971c @@ -6977,8 +6999,8 @@ Test::NiceDump PASS 2 2 2026-08-29 19c285d26 Test::NoBreakpoints PASS 108 108 2026-09-02 0f5febaa8 Test::NoTabs PASS 16 16 2026-09-02 0f5febaa8 Test::NoTravisEncVars PASS 10 10 2026-09-01 0f5febaa8 -Test::NoWarnings PASS 46 46 2026-08-21 ff68371af -Test::Number::Delta PASS 72 72 2026-08-20 1af78283f +Test::NoWarnings PASS 48 48 2026-09-02 948364c75 +Test::Number::Delta PASS 72 72 2026-09-02 948364c75 Test::Object PASS 5 5 2026-08-23 2b2257e94 Test::OpenTracing::Interface PASS 31 31 2026-08-26 344a3971c Test::Output PASS 1218 1218 2026-09-02 0f5febaa8 @@ -7031,6 +7053,7 @@ Test::Sys::Info PASS 2 2 2026-08-26 fc1332935 Test::System::Test PASS 2026-08-28 19c285d26 Test::TAP::Model PASS 234 234 2026-09-02 0f5febaa8 Test::TT PASS 8 8 2026-08-29 19c285d26 +Test::Tarantool PASS 6 6 2026-09-02 948364c75 Test::TempDir::Tiny PASS 17 17 2026-09-01 0f5febaa8 Test::TestCoverage PASS 18 18 2026-08-21 1af78283f Test::Time PASS 12 12 2026-08-23 2b2257e94 @@ -7061,7 +7084,6 @@ Test::XML::Order PASS 15 15 2026-08-23 2b2257e94 Test::iMETAr PASS 6 6 2026-09-01 0f5febaa8 Test::utf8 PASS 40 40 2026-08-24 2b2257e94 TestApp::Builder PASS 2 2 2026-08-23 2b2257e94 -TestML PASS 1 1 2026-08-20 1af78283f Texinfo::Menus PASS 33 33 2026-08-29 19c285d26 Text::ANSI::BaseUtil PASS 16 16 2026-08-28 4ebea751e Text::ANSI::Util PASS 16 16 2026-08-26 344a3971c @@ -7092,7 +7114,7 @@ Text::Difference PASS 84 84 2026-08-18 e9739bcbf Text::DumbTemplate PASS 1 1 2026-08-28 4ebea751e Text::Echelon PASS 10 10 2026-08-18 e9739bcbf Text::FastTemplate PASS 2026-08-28 4ebea751e -Text::FillIn PASS 2026-08-17 06656bfa2 +Text::FillIn PASS 2026-09-02 948364c75 Text::FindIndent PASS 65 65 2026-08-28 4ebea751e Text::FindLinks PASS 15 15 2026-08-29 19c285d26 Text::Flowchart PASS 2026-08-29 19c285d26 @@ -7127,7 +7149,7 @@ Text::Oyster PASS 2026-08-28 19c285d26 Text::PDF PASS 7 7 2026-09-01 0f5febaa8 Text::PORE PASS 2026-08-28 4ebea751e Text::PageLayout PASS 19 19 2026-08-29 19c285d26 -Text::Password::Pronounceable PASS 18 18 2026-08-19 1af78283f +Text::Password::Pronounceable PASS 56 56 2026-09-02 948364c75 Text::Pipe PASS 92 92 2026-08-27 4ebea751e Text::QRCode PASS 5 5 2026-08-23 2b2257e94 Text::Quantize PASS 25 25 2026-08-28 4ebea751e @@ -7142,20 +7164,22 @@ Text::Shellwords PASS 2026-08-18 1af78283f Text::Similarity PASS 130 130 2026-08-26 344a3971c Text::SimpleTable PASS 12 12 2026-08-28 4ebea751e Text::SimpleTable::AutoWidth PASS 6 6 2026-08-24 2b2257e94 -Text::Soundex PASS 18 18 2026-08-19 1af78283f +Text::Soundex PASS 18 18 2026-09-02 948364c75 Text::SpanningTable PASS 20 20 2026-08-26 fc1332935 Text::Sprintf::Length PASS 4 4 2026-08-18 e9739bcbf Text::Structured PASS 2026-08-17 06656bfa2 Text::Table PASS 175 175 2026-08-25 7bb930a1f -Text::Table::Any PASS 3 3 2026-08-14 424ad3c8f +Text::Table::Any PASS 3 3 2026-09-02 948364c75 +Text::Table::Tiny PASS 33 33 2026-09-02 948364c75 Text::Table::Tiny::_ModuleFeatures PASS 1 1 2026-08-29 19c285d26 Text::TagTemplate PASS 75 75 2026-08-27 4ebea751e Text::Tags PASS 91 91 2026-08-23 2b2257e94 +Text::TestBase PASS 30 30 2026-09-02 948364c75 Text::Textile PASS 16 16 2026-08-21 1af78283f Text::Thread PASS 7 7 2026-08-19 1af78283f Text::Tiki PASS 2026-09-02 0f5febaa8 Text::Toalpha PASS 7 7 2026-08-28 4ebea751e -Text::Trac PASS 129 129 2026-08-21 1af78283f +Text::Trac PASS 129 129 2026-09-02 948364c75 Text::Trac::AutoLinkHttp PASS 60 60 2026-08-27 4ebea751e Text::Tree PASS 13 13 2026-08-27 a7e504a21 Text::Typoifier PASS 2026-08-28 4ebea751e @@ -7166,18 +7190,19 @@ Text::VimColor PASS 146 146 2026-08-21 ff68371af Text::Vpp PASS 2026-08-28 4ebea751e Text::WagnerFischer::Amharic PASS 6 6 2026-08-28 4ebea751e Text::WideChar::Util PASS 21 21 2026-08-21 1af78283f +Text::WikiCreole PASS 8 8 2026-09-02 948364c75 Text::WikiFormat::SAX PASS 10 10 2026-09-01 0f5febaa8 Text::WordDiff::Base PASS 59 59 2026-08-28 4ebea751e Text::Wrap::NoStrip PASS 2 2 2026-08-27 4ebea751e Text::WrapAsUtf8 PASS 1 1 2026-08-29 19c285d26 Text::WrapProp PASS 15 15 2026-09-02 0f5febaa8 Text::Wrapper PASS 32 32 2026-08-23 2b2257e94 -Text::YAWikiFormater PASS 27 27 2026-08-17 e9739bcbf Text::ZPL PASS 39 39 2026-08-28 4ebea751e Text::vCard PASS 155 155 2026-08-20 1af78283f Text::vFile::asData PASS 183 183 2026-08-23 2b2257e94 -TextLinkAds PASS 5 5 2026-08-21 1af78283f +TextLinkAds PASS 5 5 2026-09-02 948364c75 TextMate::JumpTo PASS 21 21 2026-08-20 1af78283f +TextStructured PASS 2026-09-02 948364c75 The::synthesizer PASS 2026-08-19 1af78283f TheBat::Read_TBB PASS 2 2 2026-08-23 2b2257e94 TheEye PASS 4 4 2026-08-29 19c285d26 @@ -7235,13 +7260,13 @@ Tie::Select PASS 4 4 2026-08-29 19c285d26 Tie::Simple PASS 31 31 2026-09-02 0f5febaa8 Tie::Static PASS 13 13 2026-08-28 19c285d26 Tie::Sub PASS 21 21 2026-08-25 fc1332935 -Tie::TimeSeries PASS 16 16 2026-08-17 06656bfa2 +Tie::TimeSeries PASS 16 16 2026-09-02 948364c75 Tie::Timely PASS 6 6 2026-08-29 19c285d26 Tie::ToObject PASS 10 10 2026-08-23 2b2257e94 -Tie::UnionHash PASS 36 36 2026-08-21 1af78283f +Tie::UnionHash PASS 36 36 2026-09-02 948364c75 Tie::UrlEncoder PASS 2026-08-28 4ebea751e TieCSV PASS 4 4 2026-08-20 1af78283f -Tiffany PASS 1 1 2026-08-19 1af78283f +Tiffany PASS 4 4 2026-09-02 948364c75 Time::CTime PASS 361 361 2026-08-15 570876923 Time::Clock PASS 142 142 2026-08-24 f53f40b91 Time::Concise PASS 8 8 2026-08-19 1af78283f @@ -7250,7 +7275,7 @@ Time::Date PASS 6 6 2026-08-19 1af78283f Time::Duration PASS 250 250 2026-08-26 344a3971c Time::Duration::Parse PASS 2051 2051 2026-08-23 2b2257e94 Time::Duration::Parse::AsHash PASS 49 49 2026-08-25 fc1332935 -Time::Duration::Parse::More PASS 4 4 2026-08-17 06656bfa2 +Time::Duration::Parse::More PASS 4 4 2026-09-02 948364c75 Time::Duration::ja PASS 8 8 2026-09-02 0f5febaa8 Time::ETA PASS 328 328 2026-08-28 4ebea751e Time::Elapsed PASS 37 37 2026-09-02 0f5febaa8 @@ -7283,6 +7308,7 @@ Tk::Sugar PASS 1 1 2026-08-18 1af78283f Tk::Workspace PASS 2026-08-18 e9739bcbf TkUtil::Configure PASS 3 3 2026-08-28 19c285d26 TkUtil::Gui PASS 3 3 2026-08-26 344a3971c +Toolbox PASS 12 12 2026-09-02 948364c75 Toolbox::CryptOTP PASS 12 12 2026-08-17 06656bfa2 Toolforge::MixNMatch::Diff PASS 13 13 2026-09-02 0f5febaa8 Toolkit PASS 3 3 2026-08-26 344a3971c @@ -7337,6 +7363,7 @@ UPS::Nut PASS 1 1 2026-08-21 1af78283f URI PASS 1024 1024 2026-08-22 2b2257e94 URI::Amazon::APA PASS 3 3 2026-09-02 0f5febaa8 URI::Encode PASS 18 18 2026-08-21 ff68371af +URI::Encode::v1.1.1 PASS 18 18 2026-09-02 948364c75 URI::Escape::Any PASS 1 1 2026-08-20 1af78283f URI::Escape::Path PASS 2 2 2026-09-02 0f5febaa8 URI::Fetch PASS 1 1 2026-08-23 2b2257e94 @@ -7347,6 +7374,7 @@ URI::FromHash PASS 23 23 2026-08-23 2b2257e94 URI::Match PASS 18 18 2026-08-28 19c285d26 URI::Nested PASS 87 87 2026-08-26 fc1332935 URI::Normalize PASS 12 12 2026-09-01 0f5febaa8 +URI::PackageURL PASS 3645 3645 2026-09-02 948364c75 URI::Query PASS 93 93 2026-08-22 ff68371af URI::Query::FromHash PASS 20 20 2026-08-21 ff68371af URI::Sequin PASS 2026-08-24 2b2257e94 @@ -7381,7 +7409,7 @@ USB::Descriptor PASS 33 33 2026-08-25 fc1332935 UUID::Generator::PurePerl PASS 2026-08-28 4ebea751e UUID::Object PASS 124 124 2026-08-23 2b2257e94 UUID::Random PASS 2 2 2026-08-26 fc1332935 -UUID::Random::PERLANCAR PASS 1 1 2026-08-21 1af78283f +UUID::Random::PERLANCAR PASS 1 1 2026-09-02 948364c75 UUID::Random::Secure PASS 1 1 2026-08-21 1af78283f UUID::Tiny PASS 10078 10078 2026-08-15 d5aec7092 UUID::Tiny::Patch::UseMRS PASS 1 1 2026-08-24 f53f40b91 @@ -7422,7 +7450,7 @@ VCS::LibCVS::Client::LoggingFileHandle PASS 2026-08-28 4ebea751e VCS::Lite PASS 67 67 2026-08-26 344a3971c VCS::SnapshotCM::Tools PASS 1 1 2026-08-24 2b2257e94 VCfs PASS 1 1 2026-08-25 7bb930a1f -VFSsimple::Drv::File PASS 2026-08-17 e9739bcbf +VFSsimple::Drv::File PASS 2026-09-02 948364c75 VFSsimple::Drv::Ftp PASS 2026-08-18 e9739bcbf VIM::Uploader PASS 1 1 2026-08-26 fc1332935 VJF::Emphase PASS 2026-08-23 2b2257e94 @@ -7440,7 +7468,7 @@ VSGDR::StaticData PASS 10 10 2026-08-24 2b2257e94 VSO PASS 52 52 2026-08-23 2b2257e94 VT::API PASS 3 3 2026-08-20 1af78283f VUser::Email::Postfix::SQL PASS 2026-08-25 7bb930a1f -VUser::Firewall PASS 2026-08-19 1af78283f +VUser::Firewall PASS 2026-09-02 948364c75 VUser::Google::Apps PASS 2026-09-02 0f5febaa8 VUser::Install PASS 2026-08-22 2b2257e94 VUser::Radius::Acct::SQL PASS 2026-08-15 570876923 @@ -7466,7 +7494,7 @@ VirtualFS::ISO9660 PASS 8 8 2026-08-29 19c285d26 VisualCrossing::API PASS 35 35 2026-08-26 344a3971c Vitacilina PASS 1 1 2026-08-27 4ebea751e VoiceXML::Client PASS 21 21 2026-08-19 1af78283f -VoiceXML::Server PASS 2026-08-21 1af78283f +VoiceXML::Server PASS 2026-09-02 948364c75 Volution PASS 2 2 2026-08-19 1af78283f Voo PASS 2 2 2026-09-02 0f5febaa8 WAP::SAXDriver::wbxml PASS 2026-08-23 2b2257e94 @@ -7541,6 +7569,7 @@ WWW::Form::UrlEncoded PASS 199 199 2026-08-29 19c285d26 WWW::FreshBooks::API PASS 6 6 2026-08-23 2b2257e94 WWW::Fuel::US::Prices PASS 3 3 2026-09-01 0f5febaa8 WWW::Gazetteer PASS 4 4 2026-08-25 7bb930a1f +WWW::Geni::0.3.0a PASS 1 1 2026-09-02 948364c75 WWW::Gitea PASS 102 102 2026-08-28 19c285d26 WWW::GoDaddy::REST PASS 119 119 2026-08-25 7bb930a1f WWW::GoKGS PASS 10 10 2026-08-27 4ebea751e @@ -7559,7 +7588,7 @@ WWW::HostipInfo PASS 26 26 2026-08-25 fc1332935 WWW::Hotmail PASS 2 2 2026-08-23 2b2257e94 WWW::Indeed PASS 2026-08-25 fc1332935 WWW::Instapaper::Client PASS 10 10 2026-09-02 0f5febaa8 -WWW::ItsABot PASS 9 9 2026-08-21 ff68371af +WWW::ItsABot PASS 9 9 2026-09-02 948364c75 WWW::Jirafe PASS 1 1 2026-08-21 ff68371af WWW::LargeFileFetcher PASS 6 6 2026-08-23 2b2257e94 WWW::Leech::Parser PASS 2026-09-02 0f5febaa8 @@ -7592,7 +7621,7 @@ WWW::NZPost::Tracking PASS 2026-08-19 1af78283f WWW::Namecheap::API PASS 25 25 2026-08-23 2b2257e94 WWW::Netflix PASS 1 1 2026-08-24 2b2257e94 WWW::NewsReach PASS 21 21 2026-08-20 1af78283f -WWW::NicoVideo PASS 4 4 2026-08-21 ff68371af +WWW::NicoVideo PASS 4 4 2026-09-02 948364c75 WWW::NicoVideo::Download PASS 1 1 2026-08-24 f53f40b91 WWW::OAuth PASS 122 122 2026-08-25 fc1332935 WWW::OReillyMedia::Store PASS 5 5 2026-09-02 0f5febaa8 @@ -7651,6 +7680,7 @@ WWW::Search::AcronymFinder PASS 2026-08-21 1af78283f WWW::Search::AlltheWeb PASS 1 1 2026-08-23 2b2257e94 WWW::Search::ISBNDB PASS 10 10 2026-09-01 0f5febaa8 WWW::Search::PRWire PASS 2026-08-29 19c285d26 +WWW::Search::PubChem PASS 6 6 2026-09-02 948364c75 WWW::Search::Scraper::_struct_ PASS 1 1 2026-08-28 4ebea751e WWW::Search::Scraper::apartments PASS 2026-08-22 ff68371af WWW::Search::TheITJobBoard PASS 1 1 2026-08-26 344a3971c @@ -7659,7 +7689,6 @@ WWW::Selenium PASS 332 332 2026-08-26 fc1332935 WWW::Selenium::NetworkCapture PASS 2026-08-25 7bb930a1f WWW::Selenium::Utils PASS 130 130 2026-08-21 ff68371af WWW::SherlockSearch PASS 2 2 2026-09-02 0f5febaa8 -WWW::Shopify::Tools::Themer PASS 1 1 2026-08-23 2b2257e94 WWW::Shorten::5gp PASS 6 6 2026-08-21 1af78283f WWW::Shorten::Akari PASS 19 19 2026-08-20 1af78283f WWW::Shorten::Bitly PASS 66 66 2026-08-20 1af78283f @@ -7710,7 +7739,7 @@ WWW::Weebly PASS 38 38 2026-09-01 0f5febaa8 WWW::WhoCallsMe PASS 1 1 2026-08-21 ff68371af WWW::Wikevent::Bot PASS 128 128 2026-08-21 ff68371af WWW::WikiSpaces PASS 1 1 2026-08-26 fc1332935 -WWW::WolframAlpha PASS 1 1 2026-08-21 ff68371af +WWW::WolframAlpha PASS 1 1 2026-09-02 948364c75 WWW::Wordnik::API PASS 45 45 2026-08-24 2b2257e94 WWW::WorldLingo PASS 20 20 2026-08-23 2b2257e94 WWW::WuFoo PASS 1 1 2026-08-25 fc1332935 @@ -7757,7 +7786,7 @@ WebNano PASS 53 53 2026-08-23 2b2257e94 WebNano::Controller PASS 53 53 2026-08-26 344a3971c WebNano::Renderer::TT PASS 11 11 2026-08-19 1af78283f WebPrototypes::ResetPass PASS 14 14 2026-09-02 0f5febaa8 -WebService::2Captcha PASS 1 1 2026-08-20 1af78283f +WebService::2Captcha PASS 1 1 2026-09-02 948364c75 WebService::30Boxes::API PASS 2 2 2026-08-25 fc1332935 WebService::8tracks PASS 25 25 2026-08-28 4ebea751e WebService::AcousticBrainz PASS 8 8 2026-08-29 19c285d26 @@ -7844,7 +7873,7 @@ WebService::NiigataUnyu PASS 3 3 2026-08-23 2b2257e94 WebService::Notifo PASS 1 1 2026-09-01 0f5febaa8 WebService::OANDA::ExchangeRates PASS 46 46 2026-08-23 2b2257e94 WebService::Ollama PASS 34 34 2026-08-20 1af78283f -WebService::Openaura PASS 4 4 2026-08-16 ebd367ec5 +WebService::Openaura PASS 4 4 2026-09-02 948364c75 WebService::OurWorldInData PASS 32 32 2026-08-19 1af78283f WebService::OverheidIO PASS 17 17 2026-08-21 1af78283f WebService::PagerDuty PASS 30 30 2026-08-23 2b2257e94 @@ -7876,7 +7905,7 @@ WebService::SendInBlue PASS 11 11 2026-09-01 0f5febaa8 WebService::SetlistFM PASS 1 1 2026-08-17 e9739bcbf WebService::Solr PASS 138 138 2026-08-24 2b2257e94 WebService::Speechmatics PASS 1 1 2026-08-26 fc1332935 -WebService::Sprint PASS 6 6 2026-08-21 ff68371af +WebService::Sprint PASS 6 6 2026-09-02 948364c75 WebService::Strava::Effort PASS 1 1 2026-08-24 2b2257e94 WebService::TVDB PASS 138 138 2026-08-20 1af78283f WebService::TVRage PASS 1 1 2026-08-25 fc1332935 @@ -7917,7 +7946,7 @@ WikiText::Kwiki PASS 2026-08-26 344a3971c Wily PASS 11 11 2026-08-29 19c285d26 Win32::AD::Constant PASS 2026-08-27 a7e504a21 Win32::ADO PASS 2026-08-29 19c285d26 -Win32::ASP PASS 2026-08-17 e9739bcbf +Win32::ASP PASS 2026-09-02 948364c75 Win32::AbsPath PASS 2026-08-20 1af78283f Win32::AutoItX PASS 10 10 2026-08-24 2b2257e94 Win32::Codepage::Simple PASS 7 7 2026-08-26 344a3971c @@ -7982,7 +8011,7 @@ WordList::ID::KBBI::ByClass::Noun PASS 1 1 2026-08-21 ff68371af WordList::ID::KBBI::FigureOfSpeech PASS 1 1 2026-08-25 7bb930a1f WordList::ID::KBBI::Proverb PASS 1 1 2026-08-19 1af78283f WordList::JA::BIP39 PASS 1 1 2026-08-23 2b2257e94 -WordList::KO::BIP39 PASS 1 1 2026-08-21 1af78283f +WordList::KO::BIP39 PASS 1 1 2026-09-02 948364c75 WordList::MetaSyntactic::Any PASS 1 1 2026-08-26 fc1332935 WordList::Password::10Million::Top100000 PASS 1 1 2026-08-24 2b2257e94 WordList::Password::10Million::Top1000000 PASS 1 1 2026-08-20 1af78283f @@ -8003,17 +8032,18 @@ WordListRole::Source::ArrayData PASS 1 1 2026-08-23 2b2257e94 WordListUtil::CLI PASS 1 1 2026-09-01 0f5febaa8 WordPress::Base PASS 6 6 2026-08-21 ff68371af WordPress::Base::MediaObject PASS 9 9 2026-08-27 4ebea751e -WordPress::XMLRPC PASS 10 10 2026-08-21 1af78283f +WordPress::XMLRPC PASS 10 10 2026-09-02 948364c75 WorePAN PASS 4 4 2026-08-26 fc1332935 Workflow::Inotify PASS 2026-09-01 0f5febaa8 X10 PASS 2026-08-26 fc1332935 X11::FreeDesktop::DesktopEntry PASS 1 1 2026-08-20 1af78283f X11::GUITest PASS 1 1 2026-08-21 1af78283f -X11::Resolution PASS 6 6 2026-08-19 1af78283f +X11::Resolution PASS 6 6 2026-09-02 948364c75 X11::Wallpaper PASS 18 18 2026-08-19 1af78283f X11::XRandR PASS 21 21 2026-08-24 2b2257e94 X12::Parser PASS 44 44 2026-09-02 0f5febaa8 XAO::Base PASS 2026-08-21 1af78283f +XAO::Content PASS 2026-09-02 948364c75 XAO::DO::Catalogs PASS 2026-08-23 2b2257e94 XAO::DO::Data::Content PASS 2026-08-21 1af78283f XAO::Web PASS 2026-08-26 344a3971c @@ -8029,13 +8059,13 @@ XML::Atom::Lifeblog PASS 1 1 2026-08-23 2b2257e94 XML::Atom::OWL PASS 1 1 2026-08-27 a7e504a21 XML::Atom::Stream PASS 1 1 2026-08-26 fc1332935 XML::Atom::Syndication PASS 334 334 2026-08-26 344a3971c -XML::Beautify PASS 3 3 2026-08-21 ff68371af +XML::Beautify PASS 3 3 2026-09-02 948364c75 XML::Bits PASS 2 2 2026-09-02 0f5febaa8 XML::Builder PASS 22 22 2026-09-02 0f5febaa8 XML::CSV PASS 2026-08-24 2b2257e94 XML::Clean PASS 2026-08-15 570876923 XML::CommonNS PASS 7 7 2026-08-23 2b2257e94 -XML::Compare PASS 71 71 2026-08-21 ff68371af +XML::Compare PASS 71 71 2026-09-02 948364c75 XML::Compile::Tester PASS 1 1 2026-08-25 7bb930a1f XML::Conf PASS 34 34 2026-09-01 0f5febaa8 XML::CuteQueries PASS 80 80 2026-08-23 2b2257e94 @@ -8053,7 +8083,7 @@ XML::FeedPP::Atom::Entry PASS 1367 1367 2026-09-02 0f5febaa8 XML::FeedWriter PASS 45 45 2026-08-20 1af78283f XML::Filter::BufferText PASS 4 4 2026-08-26 fc1332935 XML::Filter::Cache PASS 6 6 2026-08-26 344a3971c -XML::Filter::Conditional PASS 228 228 2026-08-19 1af78283f +XML::Filter::Conditional PASS 228 228 2026-09-02 948364c75 XML::Filter::DataIndenter PASS 5 5 2026-09-02 0f5febaa8 XML::Filter::DetectWS PASS 2026-08-25 fc1332935 XML::Filter::Glossary PASS 11 11 2026-09-01 14e5d7108 @@ -8110,7 +8140,6 @@ XML::OPML::SimpleGen PASS 9 9 2026-08-25 fc1332935 XML::OverHTTP PASS 77 77 2026-08-19 1af78283f XML::Parser::ContentModel PASS 2026-08-26 344a3971c XML::Parser::EasyTree PASS 2026-09-01 0f5febaa8 -XML::Parser::Lite::Tree PASS 172 172 2026-08-21 ff68371af XML::Parser::Nodes PASS 39 39 2026-08-23 2b2257e94 XML::Parser::Style::EasyTree PASS 62 62 2026-08-26 fc1332935 XML::Parser::Style::IxTree PASS 2026-08-25 fc1332935 @@ -8130,7 +8159,7 @@ XML::RSS::Parser::Element PASS 2026-08-26 fc1332935 XML::RSS::PicLens PASS 11 11 2026-08-27 344a3971c XML::Records PASS 2026-08-23 2b2257e94 XML::RegExp PASS 2026-08-19 1af78283f -XML::Registry PASS 2026-08-21 ff68371af +XML::Registry PASS 2026-09-02 948364c75 XML::SAX::Base PASS 137 137 2026-08-26 344a3971c XML::SAX::Expat PASS 3 3 2026-08-22 2b2257e94 XML::SAX::ParserFactory PASS 113 113 2026-08-23 2b2257e94 @@ -8154,7 +8183,6 @@ XML::Writer::Simple PASS 33 33 2026-08-27 4ebea751e XML::XCES PASS 4 4 2026-08-21 ff68371af XML::XMLClean PASS 2026-08-18 e9739bcbf XML::XOXO PASS 2026-08-28 19c285d26 -XML::XPath PASS 329 329 2026-08-20 1af78283f XML::XPath::Helper::Const PASS 7 7 2026-08-21 ff68371af XML::XPath::Helper::String PASS 21 21 2026-08-26 344a3971c XML::XPath::Node::CommentImpl PASS 292 292 2026-08-22 ff68371af @@ -8197,8 +8225,8 @@ YAML::yq::Helper PASS 1 1 2026-08-23 2b2257e94 YAMLScript::Function PASS 2 2 2026-08-20 1af78283f YAMLScript::Lib::Std PASS 3 3 2026-08-28 4ebea751e YANG PASS 1 1 2026-08-20 1af78283f -YAPC PASS 2026-08-19 1af78283f -YAPC::Russia PASS 3 3 2026-08-19 1af78283f +YAPC PASS 2026-09-02 948364c75 +YAPC::Russia PASS 3 3 2026-09-02 948364c75 YAPE::HTML PASS 2026-08-28 4ebea751e YAPE::Regex PASS 2026-08-21 ff68371af YAX PASS 91 91 2026-08-20 1af78283f diff --git a/dev/cpan-reports/cpan-compatibility-skip.dat b/dev/cpan-reports/cpan-compatibility-skip.dat index 3dfd66b32..5e3d062f4 100644 --- a/dev/cpan-reports/cpan-compatibility-skip.dat +++ b/dev/cpan-reports/cpan-compatibility-skip.dat @@ -74,7 +74,6 @@ File::Slurp SKIP 2026-06-18 distroprefs Filesys::Notify::Simple SKIP 2026-08-22 distroprefs Filter::tee SKIP 2026-08-11 bundled Fsdb SKIP 2026-08-19 bundled -HTML::Parser SKIP 2026-08-28 bundled HTTP::CookieJar::LWP SKIP 2026-06-18 bundled HTTP::Daemon SKIP 2026-06-18 distroprefs HTTP::Headers SKIP 2026-06-15 distroprefs @@ -82,6 +81,7 @@ HTTP::Server::Simple SKIP 2026-06-14 distroprefs HTTP::Tiny SKIP 2026-09-02 bundled Hg::Lib SKIP 2026-08-11 bundled Hook::LexWrap SKIP 2026-06-18 distroprefs +IO SKIP 2026-09-02 bundled IO::Handle::Record SKIP 2026-08-19 bundled IO::Pipe SKIP 2026-09-02 bundled Image::Magick SKIP 2026-06-18 bundled @@ -155,7 +155,7 @@ UNIVERSAL::isa SKIP 2026-06-18 distroprefs Unicode::LineBreak SKIP 2026-06-18 bundled WWW::RobotRules SKIP 2026-06-18 distroprefs Win32 SKIP 2026-09-02 bundled -XML::LibXML SKIP 2026-08-26 bundled +XML::LibXML SKIP 2026-09-02 bundled XML::LibXML::Devel SKIP 2026-09-02 bundled XML::LibXML::Element SKIP 2026-08-26 bundled XML::LibXML::Reader SKIP 2026-08-26 bundled @@ -168,6 +168,7 @@ YAML::LibYAML SKIP 2026-08-15 bundled YAML::PP SKIP 2026-09-02 bundled YAML::PP::Common SKIP 2026-08-26 bundled YAML::PP::Perl SKIP 2026-09-02 bundled +YAML::PP::v0.41.0 SKIP 2026-09-02 bundled YAML::Syck SKIP 2026-09-02 bundled bigint SKIP 2026-06-14 bundled common::sense SKIP 2026-06-18 bundled diff --git a/dev/cpan-reports/cpan-compatibility.md b/dev/cpan-reports/cpan-compatibility.md index 28cfad636..2ce9ef52c 100644 --- a/dev/cpan-reports/cpan-compatibility.md +++ b/dev/cpan-reports/cpan-compatibility.md @@ -1,6 +1,6 @@ # CPAN Module Compatibility Report for PerlOnJava -> Auto-generated by `dev/tools/cpan_random_tester.pl` on 2026-09-02 09:45:01 +> Auto-generated by `dev/tools/cpan_random_tester.pl` on 2026-09-02 14:25:50 > > Modules are randomly selected from the full CPAN index and tested > with `./jcpan -t`. Dependencies are tested too; every module that @@ -10,10 +10,10 @@ | Metric | Count | |--------|-------| -| **Modules Tested** | 16323 | -| **Pass** | 8260 (50.6%) | -| **Fail** | 7888 | -| **Skipped** | 175 | +| **Modules Tested** | 16379 | +| **Pass** | 8288 (50.6%) | +| **Fail** | 7915 | +| **Skipped** | 176 | ## Modules That Pass All Tests @@ -29,7 +29,7 @@ | AC::DC | - | 2026-08-26 | 344a3971c | | AC::MrGamoo | - | 2026-08-20 | 1af78283f | | AC::Yenta | - | 2026-08-18 | e9739bcbf | -| ACH | - | 2026-08-19 | 1af78283f | +| ACH | - | 2026-09-02 | 948364c75 | | ACH::Generator | - | 2026-08-23 | 2b2257e94 | | ACH::Parser | - | 2026-08-21 | 1af78283f | | ACL::Lite | 31 | 2026-08-23 | 2b2257e94 | @@ -103,7 +103,7 @@ | ARSObject | - | 2026-08-26 | 344a3971c | | ASP | - | 2026-09-02 | 0f5febaa8 | | ASP4 | 213 | 2026-09-01 | 0f5febaa8 | -| ASP4::PSGI | 1 | 2026-08-20 | 1af78283f | +| ASP4::PSGI | 1 | 2026-09-02 | 948364c75 | | ASP4x::Router | 322 | 2026-08-19 | 1af78283f | | ASP::NextLink | - | 2026-08-22 | ff68371af | | AUBBC | - | 2026-08-26 | fc1332935 | @@ -147,7 +147,7 @@ | Algorithm::Dependency::Source::DBI | 20 | 2026-08-19 | 1af78283f | | Algorithm::Diff | 1004 | 2026-08-23 | 2b2257e94 | | Algorithm::Diff::Apply | 27 | 2026-08-27 | a7e504a21 | -| Algorithm::DistanceMatrix | 10 | 2026-08-17 | e9739bcbf | +| Algorithm::DistanceMatrix | 10 | 2026-09-02 | 948364c75 | | Algorithm::HowSimilar | - | 2026-09-02 | 0f5febaa8 | | Algorithm::IncludeExclude | 71 | 2026-08-28 | 19c285d26 | | Algorithm::Kmeanspp | 318 | 2026-08-19 | 1af78283f | @@ -160,6 +160,7 @@ | Algorithm::Points::MinimumDistance | 19 | 2026-08-20 | 1af78283f | | Algorithm::QuineMcCluskey | 50 | 2026-08-28 | 19c285d26 | | Algorithm::RabinKarp | 77 | 2026-09-02 | 0f5febaa8 | +| Algorithm::SkipList | 1910 | 2026-09-02 | 948364c75 | | Algorithm::SpatialIndex::Storage::Redis | 3 | 2026-08-18 | e9739bcbf | | Algorithm::TrunkClassifier | - | 2026-08-18 | e9739bcbf | | Algorithm::X::DLX | 8 | 2026-08-28 | 4ebea751e | @@ -377,7 +378,7 @@ | App::PYX::Optimization | 14 | 2026-08-29 | 19c285d26 | | App::Perl::Tags | 64 | 2026-08-18 | e9739bcbf | | App::PerlLocalEnv | - | 2026-09-02 | 0f5febaa8 | -| App::Photobear | 13 | 2026-08-18 | e9739bcbf | +| App::Photobear | 13 | 2026-09-02 | 948364c75 | | App::PipeFilter | 6 | 2026-08-28 | 4ebea751e | | App::Pod2CpanHtml | 1 | 2026-08-21 | ff68371af | | App::Prove::Plugin::Count | 17 | 2026-08-24 | 2b2257e94 | @@ -407,7 +408,7 @@ | App::Timestamper | 16 | 2026-08-18 | e9739bcbf | | App::Timestamper::WithElapsed | 4 | 2026-08-27 | 4ebea751e | | App::TodoList | 7 | 2026-08-28 | 4ebea751e | -| App::Tool::Base | - | 2026-08-19 | 1af78283f | +| App::Tool::Base | - | 2026-09-02 | 948364c75 | | App::Toolforge::MixNMatch | 9 | 2026-08-17 | 6c5545d16 | | App::Trace | 1 | 2026-08-23 | 2b2257e94 | | App::Unding | 1 | 2026-08-19 | 1af78283f | @@ -418,7 +419,7 @@ | App::chalk | 2 | 2026-08-18 | e9739bcbf | | App::cloudconvert | 1 | 2026-08-29 | 19c285d26 | | App::colcount | - | 2026-09-02 | 0f5febaa8 | -| App::contenttype | 1 | 2026-08-17 | 06656bfa2 | +| App::contenttype | 1 | 2026-09-02 | 948364c75 | | App::cpanexec | 5 | 2026-08-29 | 19c285d26 | | App::cpanm::script | 3 | 2026-08-28 | 4ebea751e | | App::cpanmigrate | 5 | 2026-08-17 | e9739bcbf | @@ -466,7 +467,7 @@ | App::rsync::retry | 4 | 2026-08-28 | 4ebea751e | | App::seq::numseq | 2 | 2026-09-02 | 0f5febaa8 | | App::setop | 2 | 2026-08-28 | 19c285d26 | -| App::tailswitch | 2 | 2026-08-17 | e9739bcbf | +| App::tailswitch | 2 | 2026-09-02 | 948364c75 | | App::tcpproxy | - | 2026-08-28 | 19c285d26 | | App::term::hr | - | 2026-08-15 | d5aec7092 | | App::throttle | 2 | 2026-08-29 | 19c285d26 | @@ -515,7 +516,7 @@ | Array::Uniq | 6 | 2026-08-17 | 6c5545d16 | | Array::Util::MultiTarget | 8 | 2026-08-29 | 19c285d26 | | Array::Utils | 17 | 2026-08-26 | fc1332935 | -| ArrayData | 8 | 2026-09-02 | 0f5febaa8 | +| ArrayData | 8 | 2026-09-02 | 948364c75 | | ArrayData::Array | 67 | 2026-08-24 | 2b2257e94 | | ArrayData::Char::Latin1::Digit | 4 | 2026-08-23 | 2b2257e94 | | ArrayData::Lingua::Word::EN::Medical::Glutanimate | 1 | 2026-08-22 | 2b2257e94 | @@ -535,7 +536,7 @@ | Aspect::Library::Profiler | 12 | 2026-08-29 | 19c285d26 | | Aspect::Library::Profiler::Cleanup | 12 | 2026-08-28 | 4ebea751e | | Aspect::Library::Timer | 27 | 2026-08-27 | 4ebea751e | -| Aspect::Loader | 18 | 2026-08-17 | 06656bfa2 | +| Aspect::Loader | 18 | 2026-09-02 | 948364c75 | | AsposeBarCodeCloud::ApiClient | 3 | 2026-08-23 | 2b2257e94 | | AsposeCellsCloud::CellsApi | - | 2026-08-20 | 1af78283f | | AsposeCellsCloud::LightCellsApi | - | 2026-08-26 | fc1332935 | @@ -679,6 +680,7 @@ | Bencher::Scenario::TextLevenshteinFlexible::levenshtein_l | 3 | 2026-08-28 | 4ebea751e | | Bencher::Scenario::Textsprintfn | 2 | 2026-09-02 | 0f5febaa8 | | Bencher::Scenario::TruncatingString | 2 | 2026-09-02 | 0f5febaa8 | +| Bencher::Scenarios::Perl | 9 | 2026-09-02 | 948364c75 | | Benchmark::Apps | 1 | 2026-08-29 | 19c285d26 | | BenchmarkAnything::Config | 4 | 2026-08-23 | 2b2257e94 | | BenchmarkAnything::Reporter | 3 | 2026-08-26 | fc1332935 | @@ -722,7 +724,7 @@ | Bit::Vector::Minimal | 12 | 2026-08-20 | 1af78283f | | BitArray | 2 | 2026-08-22 | 2b2257e94 | | BitTorrent::Simple | 1 | 2026-08-25 | 7bb930a1f | -| Bitcoin::BIP39 | 6 | 2026-08-18 | e9739bcbf | +| Bitcoin::BIP39 | 6 | 2026-09-02 | 948364c75 | | BlankOnDev | 1 | 2026-08-28 | 4ebea751e | | Blog::Simple::HTMLOnly | - | 2026-09-02 | 0f5febaa8 | | BlueCoat::SGOS | 3 | 2026-08-21 | 1af78283f | @@ -730,7 +732,7 @@ | Bootloader | - | 2026-09-02 | 0f5febaa8 | | Bopomofo | 1 | 2026-08-19 | 1af78283f | | Borang | 8 | 2026-08-26 | fc1332935 | -| BorderStyle | 9 | 2026-08-24 | 2b2257e94 | +| BorderStyle | 9 | 2026-09-02 | 948364c75 | | BorderStyle::ASCII::None | 33 | 2026-08-20 | 1af78283f | | BorderStyle::Test::Random | 2 | 2026-08-24 | 2b2257e94 | | BorderStyle::Text::ANSITable::OldCompat::Default::bold | 46 | 2026-08-23 | 2b2257e94 | @@ -757,7 +759,7 @@ | Btrees | 7 | 2026-08-24 | 2b2257e94 | | Buffer::Transactional | 107 | 2026-08-26 | fc1332935 | | BugCli | - | 2026-08-23 | 2b2257e94 | -| Builder | 35 | 2026-08-20 | 1af78283f | +| Builder | 35 | 2026-09-02 | 948364c75 | | Bundler | 2 | 2026-08-26 | fc1332935 | | Business::Alipay | 1 | 2026-08-29 | 19c285d26 | | Business::BR::PIS | 2956 | 2026-08-19 | 1af78283f | @@ -780,7 +782,7 @@ | Business::ID::NOPPBB | 5 | 2026-08-27 | 4ebea751e | | Business::ISBN | 132 | 2026-08-23 | 2b2257e94 | | Business::ISBN::Data | 23 | 2026-08-25 | fc1332935 | -| Business::ISSN | 36 | 2026-08-20 | 1af78283f | +| Business::ISSN | 36 | 2026-09-02 | 948364c75 | | Business::LegalRepData | 1 | 2026-09-02 | 0f5febaa8 | | Business::MollieAPI | 25 | 2026-09-02 | 0f5febaa8 | | Business::OnlinePayment | 83 | 2026-08-26 | fc1332935 | @@ -829,7 +831,8 @@ | CDDB_cache | 2 | 2026-09-02 | 0f5febaa8 | | CDP | 1 | 2026-09-01 | 0f5febaa8 | | CDR::Parser::SI3000 | 18 | 2026-08-21 | 1af78283f | -| CEFACT::Unit | 13 | 2026-08-20 | 1af78283f | +| CECALA | - | 2026-09-02 | 948364c75 | +| CEFACT::Unit | 13 | 2026-09-02 | 948364c75 | | CGI::AIS::Session | - | 2026-08-20 | 1af78283f | | CGI::Ajax | 3 | 2026-08-26 | 344a3971c | | CGI::Application::Dispatch::Server | - | 2026-08-24 | 2b2257e94 | @@ -887,7 +890,7 @@ | CGI::Application::Standard::Config | 6 | 2026-08-20 | 1af78283f | | CGI::Application::Structured | 2 | 2026-09-02 | 0f5febaa8 | | CGI::ArgChecker | - | 2026-08-26 | fc1332935 | -| CGI::Auth::Auto | 1 | 2026-08-20 | 1af78283f | +| CGI::Auth::Auto | 1 | 2026-09-02 | 948364c75 | | CGI::AuthRegister | - | 2026-08-23 | 2b2257e94 | | CGI::Authen::Simple | 1 | 2026-08-26 | fc1332935 | | CGI::Authent | - | 2026-08-23 | 2b2257e94 | @@ -1012,12 +1015,12 @@ | CLI::Meta::YoutubeDl | 1 | 2026-08-23 | 2b2257e94 | | CLI::Meta::cp | 1 | 2026-08-26 | fc1332935 | | CLI::Meta::diff | 1 | 2026-08-26 | fc1332935 | -| CLI::Meta::mv | 1 | 2026-08-21 | 1af78283f | +| CLI::Meta::mv | 1 | 2026-09-02 | 948364c75 | | CLI::MetaUtil::Getopt::Long | 1 | 2026-08-22 | ff68371af | | CLI::MetaUtil::Getopt::Long::Complete | 1 | 2026-09-02 | 0f5febaa8 | -| CLI::Table::Key::Finder | 1 | 2026-08-21 | 1af78283f | +| CLI::Table::Key::Finder | 1 | 2026-09-02 | 948364c75 | | CLI::TextLines::Utils | 1 | 2026-08-26 | fc1332935 | -| CMD::Colors | 1 | 2026-08-20 | 1af78283f | +| CMD::Colors | 1 | 2026-09-02 | 948364c75 | | CMS::JoomlaToDrupal | 5 | 2026-08-26 | fc1332935 | | CMS::MediaWiki | 1 | 2026-08-28 | 4ebea751e | | CNAB | - | 2026-08-20 | 1af78283f | @@ -1041,7 +1044,7 @@ | CPAN2RT | - | 2026-08-27 | 4ebea751e | | CPAN::02Packages::Search | 1 | 2026-09-02 | 0f5febaa8 | | CPAN::AutoINC | 1 | 2026-08-26 | fc1332935 | -| CPAN::Cache | 3 | 2026-08-20 | 1af78283f | +| CPAN::Cache | 3 | 2026-09-02 | 948364c75 | | CPAN::Changes | 419 | 2026-08-22 | 2b2257e94 | | CPAN::Changes::Cwalitee | 4 | 2026-08-26 | 344a3971c | | CPAN::Changes::Group::Dependencies::Stats | 64 | 2026-08-23 | 2b2257e94 | @@ -1110,7 +1113,7 @@ | CPAN::Test::Dummy::Perl5::VersionQV | 1 | 2026-08-19 | 1af78283f | | CPAN::Test::Dummy::Perl5::cpm::Builder | 1 | 2026-08-28 | 4ebea751e | | CPAN::Test::Dummy::SCO::Lacks | - | 2026-08-23 | 2b2257e94 | -| CPAN::Test::Dummy::SCO::Pirated | - | 2026-08-21 | 1af78283f | +| CPAN::Test::Dummy::SCO::Pirated | - | 2026-09-02 | 948364c75 | | CPAN::Testers | 11 | 2026-08-26 | fc1332935 | | CPAN::Testers::Common::Article | 161 | 2026-08-28 | 4ebea751e | | CPAN::Testers::Common::Client | 96 | 2026-08-26 | 344a3971c | @@ -1129,7 +1132,7 @@ | CPAN::Visitor | 2 | 2026-08-27 | a7e504a21 | | CPAN::WAIT | 5 | 2026-08-20 | 1af78283f | | CPAN::WWW::Top100::Retrieve | 4 | 2026-08-22 | 2b2257e94 | -| CPAN::Webserver | - | 2026-08-21 | 1af78283f | +| CPAN::Webserver | - | 2026-09-02 | 948364c75 | | CPAN::cpanminus::reporter::RetainReports | 634 | 2026-09-02 | 0f5febaa8 | | CPANDB | 2 | 2026-08-20 | 1af78283f | | CPANDB::Generator | 7 | 2026-08-21 | 1af78283f | @@ -1171,7 +1174,7 @@ | CSV::Examples | 1 | 2026-08-22 | 2b2257e94 | | CSVAWK | 2 | 2026-08-26 | 344a3971c | | CSVJF | 1 | 2026-09-02 | 0f5febaa8 | -| CVS::Metrics | 12 | 2026-08-17 | e9739bcbf | +| CVS::Metrics | 12 | 2026-09-02 | 948364c75 | | CWB::CQI | 4 | 2026-08-26 | fc1332935 | | CXC::Data::Visitor | 18 | 2026-09-01 | 0f5febaa8 | | CXC::Form::Tiny::Plugin::OptArgs2 | 19 | 2026-09-02 | 0f5febaa8 | @@ -1185,7 +1188,7 @@ | Cache::Memory::Simple | 11 | 2026-08-22 | 2b2257e94 | | Cache::Scalar::WithExpiry | 8 | 2026-08-28 | 4ebea751e | | Cache::Simple::TimedExpiry | 27 | 2026-09-02 | 0f5febaa8 | -| Cal::DAV | 5 | 2026-08-21 | 1af78283f | +| Cal::DAV | 5 | 2026-09-02 | 948364c75 | | CalDAV::Simple | 1 | 2026-08-23 | 2b2257e94 | | Calendar::Any | 33 | 2026-08-29 | 19c285d26 | | Calendar::Dates | 2 | 2026-08-29 | 19c285d26 | @@ -1195,9 +1198,11 @@ | Caller::Hide | 19 | 2026-08-24 | 2b2257e94 | | Caller::Reverse | 7 | 2026-08-27 | a7e504a21 | | Canella | 1 | 2026-08-26 | 344a3971c | -| Captcha::noCAPTCHA | 37 | 2026-08-21 | 1af78283f | +| Cantella::Worker | 16 | 2026-09-02 | 948364c75 | +| Captcha::noCAPTCHA | 37 | 2026-09-02 | 948364c75 | | Captcha::reCAPTCHA | 77 | 2026-08-21 | ff68371af | | Captcha::reCAPTCHA::V2 | 4 | 2026-08-17 | 06656bfa2 | +| Captcha::reCaptcha | 77 | 2026-09-02 | 948364c75 | | Capture::Attribute | 11 | 2026-08-18 | 1af78283f | | Carp | - | 2026-08-28 | 19c285d26 | | Carp::Always | 17 | 2026-08-26 | fc1332935 | @@ -1276,11 +1281,11 @@ | Catalyst::Plugin::Params::Demoronize | 10 | 2026-08-17 | 06656bfa2 | | Catalyst::Plugin::Pluggable | 13 | 2026-08-11 | 19f3fff98 | | Catalyst::Plugin::Profile::DBI::Log | 1 | 2026-08-27 | 4ebea751e | -| Catalyst::Plugin::RedirectAndDetach | 1 | 2026-08-17 | 06656bfa2 | +| Catalyst::Plugin::RedirectAndDetach | 1 | 2026-09-02 | 948364c75 | | Catalyst::Plugin::ServeFile | 26 | 2026-08-28 | 4ebea751e | | Catalyst::Plugin::Session | 21 | 2026-08-26 | 344a3971c | | Catalyst::Plugin::Session::DynamicExpiry | 1 | 2026-08-24 | 2b2257e94 | -| Catalyst::Plugin::Session::PSGI | 3 | 2026-08-18 | 1af78283f | +| Catalyst::Plugin::Session::PSGI | 3 | 2026-09-02 | 948364c75 | | Catalyst::Plugin::Session::State::Auth | 4 | 2026-08-20 | 1af78283f | | Catalyst::Plugin::Session::State::Header | 10 | 2026-08-18 | e9739bcbf | | Catalyst::Plugin::Session::State::Stash | 30 | 2026-08-29 | 19c285d26 | @@ -1345,10 +1350,10 @@ | Catmandu::Importer::Parltrack | 3 | 2026-08-29 | 19c285d26 | | Catmandu::Importer::WoS | 10 | 2026-08-28 | 4ebea751e | | Catmandu::Importer::Zotero | 4 | 2026-08-28 | 19c285d26 | +| Catmandu::RIS | 15 | 2026-09-02 | 948364c75 | | CayleyDickson | 177 | 2026-09-01 | 0f5febaa8 | | Cdk | - | 2026-08-22 | ff68371af | | CellBIS::Random | 7 | 2026-08-26 | 344a3971c | -| CellBIS::SQL::Abstract | 9 | 2026-08-20 | 1af78283f | | CellFunc | 1 | 2026-09-02 | 0f5febaa8 | | CentOS::Releases | 1 | 2026-08-29 | 19c285d26 | | Ceph::RadosGW::Admin | 15 | 2026-08-29 | 19c285d26 | @@ -1394,7 +1399,7 @@ | Class::Accessor::Array::Glob | 3 | 2026-08-24 | 2b2257e94 | | Class::Accessor::Chained | 8 | 2026-08-20 | 1af78283f | | Class::Accessor::Chained::Fast | 8 | 2026-08-23 | 2b2257e94 | -| Class::Accessor::Children | 112 | 2026-08-20 | 1af78283f | +| Class::Accessor::Children | 112 | 2026-09-02 | 948364c75 | | Class::Accessor::Children::Fast | 112 | 2026-08-26 | 344a3971c | | Class::Accessor::Class | 94 | 2026-08-24 | 2b2257e94 | | Class::Accessor::Complex | 139 | 2026-08-21 | 1af78283f | @@ -1407,7 +1412,7 @@ | Class::Accessor::Lvalue | 24 | 2026-09-01 | 0f5febaa8 | | Class::Accessor::Named | 3 | 2026-08-20 | 1af78283f | | Class::Accessor::PackedString::Set | 3 | 2026-08-26 | 344a3971c | -| Class::Accessor::Validated | 5 | 2026-08-21 | 1af78283f | +| Class::Accessor::Validated | 5 | 2026-09-02 | 948364c75 | | Class::Adapter::Builder | 65 | 2026-08-24 | 2b2257e94 | | Class::Anonymous | 19 | 2026-08-27 | 4ebea751e | | Class::ArrayObjects | 9 | 2026-08-22 | ff68371af | @@ -1470,7 +1475,7 @@ | Class::MOP::Method::Generated | - | 2026-08-26 | fc1332935 | | Class::Member | 49 | 2026-08-23 | 2b2257e94 | | Class::Meta::Express | 161 | 2026-09-01 | 0f5febaa8 | -| Class::Method::ModifiersX::Augment | 4 | 2026-08-21 | 1af78283f | +| Class::Method::ModifiersX::Augment | 4 | 2026-09-02 | 948364c75 | | Class::Method::ModifiersX::Override | 6 | 2026-08-21 | ff68371af | | Class::Mix | 94 | 2026-08-29 | 19c285d26 | | Class::MixinFactory | 88 | 2026-08-23 | 2b2257e94 | @@ -1629,7 +1634,7 @@ | Config::Pod | - | 2026-08-27 | a7e504a21 | | Config::ReadAndCheck | - | 2026-08-27 | a7e504a21 | | Config::Reload | 12 | 2026-08-27 | a7e504a21 | -| Config::Settings | 20 | 2026-08-19 | 1af78283f | +| Config::Settings | 20 | 2026-09-02 | 948364c75 | | Config::Simple | 75 | 2026-08-22 | 2b2257e94 | | Config::Simple::Tie | 48 | 2026-08-27 | 4ebea751e | | Config::Sofu | 18 | 2026-08-28 | 19c285d26 | @@ -1641,7 +1646,7 @@ | Config::YAML | 34 | 2026-08-25 | fc1332935 | | Config::YAML::Tiny | 34 | 2026-08-27 | 4ebea751e | | Config::ZOMG | 79 | 2026-08-23 | 2b2257e94 | -| ConfigReader::Simple | 205 | 2026-08-21 | ff68371af | +| ConfigReader::Simple | 205 | 2026-09-02 | 948364c75 | | Console::ProgressBar | 15 | 2026-08-29 | 19c285d26 | | Const::Fast | 26 | 2026-09-02 | 0f5febaa8 | | Constant::Exporter | 6 | 2026-09-02 | 0f5febaa8 | @@ -1692,7 +1697,7 @@ | Crypt::Passphrase::SaltedHash | 8 | 2026-08-29 | 19c285d26 | | Crypt::RC4 | - | 2026-08-24 | 2b2257e94 | | Crypt::RSA::Parse | 117 | 2026-08-28 | 4ebea751e | -| Crypt::Random::Seed | 26 | 2026-08-20 | 1af78283f | +| Crypt::Random::Seed | 26 | 2026-09-02 | 948364c75 | | Crypt::Random::Source::SSLeay | 7 | 2026-09-01 | 0f5febaa8 | | Crypt::Random::Source::Weak::openssl | 14 | 2026-08-18 | e9739bcbf | | Crypt::Random::TESHA2 | 51 | 2026-08-26 | 344a3971c | @@ -1711,7 +1716,7 @@ | Crypt::xDBM_File | - | 2026-08-29 | 19c285d26 | | Csistck | 101 | 2026-08-23 | 2b2257e94 | | Csistck::Test::Permission | 44 | 2026-09-02 | 0f5febaa8 | -| Cucumber::TagExpressions | 68 | 2026-08-21 | ff68371af | +| Cucumber::TagExpressions | 68 | 2026-09-02 | 948364c75 | | CursorBase | - | 2026-09-02 | 0f5febaa8 | | Cwalitee::Common | 1 | 2026-08-23 | 2b2257e94 | | Cwd::Ext | 31 | 2026-08-26 | fc1332935 | @@ -1761,14 +1766,14 @@ | DBIx::Aurora | 1 | 2026-08-28 | 4ebea751e | | DBIx::Browse | 21 | 2026-08-26 | fc1332935 | | DBIx::BulkUtil | 1 | 2026-08-24 | 2b2257e94 | -| DBIx::CGITables | - | 2026-08-21 | 1af78283f | +| DBIx::CGITables | - | 2026-09-02 | 948364c75 | | DBIx::CSV | 1 | 2026-08-24 | 2b2257e94 | | DBIx::CheckConnectivity | 33 | 2026-08-25 | 7bb930a1f | | DBIx::Class::BitField | 274 | 2026-08-29 | 19c285d26 | | DBIx::Class::Bootstrap::Simple | 2 | 2026-08-24 | 2b2257e94 | | DBIx::Class::Candy | 21 | 2026-08-24 | 2b2257e94 | | DBIx::Class::CryptColumn | 31 | 2026-08-24 | 2b2257e94 | -| DBIx::Class::CustomPrefetch | 56 | 2026-08-21 | 1af78283f | +| DBIx::Class::CustomPrefetch | 56 | 2026-09-02 | 948364c75 | | DBIx::Class::DateTime::Epoch | 37 | 2026-08-26 | 344a3971c | | DBIx::Class::DeleteAction | 68 | 2026-08-22 | ff68371af | | DBIx::Class::DeploymentAdapter | 1 | 2026-08-24 | 2b2257e94 | @@ -1839,7 +1844,7 @@ | DBIx::Class::UnicornLogger | 21 | 2026-09-02 | 0f5febaa8 | | DBIx::Class::UserStamp | 12 | 2026-08-26 | fc1332935 | | DBIx::Class::Validation | 28 | 2026-08-26 | 344a3971c | -| DBIx::Class::VirtualColumns | 53 | 2026-08-21 | ff68371af | +| DBIx::Class::VirtualColumns | 53 | 2026-09-02 | 948364c75 | | DBIx::Class::WebForm | 1 | 2026-08-22 | ff68371af | | DBIx::Compare::ContentChecksum::mysql | 18 | 2026-08-26 | 344a3971c | | DBIx::Config | 86 | 2026-08-18 | e9739bcbf | @@ -1865,6 +1870,7 @@ | DBIx::Dump | - | 2026-08-24 | 2b2257e94 | | DBIx::FetchLoop | - | 2026-08-24 | 2b2257e94 | | DBIx::Foo | 66 | 2026-08-26 | fc1332935 | +| DBIx::Frame | - | 2026-09-02 | 948364c75 | | DBIx::FunctionalAPI | 1 | 2026-08-27 | 344a3971c | | DBIx::HTML | 1 | 2026-08-28 | 19c285d26 | | DBIx::HTMLTable | 1 | 2026-08-29 | 19c285d26 | @@ -1903,7 +1909,7 @@ | DBIx::RoboQuery | 255 | 2026-09-02 | 0f5febaa8 | | DBIx::SQL::Abstract | 1 | 2026-08-19 | 1af78283f | | DBIx::SQLCrosstab | - | 2026-08-22 | ff68371af | -| DBIx::SQLite::Deploy | 14 | 2026-08-19 | 1af78283f | +| DBIx::SQLite::Deploy | 14 | 2026-09-02 | 948364c75 | | DBIx::Safe | 1 | 2026-08-26 | fc1332935 | | DBIx::Schema::DSL::Dumper | 1 | 2026-08-25 | 7bb930a1f | | DBIx::Schema::UpToDate | 46 | 2026-08-20 | 1af78283f | @@ -1926,7 +1932,7 @@ | DBIx::Tree | 13 | 2026-09-02 | 0f5febaa8 | | DBIx::Tree::MaterializedPath | 478 | 2026-08-18 | e9739bcbf | | DBIx::UpdateTable::FromHoH | 4 | 2026-08-26 | 344a3971c | -| DBIx::Version | - | 2026-08-21 | 1af78283f | +| DBIx::Version | - | 2026-09-02 | 948364c75 | | DBIx::Wrapper | 1 | 2026-08-20 | 1af78283f | | DBIx::Wrapper::Config | 1 | 2026-08-26 | fc1332935 | | DBIx::Wrapper::VerySimple | 20 | 2026-09-01 | 0f5febaa8 | @@ -1963,7 +1969,7 @@ | DNS::Record::Check | 6 | 2026-09-01 | 0f5febaa8 | | DNS::WorldWideDns | 8 | 2026-08-19 | 1af78283f | | DNS::Zone | 7 | 2026-09-02 | 0f5febaa8 | -| DNS::Zone::Struct::Common | 2 | 2026-08-20 | 1af78283f | +| DNS::Zone::Struct::Common | 2 | 2026-09-02 | 948364c75 | | DNS::ZoneEdit | 17 | 2026-08-22 | 2b2257e94 | | DNS::ZoneParse | 124 | 2026-09-02 | 0f5febaa8 | | DNS::ZoneSerialNumber | 49 | 2026-08-20 | 1af78283f | @@ -1973,7 +1979,7 @@ | DTA::TokWrap | 1 | 2026-08-26 | fc1332935 | | DTL::Fast | - | 2026-08-23 | 2b2257e94 | | DWH_File | 34 | 2026-08-21 | ff68371af | -| Daemon::Daemonize | - | 2026-08-15 | 570876923 | +| Daemon::Daemonize | - | 2026-09-02 | 948364c75 | | Daje::Database::Migrator | 1 | 2026-08-26 | 344a3971c | | Daje::Plugin::Apploader | 1 | 2026-08-26 | 344a3971c | | Daje::Workflow::Savefile::Activity | 1 | 2026-09-01 | 0f5febaa8 | @@ -1993,7 +1999,7 @@ | Dancer2::Plugin::Auth::Tiny | 14 | 2026-09-01 | 0f5febaa8 | | Dancer2::Plugin::CSRF | 1 | 2026-08-20 | 1af78283f | | Dancer2::Plugin::CSRFI | 14 | 2026-09-01 | 14e5d7108 | -| Dancer2::Plugin::Cache::CHI | 42 | 2026-08-21 | ff68371af | +| Dancer2::Plugin::Cache::CHI | 42 | 2026-09-02 | 948364c75 | | Dancer2::Plugin::DebugDump | 1 | 2026-08-19 | 1af78283f | | Dancer2::Plugin::EditFile | 1 | 2026-08-29 | 19c285d26 | | Dancer2::Plugin::EncryptID | 28 | 2026-08-17 | 06656bfa2 | @@ -2003,6 +2009,7 @@ | Dancer2::Plugin::HTTP::ContentNegotiation | 1 | 2026-08-22 | ff68371af | | Dancer2::Plugin::HostSpecificRoute | 11 | 2026-08-28 | 4ebea751e | | Dancer2::Plugin::JSManager | - | 2026-08-26 | 344a3971c | +| Dancer2::Plugin::LogContextual | 5 | 2026-09-02 | 948364c75 | | Dancer2::Plugin::Multilang | 1 | 2026-08-22 | 2b2257e94 | | Dancer2::Plugin::NYTProf | 1 | 2026-08-26 | 344a3971c | | Dancer2::Plugin::OpenAPIRoutes | 1 | 2026-08-26 | fc1332935 | @@ -2077,7 +2084,7 @@ | Data::Collector | 72 | 2026-08-28 | 4ebea751e | | Data::Combination | 7 | 2026-08-23 | 2b2257e94 | | Data::Compare::Plugins::Data::Transactional | 72 | 2026-08-29 | 19c285d26 | -| Data::Compare::Plugins::Set::Object | 17 | 2026-08-16 | 570876923 | +| Data::Compare::Plugins::Set::Object | 17 | 2026-09-02 | 948364c75 | | Data::Convert::MicrochipTechnology::Float | 22 | 2026-08-19 | 1af78283f | | Data::CosineSimilarity | 32 | 2026-08-28 | 4ebea751e | | Data::Currency | 188 | 2026-08-22 | 2b2257e94 | @@ -2093,9 +2100,9 @@ | Data::Direct | - | 2026-08-28 | 4ebea751e | | Data::Dmap | 3 | 2026-08-23 | 2b2257e94 | | Data::Dmp | 25 | 2026-08-25 | fc1332935 | -| Data::Dump | - | 2026-08-21 | 1af78283f | +| Data::Dump | - | 2026-09-02 | 948364c75 | | Data::Dump::JavaScript | 35 | 2026-08-21 | ff68371af | -| Data::Dump::ObjectAsString | 1 | 2026-08-15 | 570876923 | +| Data::Dump::ObjectAsString | 1 | 2026-09-02 | 948364c75 | | Data::Dump::OneLine | 4 | 2026-08-26 | 344a3971c | | Data::Dump::Partial | 33 | 2026-08-21 | 1af78283f | | Data::Dumper::Concise | 23 | 2026-08-26 | 344a3971c | @@ -2174,7 +2181,7 @@ | Data::Properties::YAML | 10 | 2026-08-22 | 2b2257e94 | | Data::Pwgen | 305 | 2026-08-28 | 4ebea751e | | Data::Queue::Batch | 16 | 2026-08-29 | 19c285d26 | -| Data::Random::Nucleotides | 28 | 2026-08-18 | e9739bcbf | +| Data::Random::Nucleotides | 28 | 2026-09-02 | 948364c75 | | Data::Random::Structure | 2 | 2026-09-02 | 0f5febaa8 | | Data::Range::Compare | 135 | 2026-08-29 | 19c285d26 | | Data::Reconciliation | 17 | 2026-08-29 | 19c285d26 | @@ -2211,6 +2218,7 @@ | Data::Serializer::JSON::MaybeXS | 1 | 2026-08-28 | 4ebea751e | | Data::Serializer::Sereal | 3 | 2026-08-21 | ff68371af | | Data::ShowTable | 161 | 2026-08-22 | ff68371af | +| Data::Skeleton | 15 | 2026-09-02 | 948364c75 | | Data::Sorting | 58 | 2026-08-18 | e9739bcbf | | Data::SpreadPagination | 319 | 2026-08-28 | 4ebea751e | | Data::Stag | 102 | 2026-08-23 | 2b2257e94 | @@ -2242,7 +2250,7 @@ | Data::Validate::MySQL | 1248 | 2026-08-19 | 1af78283f | | Data::Validate::Perl | 4 | 2026-09-02 | 0f5febaa8 | | Data::Validate::Type | 90 | 2026-09-01 | 0f5febaa8 | -| Data::Validate::WithYAML::Plugin::IBAN | 15 | 2026-08-17 | 06656bfa2 | +| Data::Validate::WithYAML::Plugin::IBAN | 15 | 2026-09-02 | 948364c75 | | Data::VarPrint | 1 | 2026-08-17 | 06656bfa2 | | Data::Verifier | 244 | 2026-08-25 | fc1332935 | | Data::Visitor | 106 | 2026-08-23 | 2b2257e94 | @@ -2259,7 +2267,7 @@ | Date::Day | - | 2026-08-27 | a7e504a21 | | Date::DayOfWeek | 32 | 2026-08-21 | ff68371af | | Date::Easter | 27 | 2026-08-27 | 4ebea751e | -| Date::Extract | 148 | 2026-08-21 | 1af78283f | +| Date::Extract | 148 | 2026-09-02 | 948364c75 | | Date::EzDate | 1226 | 2026-08-23 | 2b2257e94 | | Date::Format | 1218 | 2026-08-21 | ff68371af | | Date::Gregorian | 719 | 2026-08-28 | 4ebea751e | @@ -2335,10 +2343,11 @@ | DateTime::Format::Pg | 217 | 2026-08-26 | fc1332935 | | DateTime::Format::RFC3339 | 33 | 2026-08-23 | 2b2257e94 | | DateTime::Format::RFC3501 | 12 | 2026-08-26 | 344a3971c | -| DateTime::Format::RSS | 128 | 2026-08-21 | 1af78283f | +| DateTime::Format::RSS | 128 | 2026-09-02 | 948364c75 | | DateTime::Format::Roman | 23 | 2026-08-26 | fc1332935 | | DateTime::Format::SQLite | 69 | 2026-08-24 | 2b2257e94 | | DateTime::Format::Strftimeq | 2 | 2026-08-25 | fc1332935 | +| DateTime::Format::Strptime | 143 | 2026-09-02 | 948364c75 | | DateTime::Format::W3CDTF | 47 | 2026-09-01 | 0f5febaa8 | | DateTime::Format::WindowsFileTime | 2 | 2026-08-26 | fc1332935 | | DateTime::Format::XSD | 2 | 2026-08-21 | 1af78283f | @@ -2348,7 +2357,6 @@ | DateTime::Locale | 1173 | 2026-08-26 | fc1332935 | | DateTime::Moonpig | 22 | 2026-08-21 | ff68371af | | DateTime::Ordinal | 760 | 2026-08-24 | 2b2257e94 | -| DateTime::Precise | 204 | 2026-08-20 | 1af78283f | | DateTime::Set | 347 | 2026-08-26 | 344a3971c | | DateTime::Span | 347 | 2026-08-21 | 1af78283f | | DateTime::Span::Common | 1 | 2026-09-02 | 0f5febaa8 | @@ -2369,6 +2377,8 @@ | DateTimeX::Start | 41 | 2026-08-27 | 4ebea751e | | DateTimeX::TO_JSON | 6 | 2026-08-19 | 1af78283f | | DateTimeX::Tiny::Compact | 1 | 2026-08-21 | ff68371af | +| DateTimeX::Web | 131 | 2026-09-02 | 948364c75 | +| DateTimeX::strftimeq | 11 | 2026-09-02 | 948364c75 | | Debian::Package::HTML | 1 | 2026-08-27 | 4ebea751e | | Debug::Helper::Flag | 5 | 2026-08-29 | 19c285d26 | | Debug::Phases | 3 | 2026-08-28 | 4ebea751e | @@ -2421,7 +2431,7 @@ | Devel::StackTrace::AsHTML | 4 | 2026-08-26 | 344a3971c | | Devel::StrictMode | 4 | 2026-08-26 | 344a3971c | | Devel::Symdump | 29 | 2026-08-23 | 2b2257e94 | -| Devel::TakeHashArgs | 17 | 2026-08-19 | 1af78283f | +| Devel::TakeHashArgs | 17 | 2026-09-02 | 948364c75 | | Devel::TraceINC | 8 | 2026-08-29 | 19c285d26 | | Devel::Trepan::Shell | 9 | 2026-08-26 | fc1332935 | | Devel::Util | 1 | 2026-09-01 | 0f5febaa8 | @@ -2470,7 +2480,7 @@ | Digest::SRI | 34 | 2026-08-28 | 4ebea751e | | Digest::TransformPath | 31 | 2026-08-27 | 4ebea751e | | DigitalOcean::Account | 1 | 2026-09-02 | 0f5febaa8 | -| Dir::Watch | 6 | 2026-08-20 | 1af78283f | +| Dir::Watch | 6 | 2026-09-02 | 948364c75 | | Dir::Write::Rotate | 9 | 2026-08-18 | e9739bcbf | | Directory::Scratch | 2 | 2026-08-20 | 1af78283f | | Disassemble::X86 | 459 | 2026-08-29 | 19c285d26 | @@ -2494,12 +2504,12 @@ | Dist::Zilla::Plugin::BlockRelease | 6 | 2026-08-28 | 4ebea751e | | Dist::Zilla::Plugin::BorderStyle | 1 | 2026-08-28 | 4ebea751e | | Dist::Zilla::Plugin::Bugtracker | 17 | 2026-08-29 | 19c285d26 | -| Dist::Zilla::Plugin::ChangeStats::Git | 4 | 2026-08-17 | e9739bcbf | +| Dist::Zilla::Plugin::ChangeStats::Git | 4 | 2026-09-02 | 948364c75 | | Dist::Zilla::Plugin::CheckPrereqsIndexed | 23 | 2026-09-02 | 0f5febaa8 | | Dist::Zilla::Plugin::CheckVersionIncrement | 19 | 2026-08-27 | 4ebea751e | | Dist::Zilla::Plugin::Clean | 1 | 2026-08-29 | 19c285d26 | | Dist::Zilla::Plugin::Config::Git | 11 | 2026-08-21 | ff68371af | -| Dist::Zilla::Plugin::ConsistentVersionTest | 18 | 2026-08-19 | 1af78283f | +| Dist::Zilla::Plugin::ConsistentVersionTest | 18 | 2026-09-02 | 948364c75 | | Dist::Zilla::Plugin::ContributorsFromPod | 1 | 2026-08-29 | 19c285d26 | | Dist::Zilla::Plugin::CopyFilesFromRelease | 9 | 2026-08-21 | ff68371af | | Dist::Zilla::Plugin::CopyTo | 1 | 2026-08-27 | 4ebea751e | @@ -2512,6 +2522,7 @@ | Dist::Zilla::Plugin::Git::DescribeVersion | 16 | 2026-08-28 | 4ebea751e | | Dist::Zilla::Plugin::Git::PushInitial | 1 | 2026-08-19 | 1af78283f | | Dist::Zilla::Plugin::IfBuilt | 1 | 2026-09-02 | 0f5febaa8 | +| Dist::Zilla::Plugin::InsertDistImage | 1 | 2026-09-02 | 948364c75 | | Dist::Zilla::Plugin::InstallRelease | 2 | 2026-08-14 | d5aec7092 | | Dist::Zilla::Plugin::Manifest::Read | 8 | 2026-08-27 | 4ebea751e | | Dist::Zilla::Plugin::Meta::Dynamic::Config | 2 | 2026-08-27 | a7e504a21 | @@ -2524,7 +2535,7 @@ | Dist::Zilla::Plugin::OurDate | 1 | 2026-08-29 | 19c285d26 | | Dist::Zilla::Plugin::PERLANCAR::Authority | 1 | 2026-08-27 | 4ebea751e | | Dist::Zilla::Plugin::PERLANCAR::OurPkgVersion | 1 | 2026-09-02 | 0f5febaa8 | -| Dist::Zilla::Plugin::Pod2Readme | 7 | 2026-08-18 | 1af78283f | +| Dist::Zilla::Plugin::Pod2Readme | 7 | 2026-09-02 | 948364c75 | | Dist::Zilla::Plugin::PodWeaver | 2 | 2026-08-18 | e9739bcbf | | Dist::Zilla::Plugin::Prepender | 6 | 2026-09-02 | 0f5febaa8 | | Dist::Zilla::Plugin::Prereqs::FromCPANfile | 2 | 2026-08-28 | 4ebea751e | @@ -2593,7 +2604,7 @@ | Echo::StreamServer::Account | 4 | 2026-08-27 | a7e504a21 | | Ei | - | 2026-08-16 | 570876923 | | Eidolon | 126 | 2026-08-22 | 2b2257e94 | -| Eidolon::Driver::Template::Toolkit | 6 | 2026-08-19 | 1af78283f | +| Eidolon::Driver::Template::Toolkit | 6 | 2026-09-02 | 948364c75 | | Eircode | 40 | 2026-08-26 | 344a3971c | | Eirotic | 8 | 2026-08-24 | 2b2257e94 | | Ekahau | 159 | 2026-09-02 | 0f5febaa8 | @@ -2618,7 +2629,7 @@ | Email::Sender::Simple | 130 | 2026-08-22 | 2b2257e94 | | Email::Sender::Transport::Mailgun | 43 | 2026-08-28 | 4ebea751e | | Email::Sender::Transport::SQLite | 7 | 2026-09-02 | 0f5febaa8 | -| Email::Simple | 190 | 2026-08-20 | 1af78283f | +| Email::Simple | 190 | 2026-09-02 | 948364c75 | | Email::Simple::Markdown | 16 | 2026-08-17 | e9739bcbf | | Email::Stuffer | 131 | 2026-08-22 | 2b2257e94 | | Email::Valid | 43 | 2026-08-25 | fc1332935 | @@ -2675,7 +2686,7 @@ | Exception::Class::TryCatch | 46 | 2026-08-22 | 2b2257e94 | | Exception::Delayed | 8 | 2026-08-16 | ebd367ec5 | | Exception::Reporter::Summarizer::PlackRequest | 3 | 2026-08-29 | 19c285d26 | -| Exception::Simple | 9 | 2026-08-20 | 1af78283f | +| Exception::Simple | 9 | 2026-09-02 | 948364c75 | | Exception::System | 8 | 2026-08-25 | fc1332935 | | Exception::Tiny | 34 | 2026-08-24 | 2b2257e94 | | Exobrain::Agent::Idonethis | - | 2026-08-27 | 4ebea751e | @@ -2726,9 +2737,9 @@ | FASTAid | 11 | 2026-08-23 | 2b2257e94 | | FASTX::Abi | 103 | 2026-08-21 | ff68371af | | FASTX::PE | 205 | 2026-08-25 | fc1332935 | -| FASTX::Reader | 444 | 2026-08-21 | 1af78283f | +| FASTX::Reader | 444 | 2026-09-02 | 948364c75 | | FB3 | 2 | 2026-08-28 | 4ebea751e | -| FBP | 379 | 2026-08-25 | fc1332935 | +| FBP | 13 | 2026-09-02 | 948364c75 | | FBP::Parent | 13 | 2026-08-20 | 1af78283f | | FCGI::Client | 1 | 2026-08-23 | 2b2257e94 | | FFmpeg::Stream::Helper | 1 | 2026-08-29 | 19c285d26 | @@ -2748,9 +2759,10 @@ | FTN::Msg | 1 | 2026-08-19 | 1af78283f | | FTN::Outbound::BSO | 20 | 2026-08-20 | 1af78283f | | FTN::Outbound::Reference_file | 8 | 2026-08-23 | 2b2257e94 | +| FTN::Pkt | 1 | 2026-09-02 | 948364c75 | | FUSE::Client | 1 | 2026-08-23 | 2b2257e94 | | FWS::V2::SocketLabs | 3 | 2026-08-23 | 2b2257e94 | -| Facebook | 9 | 2026-08-12 | cc69cbb4c | +| Facebook | 9 | 2026-09-02 | 948364c75 | | Facebook::OpenGraph | 74 | 2026-08-17 | e9739bcbf | | FactorOracle | 14 | 2026-09-02 | 0f5febaa8 | | FakeHash | - | 2026-08-23 | 2b2257e94 | @@ -2769,12 +2781,12 @@ | File::CodeSearch | 78 | 2026-08-16 | ebd367ec5 | | File::ConfigDir | 60 | 2026-08-23 | 2b2257e94 | | File::CounterFile | 1 | 2026-08-29 | 19c285d26 | -| File::Defrag | - | 2026-08-19 | 1af78283f | +| File::Defrag | - | 2026-09-02 | 948364c75 | | File::Details | 6 | 2026-08-21 | 1af78283f | | File::Digest | 12 | 2026-08-20 | 1af78283f | | File::Dir::Hash | 7 | 2026-08-29 | 19c285d26 | | File::ELAN | 8 | 2026-09-01 | 14e5d7108 | -| File::Extension | 4 | 2026-08-17 | 06656bfa2 | +| File::Extension | 9 | 2026-09-02 | 948364c75 | | File::Find::CaseCollide | 5 | 2026-09-01 | 0f5febaa8 | | File::Find::Object | 83 | 2026-08-22 | ff68371af | | File::Find::Rex | 2 | 2026-08-19 | 1af78283f | @@ -2785,7 +2797,7 @@ | File::Find::Rule::MMagic | 1 | 2026-08-29 | 19c285d26 | | File::Find::Rule::Perl | 31 | 2026-09-02 | 0f5febaa8 | | File::Find::Rule::WellFormed | 5 | 2026-08-28 | 4ebea751e | -| File::FindSimilars | 7 | 2026-08-18 | e9739bcbf | +| File::FindSimilars | 7 | 2026-09-02 | 948364c75 | | File::Flock::Retry | 5 | 2026-08-28 | 4ebea751e | | File::Format::RIFF | 51 | 2026-08-23 | 2b2257e94 | | File::GetLineMaxLength | 873 | 2026-08-28 | 4ebea751e | @@ -2844,10 +2856,10 @@ | File::Temp | - | 2026-08-23 | 2b2257e94 | | File::Temp::MoreUtils | 3 | 2026-08-29 | 19c285d26 | | File::Tempdir | 8 | 2026-08-24 | 2b2257e94 | -| File::Tools | 48 | 2026-08-17 | e9739bcbf | +| File::Tools | 48 | 2026-09-02 | 948364c75 | | File::Touch | 19 | 2026-08-18 | e9739bcbf | | File::Trash | 72 | 2026-08-16 | ebd367ec5 | -| File::TreeCreate | 23 | 2026-08-21 | 1af78283f | +| File::TreeCreate | 23 | 2026-09-02 | 948364c75 | | File::Type | 58 | 2026-08-22 | 2b2257e94 | | File::Type::WebImages | 15 | 2026-08-24 | 2b2257e94 | | File::TypeCategories | 75 | 2026-08-29 | 19c285d26 | @@ -2923,7 +2935,7 @@ | FormValidator::Simple::Plugin::CreditCard | 5 | 2026-08-27 | 344a3971c | | FormValidator::Simple::Plugin::CustomConstraint | 1 | 2026-09-02 | 0f5febaa8 | | FormValidator::Simple::Plugin::DBIC::Unique | 1 | 2026-08-21 | 1af78283f | -| FormValidator::Simple::Plugin::Trim | 5 | 2026-08-20 | 1af78283f | +| FormValidator::Simple::Plugin::Trim | 5 | 2026-09-02 | 948364c75 | | FormValidator::Simple::Struct | 272 | 2026-08-28 | 19c285d26 | | Format::Human::Bytes | 216 | 2026-08-19 | 1af78283f | | Format::JSON::Stream | 15 | 2026-08-19 | 1af78283f | @@ -2932,7 +2944,7 @@ | Fortune | 27 | 2026-08-23 | 2b2257e94 | | FrameMaker::FromHTML | 1 | 2026-09-02 | 0f5febaa8 | | FrameNet::QueryData | 13 | 2026-08-27 | a7e504a21 | -| FreeBSD::Pkgs | 5 | 2026-08-21 | ff68371af | +| FreeBSD::Pkgs | 5 | 2026-09-02 | 948364c75 | | FreeBSD::Ports | 5 | 2026-08-25 | fc1332935 | | FreeBSD::Ports::INDEXhash | 6 | 2026-08-26 | 344a3971c | | FreeBSD::Src | 6 | 2026-08-24 | 2b2257e94 | @@ -2949,10 +2961,10 @@ | Future::Mojo | 39 | 2026-08-22 | 2b2257e94 | | Future::Queue | 36 | 2026-08-22 | ff68371af | | GCC::Node | 1 | 2026-09-02 | 0f5febaa8 | -| GCloud::CLIWrapper | - | 2026-08-21 | ff68371af | +| GCloud::CLIWrapper | - | 2026-09-02 | 948364c75 | | GFL | - | 2026-08-23 | 2b2257e94 | | GIFgraph::EvenlySpaced | - | 2026-08-28 | 19c285d26 | -| GIS::Distance::Lite | - | 2026-08-19 | 1af78283f | +| GIS::Distance::Lite | - | 2026-09-02 | 948364c75 | | GO::Parser | 140 | 2026-08-24 | 2b2257e94 | | GPS::Babel | 59 | 2026-08-26 | 344a3971c | | GPS::Base | 18 | 2026-08-20 | 1af78283f | @@ -3052,7 +3064,7 @@ | Getopt::Declare | 65 | 2026-08-28 | 4ebea751e | | Getopt::EX::Hashed | 117 | 2026-08-29 | 19c285d26 | | Getopt::Easy | 14 | 2026-08-22 | 2b2257e94 | -| Getopt::Function | 4 | 2026-08-21 | 1af78283f | +| Getopt::Function | 4 | 2026-09-02 | 948364c75 | | Getopt::Gen | 4 | 2026-08-28 | 4ebea751e | | Getopt::Kingpin | 172 | 2026-09-01 | 0f5febaa8 | | Getopt::Long::Complete | 3 | 2026-09-02 | 0f5febaa8 | @@ -3234,7 +3246,7 @@ | HTML::FromText | 60 | 2026-08-19 | 1af78283f | | HTML::GMUCK | - | 2026-08-28 | 19c285d26 | | HTML::GoogleMaps::V3 | 46 | 2026-08-23 | 2b2257e94 | -| HTML::Grabber | 3 | 2026-08-20 | 1af78283f | +| HTML::Grabber | 3 | 2026-09-02 | 948364c75 | | HTML::HTML5::Entities | 17 | 2026-08-23 | 2b2257e94 | | HTML::HeadParser | - | 2026-08-22 | 2b2257e94 | | HTML::Highlight | - | 2026-08-26 | fc1332935 | @@ -3253,7 +3265,7 @@ | HTML::Mason::PlackHandler | 6 | 2026-08-23 | 2b2257e94 | | HTML::Menu::Hierarchical | 1 | 2026-08-21 | 1af78283f | | HTML::Menu::Select | 85 | 2026-08-19 | 1af78283f | -| HTML::Merge | - | 2026-08-19 | 1af78283f | +| HTML::Merge | - | 2026-09-02 | 948364c75 | | HTML::MobileConverter | 23 | 2026-09-01 | 0f5febaa8 | | HTML::Myasp | 1 | 2026-08-21 | ff68371af | | HTML::Notebook | - | 2026-08-17 | 6c5545d16 | @@ -3262,7 +3274,8 @@ | HTML::PageIndex | 1 | 2026-08-23 | 2b2257e94 | | HTML::Paginator | - | 2026-08-17 | 06656bfa2 | | HTML::Paging::SQL | - | 2026-09-02 | 0f5febaa8 | -| HTML::ParagraphSplit | 28 | 2026-08-21 | 1af78283f | +| HTML::ParagraphSplit | 28 | 2026-09-02 | 948364c75 | +| HTML::Parser | - | 2026-09-02 | 948364c75 | | HTML::Parser::Stacked | 94 | 2026-08-19 | 1af78283f | | HTML::PhotoAlbum | 1 | 2026-08-18 | e9739bcbf | | HTML::Pictogram::MobileJp | 16 | 2026-08-28 | 19c285d26 | @@ -3274,11 +3287,11 @@ | HTML::QuickTable | 8 | 2026-08-26 | fc1332935 | | HTML::Quoted | 26 | 2026-08-17 | 06656bfa2 | | HTML::Rainbow | 21 | 2026-08-19 | 1af78283f | -| HTML::Rebase | 12 | 2026-08-20 | 1af78283f | +| HTML::Rebase | 12 | 2026-09-02 | 948364c75 | | HTML::RefMunger | - | 2026-08-26 | fc1332935 | | HTML::ReportWriter | - | 2026-08-20 | 1af78283f | | HTML::RobotsMETA | 18 | 2026-08-23 | 2b2257e94 | -| HTML::ScriptLoader | 7 | 2026-08-20 | 1af78283f | +| HTML::ScriptLoader | 7 | 2026-09-02 | 948364c75 | | HTML::SearchPage | 4 | 2026-08-28 | 4ebea751e | | HTML::Selector::XPath::Simple | 13 | 2026-08-26 | 344a3971c | | HTML::Show | 1 | 2026-08-25 | 7bb930a1f | @@ -3324,7 +3337,7 @@ | HTML::Template::Filter::URIdecode | 4 | 2026-08-22 | 2b2257e94 | | HTML::Template::HTX | - | 2026-08-23 | 2b2257e94 | | HTML::Template::Nest | 36 | 2026-08-27 | 4ebea751e | -| HTML::Template::Parser | 238 | 2026-08-21 | 1af78283f | +| HTML::Template::Parser | 238 | 2026-09-02 | 948364c75 | | HTML::Template::Plugin::Dot::Helpers | 15 | 2026-08-26 | 344a3971c | | HTML::Template::Set | 1 | 2026-08-21 | ff68371af | | HTML::TextToHTML | 102 | 2026-08-26 | fc1332935 | @@ -3356,7 +3369,7 @@ | HTTP::AcceptCharset | 115 | 2026-08-20 | 1af78283f | | HTTP::AcceptLanguage | 23 | 2026-08-23 | 2b2257e94 | | HTTP::AnyUA | 50 | 2026-08-23 | 2b2257e94 | -| HTTP::AppServer | 1 | 2026-08-20 | 1af78283f | +| HTTP::AppServer | 1 | 2026-09-02 | 948364c75 | | HTTP::Body | 250 | 2026-08-22 | ff68371af | | HTTP::Body::Builder | 11 | 2026-08-23 | 2b2257e94 | | HTTP::Body::MultiPart::Extend | 12 | 2026-08-26 | 344a3971c | @@ -3386,7 +3399,7 @@ | HTTP::Headers::Fast | 195 | 2026-08-24 | 2b2257e94 | | HTTP::Headers::Patch::DontUseStorable | 1 | 2026-08-21 | ff68371af | | HTTP::Headers::UserAgent | 13 | 2026-08-23 | 2b2257e94 | -| HTTP::Link | 32 | 2026-08-21 | 1af78283f | +| HTTP::Link | 32 | 2026-09-02 | 948364c75 | | HTTP::Link::Parser | 1 | 2026-08-26 | 344a3971c | | HTTP::Lite | 21 | 2026-08-23 | 2b2257e94 | | HTTP::MessageParser | 37 | 2026-08-21 | 1af78283f | @@ -3405,7 +3418,7 @@ | HTTP::Request::Chunked | 241 | 2026-08-20 | 1af78283f | | HTTP::Request::Diff | 25 | 2026-08-20 | 1af78283f | | HTTP::Request::Form | - | 2026-08-23 | 2b2257e94 | -| HTTP::Request::Generator | 52 | 2026-08-21 | 1af78283f | +| HTTP::Request::Generator | 59 | 2026-09-02 | 948364c75 | | HTTP::Request::Params | 33 | 2026-08-26 | fc1332935 | | HTTP::Response::Encoding | 19 | 2026-08-20 | 1af78283f | | HTTP::Response::Maker | 29 | 2026-08-21 | ff68371af | @@ -3443,7 +3456,7 @@ | HTTP::Tiny::Plugin | 1 | 2026-08-21 | 1af78283f | | HTTP::Tiny::Plugin::Cache | 1 | 2026-08-20 | 1af78283f | | HTTP::Tiny::Plugin::Delay | 1 | 2026-08-23 | 2b2257e94 | -| HTTP::Tiny::Plugin::NewestFirefox | 1 | 2026-08-19 | 1af78283f | +| HTTP::Tiny::Plugin::NewestFirefox | 1 | 2026-09-02 | 948364c75 | | HTTP::Tiny::Plugin::Retry | 1 | 2026-08-26 | fc1332935 | | HTTP::Tiny::PreserveHostHeader | 1 | 2026-08-27 | 344a3971c | | HTTP::Tiny::UNIX | 1 | 2026-08-23 | 2b2257e94 | @@ -3486,7 +3499,7 @@ | HashData | 8 | 2026-08-26 | 344a3971c | | HashData::Array | 90 | 2026-08-20 | 1af78283f | | HashData::Color::CMYK::JohnDecemberCom | 1 | 2026-08-26 | fc1332935 | -| HashData::Color::CMYK::ToutesLesCouleursCom | 12 | 2026-08-21 | 1af78283f | +| HashData::Color::CMYK::ToutesLesCouleursCom | 12 | 2026-09-02 | 948364c75 | | HashData::Color::PantoneToCMYK | 1 | 2026-08-25 | fc1332935 | | HashData::ColorCode::CMYK::JohnDecemberCom | 1 | 2026-08-20 | 1af78283f | | HashData::ColorCode::CMYK::Pantone | 1 | 2026-08-22 | 2b2257e94 | @@ -3542,7 +3555,6 @@ | INI::Examples | 1 | 2026-08-28 | 4ebea751e | | INI_File | 4 | 2026-08-28 | 4ebea751e | | INSPEC::BibTeX | - | 2026-08-23 | 2b2257e94 | -| IO | - | 2026-08-17 | e9739bcbf | | IO::All::FTP | 8 | 2026-08-22 | ff68371af | | IO::Async::Resolver::StupidCache | 13 | 2026-08-26 | fc1332935 | | IO::AsyncX::Sendfile | 177 | 2026-08-28 | 19c285d26 | @@ -3553,7 +3565,7 @@ | IO::BufferedSelect2 | - | 2026-08-27 | 4ebea751e | | IO::CSVHeaderFile | - | 2026-08-20 | 1af78283f | | IO::Callback::HTTP | 1 | 2026-08-26 | fc1332935 | -| IO::Capture | 121 | 2026-08-23 | 2b2257e94 | +| IO::Capture | 112 | 2026-09-02 | 948364c75 | | IO::Capture::ErrorMessages | 112 | 2026-08-21 | ff68371af | | IO::Capture::Extended | 70 | 2026-08-22 | 2b2257e94 | | IO::CaptureOutput | 105 | 2026-08-21 | ff68371af | @@ -3603,7 +3615,7 @@ | IO::Socket::Timeout | 9 | 2026-08-20 | 1af78283f | | IO::Socket::UNIX::Util | 1 | 2026-08-23 | 2b2257e94 | | IO::String | 43 | 2026-08-23 | 2b2257e94 | -| IO::Tee | 27 | 2026-08-20 | 1af78283f | +| IO::Tee | 27 | 2026-09-02 | 948364c75 | | IO::TieCombine | 7 | 2026-08-22 | 2b2257e94 | | IO::Tokenized | 23 | 2026-08-25 | fc1332935 | | IO::Wrap | 127 | 2026-08-25 | fc1332935 | @@ -3644,6 +3656,7 @@ | IPDR | 1 | 2026-08-23 | 2b2257e94 | | IPDevice::CiscoRouter | 1 | 2026-08-28 | 4ebea751e | | IPGen::V4 | 1 | 2026-08-24 | 2b2257e94 | +| IPTables::Log | 48 | 2026-09-02 | 948364c75 | | IPTables::Parse | 1 | 2026-08-21 | ff68371af | | IPTables::Rule | 205 | 2026-08-23 | 2b2257e94 | | IRC::Formatting::HTML | 29 | 2026-08-23 | 2b2257e94 | @@ -3672,7 +3685,7 @@ | Image::Pbm | 20 | 2026-08-19 | 1af78283f | | Image::Processor | - | 2026-08-17 | 06656bfa2 | | Image::SVG::Path | 185 | 2026-08-25 | fc1332935 | -| Image::Size::FillFullSelect | 6 | 2026-08-19 | 1af78283f | +| Image::Size::FillFullSelect | 6 | 2026-09-02 | 948364c75 | | ImgurAPI::Client | 6 | 2026-08-21 | 1af78283f | | Import::Into | 23 | 2026-08-23 | 2b2257e94 | | Indent | 145 | 2026-08-15 | d5aec7092 | @@ -3685,7 +3698,7 @@ | Inline::Select | 4 | 2026-08-27 | 4ebea751e | | Inline::Spew | 2 | 2026-08-17 | 06656bfa2 | | Inline::TT | 7 | 2026-08-18 | e9739bcbf | -| Inline::WebChat | 3 | 2026-08-18 | e9739bcbf | +| Inline::WebChat | 3 | 2026-09-02 | 948364c75 | | Inline::Wrapper | 62 | 2026-08-28 | 4ebea751e | | InlineX::XS | 4 | 2026-08-24 | 2b2257e94 | | Input::Validator | 247 | 2026-08-26 | fc1332935 | @@ -3713,7 +3726,7 @@ | JIRA::Client::REST | - | 2026-08-24 | 2b2257e94 | | JIRA::REST | 1 | 2026-08-26 | fc1332935 | | JIRA::REST::Class::Version | 37 | 2026-08-21 | 1af78283f | -| JLogger | 12 | 2026-08-19 | 1af78283f | +| JLogger | 12 | 2026-09-02 | 948364c75 | | JPEG::Comment | - | 2026-08-22 | 2b2257e94 | | JPEG::JFIF | - | 2026-08-29 | 19c285d26 | | JPList | 51 | 2026-09-01 | 0f5febaa8 | @@ -3760,7 +3773,7 @@ | JSON::RPC | 31 | 2026-08-26 | fc1332935 | | JSON::RPC2 | 377 | 2026-08-26 | 344a3971c | | JSON::RPC2::TwoWay | 41 | 2026-09-02 | 0f5febaa8 | -| JSON::RPC::Common | 317 | 2026-08-19 | 1af78283f | +| JSON::RPC::Common | 317 | 2026-09-02 | 948364c75 | | JSON::RPC::Dispatcher | 21 | 2026-08-22 | 2b2257e94 | | JSON::RPC::Dispatcher::ClassMapping | 6 | 2026-08-26 | 344a3971c | | JSON::RPC::Legacy::Client | 13 | 2026-08-24 | 2b2257e94 | @@ -3810,7 +3823,7 @@ | KelpX::Controller | 5 | 2026-08-29 | 19c285d26 | | KeyedMutex | 29 | 2026-08-19 | 1af78283f | | KeywordsSpider | 10 | 2026-08-24 | 2b2257e94 | -| KiokuX::User | 31 | 2026-08-19 | 1af78283f | +| KiokuX::User | 31 | 2026-09-02 | 948364c75 | | Kite | 114 | 2026-08-20 | 1af78283f | | Kossy::Validator | 78 | 2026-08-26 | 344a3971c | | Krb4 | - | 2026-08-23 | 2b2257e94 | @@ -3848,10 +3861,10 @@ | LCS::BV | 2431 | 2026-08-27 | a7e504a21 | | LCS::Similar | 85 | 2026-09-02 | 0f5febaa8 | | LEGO::NXT | 14 | 2026-08-19 | 1af78283f | -| LEOCHARRE::CLI | 22 | 2026-08-21 | 1af78283f | +| LEOCHARRE::CLI | 22 | 2026-09-02 | 948364c75 | | LEOCHARRE::Checksetup | 3 | 2026-08-21 | 1af78283f | | LEOCHARRE::Class2 | 215 | 2026-08-23 | 2b2257e94 | -| LEOCHARRE::DEBUG | 10 | 2026-08-21 | 1af78283f | +| LEOCHARRE::DEBUG | 10 | 2026-09-02 | 948364c75 | | LEOCHARRE::Digest | 2 | 2026-09-02 | 0f5febaa8 | | LEOCHARRE::Test | 4 | 2026-08-21 | 1af78283f | | LIMS::MT_Plate | 13 | 2026-08-19 | 1af78283f | @@ -3866,7 +3879,7 @@ | LWP::Authen::OAuth2::ServiceProvider::MediaWiki | 10 | 2026-08-25 | fc1332935 | | LWP::Authen::OAuth2::ServiceProvider::Wikimedia | 9 | 2026-08-20 | 1af78283f | | LWP::Authen::Wsse | 1 | 2026-08-23 | 2b2257e94 | -| LWP::ConnCache::Resolving | 1 | 2026-08-21 | 1af78283f | +| LWP::ConnCache::Resolving | 1 | 2026-09-02 | 948364c75 | | LWP::CurlLog | 1 | 2026-08-27 | 344a3971c | | LWP::MediaTypes | 47 | 2026-08-19 | 1af78283f | | LWP::Online | 8 | 2026-09-01 | 0f5febaa8 | @@ -3880,17 +3893,17 @@ | LWP::Protocol::sftp | 1 | 2026-08-16 | 06656bfa2 | | LWP::SecureSocket | - | 2026-08-26 | 344a3971c | | LWP::Simple::Cookies | 3 | 2026-08-29 | 19c285d26 | -| LWP::Simple::WithCache | 8 | 2026-08-20 | 1af78283f | +| LWP::Simple::WithCache | 8 | 2026-09-02 | 948364c75 | | LWP::Socket | - | 2026-08-23 | 2b2257e94 | | LWP::UserAgent::Anonymous | 3 | 2026-08-28 | 4ebea751e | | LWP::UserAgent::CHICaching | 23 | 2026-08-25 | fc1332935 | -| LWP::UserAgent::Caching | 3 | 2026-08-20 | 1af78283f | +| LWP::UserAgent::Caching | 3 | 2026-09-02 | 948364c75 | | LWP::UserAgent::Caching::Simple | 3 | 2026-08-19 | 1af78283f | | LWP::UserAgent::Mockable | 74 | 2026-08-22 | 2b2257e94 | | LWP::UserAgent::OfflineCache | - | 2026-08-23 | 2b2257e94 | | LWP::UserAgent::Patch::Delay | 1 | 2026-08-26 | fc1332935 | | LWP::UserAgent::Patch::FilterMirror | 2 | 2026-08-25 | 7bb930a1f | -| LWP::UserAgent::Patch::Plugin | 1 | 2026-08-21 | 1af78283f | +| LWP::UserAgent::Patch::Plugin | 1 | 2026-09-02 | 948364c75 | | LWP::UserAgent::Patch::Retry | 1 | 2026-08-21 | ff68371af | | LWP::UserAgent::Plugin | 1 | 2026-09-01 | 0f5febaa8 | | LWP::UserAgent::Plugin::Delay | 1 | 2026-08-24 | 2b2257e94 | @@ -3910,7 +3923,7 @@ | Language::Prolog::Sugar | 2 | 2026-08-28 | 4ebea751e | | Language::Prolog::Types | 1 | 2026-08-29 | 19c285d26 | | Lazy::Util::OO | 85 | 2026-08-28 | 4ebea751e | -| Lego::Ldraw | 1 | 2026-08-17 | 9d06f7576 | +| Lego::Ldraw | 1 | 2026-09-02 | 948364c75 | | Lego::Ldraw::Display | 1 | 2026-08-17 | 06656bfa2 | | Lemonldap::Handlers::CAS | 1 | 2026-08-28 | 19c285d26 | | Lemonldap::Portal::CAS | 1 | 2026-08-28 | 4ebea751e | @@ -3985,7 +3998,7 @@ | Lingua::Preferred | - | 2026-08-28 | 4ebea751e | | Lingua::RON::Num2Word | 3 | 2026-08-28 | 4ebea751e | | Lingua::RU::Jcuken | 11 | 2026-08-28 | 19c285d26 | -| Lingua::RU::Num2Word | 7 | 2026-08-17 | 06656bfa2 | +| Lingua::RU::Num2Word | 7 | 2026-09-02 | 948364c75 | | Lingua::RU::Number | - | 2026-09-02 | 0f5febaa8 | | Lingua::SLK::Num2Word | 3 | 2026-08-27 | 4ebea751e | | Lingua::SOM::Word2Num | 3 | 2026-08-28 | 4ebea751e | @@ -4000,13 +4013,13 @@ | Lingua::Stem::It | 98 | 2026-08-20 | 1af78283f | | Lingua::Stem::Ru | 4 | 2026-08-21 | 1af78283f | | Lingua::Stem::Snowball::Da | - | 2026-08-24 | 2b2257e94 | -| Lingua::StopWords | 86 | 2026-08-24 | f53f40b91 | +| Lingua::StopWords | 86 | 2026-09-02 | 948364c75 | | Lingua::StopWords::EN | 86 | 2026-08-20 | 1af78283f | | Lingua::VIE::Num2Word | 3 | 2026-08-29 | 19c285d26 | | Lingua::VIE::Word2Num | 3 | 2026-08-29 | 19c285d26 | | Lingua::ZH::ZhuYinWen | - | 2026-09-01 | 0f5febaa8 | | Lingua::ZHO::Numbers | 13 | 2026-08-27 | 4ebea751e | -| Lingua::ZHO::Word2Num | 5 | 2026-08-17 | 6c5545d16 | +| Lingua::ZHO::Word2Num | 5 | 2026-09-02 | 948364c75 | | Lingua::Zompist::Kebreni | 2539 | 2026-08-29 | 19c285d26 | | Lingua::famibeib | 10 | 2026-08-29 | 19c285d26 | | Linux::APT | 1 | 2026-08-28 | 19c285d26 | @@ -4023,7 +4036,7 @@ | List::Conditional | 7 | 2026-09-02 | 0f5febaa8 | | List::Cycle | 34 | 2026-08-21 | ff68371af | | List::Group | 4 | 2026-08-27 | a7e504a21 | -| List::GroupingPriorityQueue | 25 | 2026-08-21 | ff68371af | +| List::GroupingPriorityQueue | 25 | 2026-09-02 | 948364c75 | | List::Haystack | 7 | 2026-08-28 | 19c285d26 | | List::Indexed | 8 | 2026-08-27 | a7e504a21 | | List::Intersperse | - | 2026-08-27 | 4ebea751e | @@ -4041,12 +4054,12 @@ | List::Util::WeightedChoice | 5 | 2026-08-19 | 1af78283f | | List::UtilsBy | 102 | 2026-09-02 | 0f5febaa8 | | List::Vectorize | 643 | 2026-08-27 | a7e504a21 | -| LittleORM | 24 | 2026-08-21 | 1af78283f | +| LittleORM | 24 | 2026-09-02 | 948364c75 | | LoadHtml | 2 | 2026-08-22 | 2b2257e94 | | Local::Yenta::MySelf | - | 2026-08-19 | 1af78283f | | LocalConf::Parser | 1 | 2026-08-26 | fc1332935 | | LocalOverride | 15 | 2026-08-20 | 1af78283f | -| Locale::BR | 2879 | 2026-08-20 | 1af78283f | +| Locale::BR | 2879 | 2026-09-02 | 948364c75 | | Locale::Babelfish::Lang::en_US | 22 | 2026-08-28 | 4ebea751e | | Locale::CLDR::Locales::Ab | 4 | 2026-09-02 | 0f5febaa8 | | Locale::CLDR::Locales::Agq | 4 | 2026-08-28 | 4ebea751e | @@ -4123,14 +4136,14 @@ | Locale::Maketext::Pseudo | 8 | 2026-08-13 | cc69cbb4c | | Locale::Object | 70 | 2026-08-27 | 4ebea751e | | Locale::PO | 84 | 2026-09-02 | 0f5febaa8 | -| Locale::SubCountry | 15 | 2026-08-20 | 1af78283f | +| Locale::SubCountry | 15 | 2026-09-02 | 948364c75 | | Locale::TextDomain::OO::Util | 45 | 2026-08-26 | fc1332935 | | Locale::TextDomain::UTF8 | 1 | 2026-09-01 | 0f5febaa8 | | Locale::Tie | 1 | 2026-08-21 | ff68371af | | Locale::US::CensusDivisions | 4 | 2026-08-29 | 19c285d26 | | Locale::Unicode | 156 | 2026-08-28 | 4ebea751e | | Locale::Utils::PlaceholderBabelFish | 32 | 2026-08-20 | 1af78283f | -| Locale::Utils::PlaceholderMaketext | 101 | 2026-08-20 | 1af78283f | +| Locale::Utils::PlaceholderMaketext | 101 | 2026-09-02 | 948364c75 | | Locale::Utils::PlaceholderNamed | 18 | 2026-08-26 | fc1332935 | | Locale::XGettext | 136 | 2026-08-29 | 19c285d26 | | LocaleObj | 3 | 2026-09-01 | 0f5febaa8 | @@ -4211,7 +4224,7 @@ | Logfile::Base | 56 | 2026-08-29 | 19c285d26 | | Logic::Expr | 39 | 2026-08-18 | 1af78283f | | Logo | 16 | 2026-08-22 | 2b2257e94 | -| Loompa | 170 | 2026-08-21 | 1af78283f | +| Loompa | 170 | 2026-09-02 | 948364c75 | | Loop | 12 | 2026-08-29 | 19c285d26 | | Lufs | - | 2026-08-28 | 4ebea751e | | Luminary | 1 | 2026-08-19 | 1af78283f | @@ -4226,7 +4239,7 @@ | MAIL::CONVERT | 9 | 2026-08-26 | fc1332935 | | MARC::Fast | 87 | 2026-08-20 | 1af78283f | | MARC::Field008 | 137 | 2026-08-28 | 4ebea751e | -| MARC::Field008::L10N | 15 | 2026-08-21 | 1af78283f | +| MARC::Field008::L10N | 15 | 2026-09-02 | 948364c75 | | MARC::Field008::Print | 19 | 2026-08-17 | e9739bcbf | | MARC::File::JSON | 14 | 2026-09-02 | 0f5febaa8 | | MARC::File::MARCMaker | 16 | 2026-08-20 | 1af78283f | @@ -4309,16 +4322,17 @@ | MYDan | 1 | 2026-08-28 | 4ebea751e | | Mac::CocoaDialog | 29 | 2026-09-02 | 0f5febaa8 | | Mac::Errors | 43 | 2026-08-26 | fc1332935 | -| Mac::Growl | 11 | 2026-08-21 | 1af78283f | +| Mac::Growl | 11 | 2026-09-02 | 948364c75 | | Mac::RecentDocuments | 4 | 2026-09-01 | 0f5febaa8 | | Mac::SystemDirectory | - | 2026-08-22 | 2b2257e94 | | Machine::Epsilon | 13 | 2026-08-19 | 1af78283f | | Mackerel::Webhook::Receiver | 14 | 2026-08-27 | a7e504a21 | | Mail::Address | 109 | 2026-08-26 | fc1332935 | | Mail::Address::MobileJp | 39 | 2026-08-28 | 19c285d26 | -| Mail::Alias | - | 2026-08-17 | e9739bcbf | +| Mail::Alias | - | 2026-09-02 | 948364c75 | | Mail::Audit::List | 2 | 2026-08-28 | 4ebea751e | | Mail::Audit::PGP | 2 | 2026-08-17 | e9739bcbf | +| Mail::AuthenticationResults | 400 | 2026-09-02 | 948364c75 | | Mail::AuthenticationResults::Header::AuthServID | 400 | 2026-08-21 | 1af78283f | | Mail::Box::IMAP4 | 160 | 2026-08-29 | 19c285d26 | | Mail::Colander | 7 | 2026-08-27 | 4ebea751e | @@ -4343,6 +4357,7 @@ | Make | 118 | 2026-08-23 | 2b2257e94 | | MakeWithPerl | - | 2026-08-26 | fc1332935 | | Map::Metro::Plugin::Map::Oslo | 4 | 2026-08-27 | 4ebea751e | +| Map::Tube | 19 | 2026-09-02 | 948364c75 | | Map::Tube::Beijing | 49 | 2026-08-27 | 4ebea751e | | Map::Tube::Error | 19 | 2026-08-19 | 1af78283f | | Map::Tube::Kiev | 24 | 2026-08-29 | 19c285d26 | @@ -4424,7 +4439,7 @@ | MathML::Entities::Approximate | 7 | 2026-08-21 | ff68371af | | MavenBuilds::Tasks::BuildWebappsWithMaven | 3 | 2026-09-01 | 0f5febaa8 | | Maypole::Plugin::AutoUntaint | 3 | 2026-08-27 | 4ebea751e | -| MeSH::Parser::ASCII | 8 | 2026-08-21 | ff68371af | +| MeSH::Parser::ASCII | 8 | 2026-09-02 | 948364c75 | | MealMaster | 88 | 2026-09-01 | 0f5febaa8 | | Measure::Everything::Adapter::InfluxDB::Direct | 1 | 2026-08-28 | 4ebea751e | | Media::DateTime | 13 | 2026-08-28 | 4ebea751e | @@ -4449,7 +4464,7 @@ | Message::Inform | 97 | 2026-09-02 | 0f5febaa8 | | Message::Passing::AMQP::Proxy | 2 | 2026-09-01 | 0f5febaa8 | | Message::Passing::Types | 110 | 2026-08-28 | 4ebea751e | -| Message::SmartMerge | 273 | 2026-08-17 | e9739bcbf | +| Message::SmartMerge | 273 | 2026-09-02 | 948364c75 | | Message::Stack | 37 | 2026-08-27 | a7e504a21 | | Message::Stack::Parser | 1 | 2026-08-26 | fc1332935 | | Messaging::Message | 227 | 2026-08-28 | 4ebea751e | @@ -4471,7 +4486,7 @@ | Mira | 19 | 2026-08-23 | 2b2257e94 | | Missing::XS | 3 | 2026-08-28 | 19c285d26 | | Mo | 153 | 2026-08-26 | fc1332935 | -| Mo::utils | 147 | 2026-08-20 | 1af78283f | +| Mo::utils | 147 | 2026-09-02 | 948364c75 | | Mo::utils::Array | 57 | 2026-08-21 | ff68371af | | Mo::utils::CSS | 181 | 2026-08-28 | 4ebea751e | | Mo::utils::Date | 64 | 2026-08-23 | 2b2257e94 | @@ -4501,7 +4516,8 @@ | Module::Build::Pluggable::ReadmeMarkdownFromPod | 1 | 2026-08-24 | 2b2257e94 | | Module::Build::Pluggable::Repository | 4 | 2026-08-29 | 19c285d26 | | Module::Build::Prereqs::FromCPANfile | 11 | 2026-08-26 | fc1332935 | -| Module::Build::Using::PkgConfig | 2 | 2026-08-19 | 1af78283f | +| Module::Build::Service | 9 | 2026-09-02 | 948364c75 | +| Module::Build::Using::PkgConfig | 2 | 2026-09-02 | 948364c75 | | Module::Build::WithXSpp | 1 | 2026-08-21 | 1af78283f | | Module::CPANTS::MyBuild | 16 | 2026-08-27 | a7e504a21 | | Module::Collect | 43 | 2026-08-20 | 1af78283f | @@ -4529,7 +4545,7 @@ | Module::Loaded | 16 | 2026-08-22 | 2b2257e94 | | Module::Loader | 26 | 2026-08-26 | fc1332935 | | Module::Manifest | 34 | 2026-08-23 | 2b2257e94 | -| Module::Mapper | 4 | 2026-08-18 | e9739bcbf | +| Module::Mapper | 4 | 2026-09-02 | 948364c75 | | Module::Metadata | - | 2026-08-21 | ff68371af | | Module::MultiConf | 37 | 2026-08-23 | 2b2257e94 | | Module::Optional | 21 | 2026-08-25 | 7bb930a1f | @@ -4700,7 +4716,7 @@ | MooX::late | 86 | 2026-08-26 | 344a3971c | | Mooish | 2 | 2026-09-01 | 0f5febaa8 | | Mooish::AttributeBuilder | 48 | 2026-08-21 | ff68371af | -| Moose | - | 2026-08-23 | 2b2257e94 | +| Moose | - | 2026-09-02 | 948364c75 | | Moose::Exporter | - | 2026-08-22 | ff68371af | | Moose::Meta::Attribute | - | 2026-08-22 | ff68371af | | Moose::Meta::Attribute::Custom::Trait::Chained | 31 | 2026-08-17 | e9739bcbf | @@ -4740,7 +4756,7 @@ | MooseX::AttributeTree | 301 | 2026-08-19 | 1af78283f | | MooseX::AutoDestruct | 52 | 2026-08-26 | fc1332935 | | MooseX::Blessed::Reconstruct | 22 | 2026-08-26 | fc1332935 | -| MooseX::BuildArgs | 5 | 2026-08-19 | 1af78283f | +| MooseX::BuildArgs | 5 | 2026-09-02 | 948364c75 | | MooseX::Callbacks | 6 | 2026-08-20 | 1af78283f | | MooseX::ClosedHash | 16 | 2026-08-21 | ff68371af | | MooseX::CoercePerAttribute | 70 | 2026-08-23 | 2b2257e94 | @@ -4799,7 +4815,7 @@ | MooseX::PrivateSetters | 25 | 2026-08-20 | 1af78283f | | MooseX::RW::Reader | 5 | 2026-08-22 | 2b2257e94 | | MooseX::RelClassTypes | 56 | 2026-08-21 | 1af78283f | -| MooseX::RelatedClassRoles | 5 | 2026-08-19 | 1af78283f | +| MooseX::RelatedClassRoles | 5 | 2026-09-02 | 948364c75 | | MooseX::RememberHistory | 12 | 2026-08-22 | 2b2257e94 | | MooseX::Role::Cmd | 22 | 2026-08-26 | fc1332935 | | MooseX::Role::DBIC | 10 | 2026-08-19 | 1af78283f | @@ -4835,7 +4851,7 @@ | MooseX::Traits::Pluggable | 92 | 2026-09-01 | 0f5febaa8 | | MooseX::Traits::SetScalarByRef | 5 | 2026-08-26 | 344a3971c | | MooseX::Tree | 26 | 2026-08-17 | 9d06f7576 | -| MooseX::Types | 245 | 2026-08-23 | 2b2257e94 | +| MooseX::Types | 250 | 2026-09-02 | 948364c75 | | MooseX::Types::Buf | 2 | 2026-08-26 | 344a3971c | | MooseX::Types::CPF | 1 | 2026-08-27 | 4ebea751e | | MooseX::Types::Combine | 245 | 2026-08-20 | 1af78283f | @@ -4894,10 +4910,10 @@ | MouseX::Types | 144 | 2026-08-23 | 2b2257e94 | | MouseX::Types::Data::Monad | 16 | 2026-08-23 | 2b2257e94 | | MouseX::Types::Path::Class | 11 | 2026-08-26 | fc1332935 | -| MouseX::Types::URI | 40 | 2026-08-19 | 1af78283f | +| MouseX::Types::URI | 40 | 2026-09-02 | 948364c75 | | MozRepl | 74 | 2026-08-26 | 344a3971c | | MozRepl::Plugin::LinkExtor | 21 | 2026-08-26 | 344a3971c | -| MozRepl::RemoteObject | 1 | 2026-08-21 | ff68371af | +| MozRepl::RemoteObject | 1 | 2026-09-02 | 948364c75 | | Mrequire | 3 | 2026-08-21 | ff68371af | | MsOffice::Word::Surgeon | 30 | 2026-08-28 | 4ebea751e | | Mu | 14 | 2026-08-23 | 2b2257e94 | @@ -4962,7 +4978,7 @@ | Net::Amazon::EC2::TerminateInstancesResponse | 38 | 2026-08-14 | 424ad3c8f | | Net::Amazon::Request::Wishlist | 367 | 2026-09-02 | 0f5febaa8 | | Net::Amazon::Signature::V4 | 126 | 2026-08-21 | ff68371af | -| Net::Amazon::SimpleQueue | - | 2026-08-19 | 1af78283f | +| Net::Amazon::SimpleQueue | - | 2026-09-02 | 948364c75 | | Net::Amazon::Utils | 57 | 2026-08-19 | 1af78283f | | Net::AmazonS3::Simple | 21 | 2026-08-18 | e9739bcbf | | Net::Async::Beanstalk | 1 | 2026-08-19 | 1af78283f | @@ -5109,6 +5125,7 @@ | Net::TL1UDP | 1 | 2026-09-02 | 0f5febaa8 | | Net::Telnet | 3 | 2026-08-20 | 1af78283f | | Net::Telnet::Cisco::IOS | - | 2026-08-16 | ebd367ec5 | +| Net::Telnet::Cisco::IOS::0.6beta | - | 2026-09-02 | 948364c75 | | Net::Telnet::Huawei | - | 2026-08-29 | 19c285d26 | | Net::Telnet::Netgear | 70 | 2026-08-28 | 4ebea751e | | Net::Telnet::Netscreen | 1 | 2026-08-29 | 19c285d26 | @@ -5178,7 +5195,7 @@ | OD::Prometheus::Client | 33 | 2026-08-23 | 2b2257e94 | | ODG::Layout | 17 | 2026-08-26 | fc1332935 | | OGDL::Graph | 17 | 2026-08-25 | fc1332935 | -| OIDC::Lite | 12 | 2026-08-21 | 1af78283f | +| OIDC::Lite | 463 | 2026-09-02 | 948364c75 | | OLE::PropertySet | - | 2026-08-28 | 4ebea751e | | OLE::Storage_Lite | 199 | 2026-08-23 | 2b2257e94 | | OMA::Download::OTA | 3 | 2026-08-27 | 344a3971c | @@ -5188,7 +5205,7 @@ | OPM::Repository | 34 | 2026-08-21 | ff68371af | | OPM::Validate | 38 | 2026-08-22 | ff68371af | | OPUS::Tools | 11 | 2026-08-19 | 1af78283f | -| ORDB::AU::Census2006 | 51 | 2026-08-20 | 1af78283f | +| ORDB::AU::Census2006 | 51 | 2026-09-02 | 948364c75 | | ORDB::CPANMeta::Generator | 15 | 2026-08-22 | ff68371af | | ORDB::CPANRT | 1 | 2026-09-02 | 0f5febaa8 | | ORDB::CPANRelease | 2 | 2026-08-22 | 2b2257e94 | @@ -5252,6 +5269,7 @@ | OpenOffice::Parse::SXC | 67 | 2026-08-22 | 2b2257e94 | | OpenSSL::Versions | 78 | 2026-08-26 | 344a3971c | | OpenServices::SNMP | 3 | 2026-08-26 | 344a3971c | +| OpenSourceOrg::API | 1 | 2026-09-02 | 948364c75 | | OpenStack::Client | 96 | 2026-09-02 | 0f5febaa8 | | OpenTok::API | 7 | 2026-08-21 | ff68371af | | OpenTracing::GlobalTracer | 1 | 2026-08-26 | 344a3971c | @@ -5289,7 +5307,7 @@ | PAUSEx::Log | 4 | 2026-08-26 | fc1332935 | | PBKDF2::Tiny | 4 | 2026-08-26 | fc1332935 | | PBS::Client | 15 | 2026-08-27 | 344a3971c | -| PCGI | 1 | 2026-08-20 | 1af78283f | +| PCGI | 1 | 2026-09-02 | 948364c75 | | PDA::Simple | 1 | 2026-09-01 | 0f5febaa8 | | PDF::API2::Basic::TTF::AATKern | 1 | 2026-08-21 | 1af78283f | | PDF::API2::Ladder | 1 | 2026-08-19 | 1af78283f | @@ -5360,7 +5378,7 @@ | PMInfoExtr::Acquisition | - | 2026-08-25 | fc1332935 | | PML | 86 | 2026-08-25 | fc1332935 | | PMVersions::Util | 3 | 2026-08-23 | 2b2257e94 | -| POD2::Base | 29 | 2026-08-21 | 1af78283f | +| POD2::Base | 29 | 2026-09-02 | 948364c75 | | POD2::ES | 2 | 2026-08-17 | 06656bfa2 | | POD2::IT | 1 | 2026-09-01 | 0f5febaa8 | | POD2::IT::Getopt::Long | 1 | 2026-08-25 | fc1332935 | @@ -5430,7 +5448,7 @@ | POE::Component::Server::HTTPServer | 64 | 2026-08-26 | 344a3971c | | POE::Component::Server::JSONRPC | 9 | 2026-08-28 | 4ebea751e | | POE::Component::Server::NRPE | 109 | 2026-09-02 | 0f5febaa8 | -| POE::Component::Server::Postfix | - | 2026-08-19 | 1af78283f | +| POE::Component::Server::Postfix | - | 2026-09-02 | 948364c75 | | POE::Component::Server::Time | 9 | 2026-08-23 | 2b2257e94 | | POE::Component::SimpleDBI | 3 | 2026-08-21 | ff68371af | | POE::Component::SmokeBox::Uploads::Rsync | 2 | 2026-08-26 | fc1332935 | @@ -5460,6 +5478,7 @@ | POE::Filter::Zlib | 26 | 2026-09-02 | 0f5febaa8 | | POE::Future | 70 | 2026-08-26 | fc1332935 | | POE::Session::Message | 22 | 2026-08-21 | 1af78283f | +| POE::Session::MessageBased | 22 | 2026-09-02 | 948364c75 | | POE::Session::Multiplex | 90 | 2026-08-27 | a7e504a21 | | POE::Session::PlainCall | 137 | 2026-08-25 | fc1332935 | | POE::TIKC | 1 | 2026-08-23 | 2b2257e94 | @@ -5503,7 +5522,6 @@ | PagSeguro::API | 13 | 2026-08-24 | 2b2257e94 | | PagSeguro::API::Checkout | 18 | 2026-09-02 | 0f5febaa8 | | PagSeguro::Status | 3 | 2026-08-27 | 4ebea751e | -| Palm::Keyring | 202 | 2026-08-19 | 1af78283f | | Palm::PDB | 38 | 2026-08-20 | 1af78283f | | Palm::SMS | 30 | 2026-08-29 | 19c285d26 | | Palm::ThinkDB | - | 2026-08-17 | 06656bfa2 | @@ -5518,7 +5536,7 @@ | Params::Get | 478 | 2026-08-25 | fc1332935 | | Params::Registry | 4 | 2026-08-27 | 4ebea751e | | Params::Validate | 2512 | 2026-08-21 | ff68371af | -| Params::Validate::Micro | 23 | 2026-08-17 | 06656bfa2 | +| Params::Validate::Micro | 25 | 2026-09-02 | 948364c75 | | Params::ValidationCompiler | 88 | 2026-08-27 | 4ebea751e | | Parse::ABNF | 5 | 2026-08-28 | 19c285d26 | | Parse::ANSIColor::Tiny | 1170 | 2026-08-26 | fc1332935 | @@ -5527,10 +5545,11 @@ | Parse::Arcconf | 4 | 2026-08-28 | 19c285d26 | | Parse::CPAN::MirroredBy | 5 | 2026-09-01 | 0f5febaa8 | | Parse::CPAN::Packages | 56 | 2026-08-28 | 4ebea751e | +| Parse::CPAN::Packages::Fast | 31 | 2026-09-02 | 948364c75 | | Parse::CPAN::Ratings | 11 | 2026-08-24 | 2b2257e94 | | Parse::CPAN::Whois | 8 | 2026-08-22 | 2b2257e94 | | Parse::CSV::Colnames | 62 | 2026-08-29 | 19c285d26 | -| Parse::CommandLine | 9 | 2026-08-19 | 1af78283f | +| Parse::CommandLine | 9 | 2026-09-02 | 948364c75 | | Parse::DaemontoolsStatus | 8 | 2026-09-02 | 0f5febaa8 | | Parse::DebControl | 155 | 2026-08-23 | 2b2257e94 | | Parse::Debian::PackageDesc | 38 | 2026-08-24 | 2b2257e94 | @@ -5570,7 +5589,7 @@ | Path::Resolver | 34 | 2026-08-28 | 4ebea751e | | Path::Resource | 86 | 2026-08-28 | 4ebea751e | | Path::Router | 212 | 2026-08-23 | 2b2257e94 | -| Path::ScanINC | 34 | 2026-08-20 | 1af78283f | +| Path::ScanINC | 34 | 2026-09-02 | 948364c75 | | Path::Trim | 137 | 2026-08-20 | 1af78283f | | PathFinder | 14 | 2026-09-02 | 0f5febaa8 | | Pattern | - | 2026-08-26 | fc1332935 | @@ -5597,7 +5616,7 @@ | Perinci::Result::Format | 8 | 2026-09-01 | 0f5febaa8 | | Perinci::Sub::ArgEntity::timezone | 1 | 2026-09-02 | 0f5febaa8 | | Perinci::Sub::Dep::pm | 6 | 2026-08-17 | 06656bfa2 | -| Perinci::Sub::Normalize | 6 | 2026-08-21 | ff68371af | +| Perinci::Sub::Normalize | 6 | 2026-09-02 | 948364c75 | | Perinci::Sub::Property::arg::cmdline | 1 | 2026-08-22 | 2b2257e94 | | Perinci::Sub::Property::arg::form | 1 | 2026-09-02 | 0f5febaa8 | | Perinci::Sub::Property::cmdline | 1 | 2026-08-26 | fc1332935 | @@ -5634,7 +5653,7 @@ | Perl::Installed | 3 | 2026-08-29 | 19c285d26 | | Perl::LibExtractor | 1 | 2026-08-19 | 1af78283f | | Perl::Metric::Basic | 9 | 2026-08-28 | 19c285d26 | -| Perl::MinimumVersion | 275 | 2026-08-20 | 1af78283f | +| Perl::MinimumVersion | 275 | 2026-09-02 | 948364c75 | | Perl::PrereqScanner | 269 | 2026-08-26 | fc1332935 | | Perl::PrereqScanner::Scanner::Catalyst | 2 | 2026-08-28 | 4ebea751e | | Perl::PrereqScanner::Scanner::TestNeeds | 9 | 2026-08-27 | 4ebea751e | @@ -5703,6 +5722,7 @@ | Plack::Middleware::Expires | 48 | 2026-08-27 | a7e504a21 | | Plack::Middleware::FixMissingBodyInRedirect | 47 | 2026-08-20 | 1af78283f | | Plack::Middleware::GitRevisionInfo | 5 | 2026-08-27 | a7e504a21 | +| Plack::Middleware::GitStatus | 1 | 2026-09-02 | 948364c75 | | Plack::Middleware::Header | 7 | 2026-08-23 | 2b2257e94 | | Plack::Middleware::Headers | 26 | 2026-08-27 | 4ebea751e | | Plack::Middleware::LogFilter | 3 | 2026-08-28 | 4ebea751e | @@ -5731,10 +5751,11 @@ | Plack::Session | 532 | 2026-08-26 | fc1332935 | | Plack::Session::Store::Redis | 3 | 2026-08-28 | 19c285d26 | | Plack::Test::Agent | 9 | 2026-08-28 | 4ebea751e | -| Plack::Test::ExternalServer | 1 | 2026-08-21 | 1af78283f | +| Plack::Test::ExternalServer | 1 | 2026-09-02 | 948364c75 | | Plate | 189 | 2026-08-29 | 19c285d26 | | Platform | 1 | 2026-08-26 | fc1332935 | | PlayStation::MemoryCard | 1 | 2026-08-19 | 1af78283f | +| PlayStation::MemoryCard::v0.2.1 | 1 | 2026-09-02 | 948364c75 | | Plist | - | 2026-08-24 | 2b2257e94 | | PlotzMemory | 578 | 2026-08-23 | 2b2257e94 | | PlugIn | - | 2026-09-02 | 0f5febaa8 | @@ -5842,7 +5863,6 @@ | Proc::Guard | 1 | 2026-08-26 | fc1332935 | | Proc::InvokeEditor | 9 | 2026-08-21 | 1af78283f | | Proc::NiceSleep | 11 | 2026-08-28 | 4ebea751e | -| Proc::PID::File | - | 2026-08-20 | 1af78283f | | Proc::Pidfile | 25 | 2026-08-20 | 1af78283f | | Proc::Watchdog | - | 2026-08-29 | 19c285d26 | | Progress::Any | 6 | 2026-08-26 | fc1332935 | @@ -5877,7 +5897,7 @@ | QBit::Application::Model::DB::mysql | - | 2026-08-20 | 1af78283f | | QBit::Application::Model::DB::mysql::KvStore | - | 2026-08-20 | 1af78283f | | QBit::Application::Model::DB::mysql::Users | - | 2026-08-20 | 1af78283f | -| QBit::Application::Model::SendMail | - | 2026-08-21 | ff68371af | +| QBit::Application::Model::SendMail | - | 2026-09-02 | 948364c75 | | QBit::Cron | - | 2026-08-26 | 344a3971c | | QBit::WebInterface::Controller::Multistate | - | 2026-09-02 | 0f5febaa8 | | QBit::WebInterface::Controller::RBAC | - | 2026-08-18 | e9739bcbf | @@ -5895,8 +5915,8 @@ | Queue::Q4M::Worker | 1 | 2026-08-18 | e9739bcbf | | QuickTermChart::QuickTermChart | - | 2026-08-26 | fc1332935 | | Quilt | - | 2026-09-02 | 0f5febaa8 | -| R::DescriptionFile | 6 | 2026-08-21 | 1af78283f | -| R::Setup | 6 | 2026-08-17 | 06656bfa2 | +| R::DescriptionFile | 6 | 2026-09-02 | 948364c75 | +| R::Setup | 6 | 2026-09-02 | 948364c75 | | R::YapRI | 51 | 2026-08-22 | 2b2257e94 | | RAS::HiPerARC | - | 2026-08-28 | 4ebea751e | | RBAC::Tiny | 19 | 2026-08-21 | 1af78283f | @@ -5942,16 +5962,16 @@ | RPG::Traveller::Person | 17 | 2026-08-24 | 2b2257e94 | | RPM::Header::PurePerl | 2 | 2026-08-28 | 4ebea751e | | RPM::NEVRA | 4 | 2026-08-23 | 2b2257e94 | -| RPM::Payload | - | 2026-08-17 | e9739bcbf | +| RPM::Payload | - | 2026-09-02 | 948364c75 | | RPM::Query | 73 | 2026-09-02 | 0f5febaa8 | | RPM::Specfile | - | 2026-08-21 | ff68371af | | RPSL | 2 | 2026-08-19 | 1af78283f | | RPSL::Parser | 6 | 2026-08-21 | 1af78283f | -| RPi::GPIOExpander::MCP23017 | 1 | 2026-08-21 | 1af78283f | +| RPi::GPIOExpander::MCP23017 | 1 | 2026-09-02 | 948364c75 | | RPi::I2C | 1 | 2026-08-21 | ff68371af | | RPi::MultiPCA9685 | 1 | 2026-08-19 | 1af78283f | | RPi::WiringPi::Constant | 54 | 2026-08-26 | 344a3971c | -| RRDTool::Rawish | 18 | 2026-08-17 | 6c5545d16 | +| RRDTool::Rawish | 18 | 2026-09-02 | 948364c75 | | RT::ACL | - | 2026-08-19 | 1af78283f | | RT::Action::AddQueueAdminCcs | - | 2026-08-23 | 2b2257e94 | | RT::Action::GenerateTickets | - | 2026-08-28 | 4ebea751e | @@ -5993,13 +6013,13 @@ | RT::Extension::CommandByMail | - | 2026-09-01 | 0f5febaa8 | | RT::Extension::CommentOnCreate | - | 2026-08-23 | 2b2257e94 | | RT::Extension::ConditionalCustomFields | - | 2026-09-01 | 14e5d7108 | -| RT::Extension::Converter | 13 | 2026-08-17 | 06656bfa2 | +| RT::Extension::Converter | 25 | 2026-09-02 | 948364c75 | | RT::Extension::CopySubjectButton | - | 2026-08-20 | 1af78283f | | RT::Extension::CreateByProblemType | - | 2026-09-02 | 0f5febaa8 | | RT::Extension::CustomField::Checkbox | - | 2026-08-23 | 2b2257e94 | | RT::Extension::CustomField::HideEmptyValues | - | 2026-08-22 | 2b2257e94 | | RT::Extension::CustomFieldsOnUpdate | - | 2026-08-22 | 2b2257e94 | -| RT::Extension::DeactiveActionPref | - | 2026-08-17 | 06656bfa2 | +| RT::Extension::DeactiveActionPref | - | 2026-09-02 | 948364c75 | | RT::Extension::DisableOtherTransaction | - | 2026-09-02 | 0f5febaa8 | | RT::Extension::DynamicWebPath | - | 2026-08-26 | 344a3971c | | RT::Extension::EasyRelatedTickets | - | 2026-08-27 | 4ebea751e | @@ -6014,7 +6034,7 @@ | RT::Extension::LocalDateHeader | - | 2026-08-20 | 1af78283f | | RT::Extension::Log::MemoryUsage | - | 2026-08-23 | 2b2257e94 | | RT::Extension::ManageAutoCreatedUsers | - | 2026-08-22 | 2b2257e94 | -| RT::Extension::MandatoryFields | 6 | 2026-08-21 | ff68371af | +| RT::Extension::MandatoryFields | 6 | 2026-09-02 | 948364c75 | | RT::Extension::MandatoryOnTransition::Test | - | 2026-08-28 | 4ebea751e | | RT::Extension::MandatoryRequestor | 6 | 2026-08-24 | 2b2257e94 | | RT::Extension::MandatorySubject | 6 | 2026-08-26 | 344a3971c | @@ -6119,7 +6139,7 @@ | Regexp::Pattern::Filename::Archive | 1 | 2026-08-17 | e9739bcbf | | Regexp::Pattern::Filename::Backup | 1 | 2026-08-29 | 19c285d26 | | Regexp::Pattern::Filename::Media::WhatsApp | 1 | 2026-09-01 | 0f5febaa8 | -| Regexp::Pattern::Filename::Type::Compressed | 1 | 2026-08-19 | 1af78283f | +| Regexp::Pattern::Filename::Type::Compressed | 1 | 2026-09-02 | 948364c75 | | Regexp::Pattern::Filename::Type::Media | 1 | 2026-09-02 | 0f5febaa8 | | Regexp::Pattern::Filename::Type::Video::WhatsApp | 1 | 2026-08-29 | 19c285d26 | | Regexp::Pattern::Int | 1 | 2026-08-19 | 1af78283f | @@ -6168,15 +6188,16 @@ | Role::Subsystem | 13 | 2026-08-27 | 4ebea751e | | Role::Tiny::MonkeyPatch | 8 | 2026-08-18 | e9739bcbf | | Role::TinyCommons::BinarySearch::LinesInHandle | 1 | 2026-08-23 | 2b2257e94 | +| Role::TinyCommons::Collection | 11 | 2026-09-02 | 948364c75 | | Role::TinyCommons::Collection::GetItemByKey | 11 | 2026-08-19 | 1af78283f | | Role::TinyCommons::Collection::GetItemByPos | 11 | 2026-09-01 | 0f5febaa8 | | Role::TinyCommons::Iterator | 12 | 2026-08-29 | 19c285d26 | | Role::TinyCommons::Iterator::Resettable | 12 | 2026-08-21 | ff68371af | | Role::TinyCommons::Tree::NodeMethods | 21 | 2026-08-20 | 1af78283f | | RoleBundle::TinyCommons::Collection | 11 | 2026-08-24 | 2b2257e94 | -| RoleBundle::TinyCommons::Tree | 21 | 2026-08-19 | 1af78283f | +| RoleBundle::TinyCommons::Tree | 21 | 2026-09-02 | 948364c75 | | Roll | 1 | 2026-08-22 | ff68371af | -| Rose::DateTime | 5554 | 2026-08-20 | 1af78283f | +| Rose::DateTime | 5554 | 2026-09-02 | 948364c75 | | Rose::HTMLx::Form::Field::Serial | 5 | 2026-08-28 | 19c285d26 | | Rose::HTMLx::Form::Related | 55 | 2026-08-28 | 4ebea751e | | Rose::Object | 1290 | 2026-09-01 | 0f5febaa8 | @@ -6275,7 +6296,7 @@ | SQ | 2 | 2026-08-22 | 2b2257e94 | | SQL::Abstract | 3941 | 2026-08-20 | 1af78283f | | SQL::Abstract::Classic | 1311 | 2026-08-20 | 1af78283f | -| SQL::Abstract::Complete | 24 | 2026-08-18 | 1af78283f | +| SQL::Abstract::Complete | 24 | 2026-09-02 | 948364c75 | | SQL::Abstract::Limit | 33 | 2026-08-23 | 2b2257e94 | | SQL::Abstract::More | 165 | 2026-08-25 | fc1332935 | | SQL::Abstract::Plugin::InsertMulti | 5 | 2026-08-24 | 2b2257e94 | @@ -6289,7 +6310,7 @@ | SQL::Maker::SQLType | 53 | 2026-08-21 | ff68371af | | SQL::NamedPlaceholder | 6 | 2026-08-26 | 344a3971c | | SQL::OrderBy | 23 | 2026-08-23 | 2b2257e94 | -| SQL::PatchDAG | 24 | 2026-08-21 | 1af78283f | +| SQL::PatchDAG | 24 | 2026-09-02 | 948364c75 | | SQL::QueryBuilder::OO | 1 | 2026-08-19 | 1af78283f | | SQL::QueryMaker | 22 | 2026-08-21 | 1af78283f | | SQL::ReservedWords | 376 | 2026-09-01 | 0f5febaa8 | @@ -6319,7 +6340,7 @@ | SVG::Calendar | 136 | 2026-08-19 | 1af78283f | | SVG::Fill | 13 | 2026-08-23 | 2b2257e94 | | SVG::Parser | 15 | 2026-08-19 | 1af78283f | -| SVG::Shapefile | - | 2026-08-19 | 1af78283f | +| SVG::Shapefile | - | 2026-09-02 | 948364c75 | | SVG::Template::Graph | 52 | 2026-08-23 | 2b2257e94 | | SVG::Timeline::Compact | 1 | 2026-08-26 | 344a3971c | | SVG::Timeline::Genealogy | 6 | 2026-08-25 | fc1332935 | @@ -6383,7 +6404,7 @@ | Sdict | 14 | 2026-08-24 | 2b2257e94 | | Search::Binary | 13 | 2026-09-02 | 0f5febaa8 | | Search::ByPrefix | 2 | 2026-08-28 | 19c285d26 | -| Search::ElasticDirect | - | 2026-08-18 | 1af78283f | +| Search::ElasticDirect | - | 2026-09-02 | 948364c75 | | Search::Elasticsearch::Client::2_0 | - | 2026-08-29 | 19c285d26 | | Search::Elasticsearch::Compat::QueryParser | 207 | 2026-08-22 | 2b2257e94 | | Search::QueryBuilder | 1 | 2026-08-18 | e9739bcbf | @@ -6426,6 +6447,7 @@ | ShellCompleter::Util | 1 | 2026-09-01 | 0f5febaa8 | | ShellQuote::Any::Tiny | 15 | 2026-08-23 | 2b2257e94 | | ShiftJIS::CP932::Correct | 70 | 2026-08-24 | 2b2257e94 | +| ShiftJIS::Regexp | 750 | 2026-09-02 | 948364c75 | | ShipIt::Step::ChangeAllVersions | 27 | 2026-08-26 | fc1332935 | | ShipIt::Step::ChangePodVersion | 6 | 2026-08-21 | ff68371af | | ShipIt::Step::CommitMessageWrap | 1 | 2026-08-25 | 7bb930a1f | @@ -6508,9 +6530,9 @@ | Specio::Library::Path::Tiny | 48 | 2026-08-28 | 19c285d26 | | Spica | 18 | 2026-08-20 | 1af78283f | | Spike | 46 | 2026-08-24 | 2b2257e94 | -| Splunklib | 6 | 2026-08-21 | 1af78283f | +| Splunklib | 6 | 2026-09-02 | 948364c75 | | Spork::Config::TKSlide | 1 | 2026-08-28 | 4ebea751e | -| Spreadsheet::Examples | 1 | 2026-08-19 | 1af78283f | +| Spreadsheet::Examples | 1 | 2026-09-02 | 948364c75 | | Spreadsheet::HTML | 146 | 2026-08-20 | 1af78283f | | Spreadsheet::WriteExcel | 1254 | 2026-08-24 | 2b2257e94 | | StackTrace::Auto | 54 | 2026-08-22 | ff68371af | @@ -6554,7 +6576,7 @@ | StreamFinder | 1 | 2026-08-23 | 2b2257e94 | | String::BufferStack | 169 | 2026-08-22 | 2b2257e94 | | String::CamelCase | 32 | 2026-08-26 | fc1332935 | -| String::CamelSnakeKebab | 29 | 2026-08-21 | 1af78283f | +| String::CamelSnakeKebab | 30 | 2026-09-02 | 948364c75 | | String::Checker | - | 2026-08-20 | 1af78283f | | String::Cushion | 10 | 2026-08-27 | 4ebea751e | | String::Diff | 138 | 2026-08-23 | 2b2257e94 | @@ -6660,14 +6682,14 @@ | SysConf | 24 | 2026-08-23 | 2b2257e94 | | Sysadm::Install | 60 | 2026-08-23 | 2b2257e94 | | SyslogScan::Daemon | - | 2026-09-01 | 0f5febaa8 | -| System::Explain | 5 | 2026-08-15 | d5aec7092 | +| System::Explain | 5 | 2026-09-02 | 948364c75 | | Systemd::Util | 1 | 2026-08-24 | 2b2257e94 | | Sysync | 6 | 2026-08-26 | 344a3971c | | T2 | 5 | 2026-08-27 | a7e504a21 | | TAP::Base | - | 2026-08-26 | fc1332935 | | TAP::Filter | 61 | 2026-09-02 | 0f5febaa8 | | TAP::Formatter::GitHubActions | 20 | 2026-08-23 | 2b2257e94 | -| TAP::Formatter::TextMate | 22 | 2026-08-19 | 1af78283f | +| TAP::Formatter::TextMate | 22 | 2026-09-02 | 948364c75 | | TAP::Harness::Archive::MultipleHarnesses | 80 | 2026-08-26 | 344a3971c | | TAP::Harness::BailOnFail | 5 | 2026-08-26 | fc1332935 | | TAP::Harness::JUnit | 40 | 2026-08-21 | ff68371af | @@ -6680,7 +6702,7 @@ | TAP::Parser::SourceHandler::pgTAP | 47 | 2026-08-23 | 2b2257e94 | | TAP::Parser::Utils | - | 2026-08-19 | 1af78283f | | TAP::SimpleOutput | 22 | 2026-09-02 | 0f5febaa8 | -| TAPORlib | - | 2026-08-17 | 6c5545d16 | +| TAPORlib | - | 2026-09-02 | 948364c75 | | TBX::Min | 162 | 2026-08-21 | ff68371af | | TERN::it | - | 2026-08-27 | a7e504a21 | | TFTP | - | 2026-08-26 | 344a3971c | @@ -6762,13 +6784,12 @@ | Template::AutoFilter | 21 | 2026-08-29 | 19c285d26 | | Template::Declare::Bricolage | 285 | 2026-08-27 | a7e504a21 | | Template::Direct | 74 | 2026-08-28 | 4ebea751e | -| Template::Directive::XSSAudit | 60 | 2026-08-18 | e9739bcbf | +| Template::Directive::XSSAudit | 60 | 2026-09-02 | 948364c75 | | Template::Extract | 21 | 2026-08-26 | fc1332935 | | Template::Lace | 142 | 2026-09-02 | 0f5febaa8 | -| Template::Like | 119 | 2026-08-18 | e9739bcbf | | Template::Plugin::AutoLink | 1 | 2026-08-19 | 1af78283f | | Template::Plugin::Bootstrap::Pagination | 12 | 2026-08-28 | 4ebea751e | -| Template::Plugin::Calendar::Simple | 3 | 2026-08-17 | 06656bfa2 | +| Template::Plugin::Calendar::Simple | 5 | 2026-09-02 | 948364c75 | | Template::Plugin::Class | 2 | 2026-08-26 | fc1332935 | | Template::Plugin::Comma | 28 | 2026-08-23 | 2b2257e94 | | Template::Plugin::DataRandom | 1 | 2026-08-29 | 19c285d26 | @@ -6783,7 +6804,7 @@ | Template::Plugin::Hatena | 2 | 2026-08-16 | 570876923 | | Template::Plugin::JSON::Escape | 14 | 2026-08-26 | fc1332935 | | Template::Plugin::JavaScript | 12 | 2026-08-29 | 19c285d26 | -| Template::Plugin::LDAP | 1 | 2026-08-17 | e9739bcbf | +| Template::Plugin::LDAP | 1 | 2026-09-02 | 948364c75 | | Template::Plugin::LanguageName | 2 | 2026-08-28 | 19c285d26 | | Template::Plugin::Ligature | 15 | 2026-08-28 | 19c285d26 | | Template::Plugin::ListUtil | 108 | 2026-08-27 | a7e504a21 | @@ -6794,7 +6815,7 @@ | Template::Plugin::Page | 51 | 2026-08-26 | fc1332935 | | Template::Plugin::React::RESimple | - | 2026-09-01 | 0f5febaa8 | | Template::Plugin::SimpleJson | - | 2026-08-22 | 2b2257e94 | -| Template::Plugin::StringTree | 50 | 2026-08-18 | 1af78283f | +| Template::Plugin::StringTree | 50 | 2026-09-02 | 948364c75 | | Template::Plugin::TagRescue | 18 | 2026-08-18 | e9739bcbf | | Template::Plugin::Textile2 | 1 | 2026-08-29 | 19c285d26 | | Template::Plugin::VMethods | 12 | 2026-08-25 | fc1332935 | @@ -6824,13 +6845,13 @@ | Term::ANSIColor::Markup | 11 | 2026-08-18 | e9739bcbf | | Term::ANSIColor::WithWin32 | 1 | 2026-08-28 | 4ebea751e | | Term::App::Role::Attrs | 2 | 2026-08-26 | 344a3971c | -| Term::App::Util::Color | 1 | 2026-08-21 | 1af78283f | +| Term::App::Util::Color | 1 | 2026-09-02 | 948364c75 | | Term::App::Util::Interactive | 1 | 2026-08-25 | 7bb930a1f | | Term::App::Util::Size | 1 | 2026-08-26 | fc1332935 | | Term::CallEditor | 16 | 2026-08-23 | 2b2257e94 | | Term::Cap | - | 2026-08-21 | 1af78283f | | Term::Choose::Util | 1 | 2026-08-27 | 4ebea751e | -| Term::Chrome | 70 | 2026-08-18 | 1af78283f | +| Term::Chrome | 70 | 2026-09-02 | 948364c75 | | Term::Colormap | 535 | 2026-08-17 | 06656bfa2 | | Term::Complete | 8 | 2026-08-28 | 4ebea751e | | Term::Detect::Software | 1 | 2026-08-24 | 2b2257e94 | @@ -6858,6 +6879,7 @@ | Test2::Compare::Condition | 14 | 2026-08-29 | 19c285d26 | | Test2::Compare::JSON | 11 | 2026-08-28 | 4ebea751e | | Test2::Compare::Type | - | 2026-08-26 | fc1332935 | +| Test2::Harness | 619 | 2026-09-02 | 948364c75 | | Test2::Harness::Runner::Job::Feature | - | 2026-08-20 | 1af78283f | | Test2::Harness::Runner::Job::pgTAP | - | 2026-08-24 | 2b2257e94 | | Test2::MojoX | 282 | 2026-08-28 | 19c285d26 | @@ -6879,7 +6901,7 @@ | Test::Able::Runner | 6 | 2026-08-17 | 6c5545d16 | | Test::AllModules | 24 | 2026-08-25 | 7bb930a1f | | Test::Arrow | 113 | 2026-08-26 | 344a3971c | -| Test::AskAnExpert | 77 | 2026-08-13 | 424ad3c8f | +| Test::AskAnExpert | 87 | 2026-09-02 | 948364c75 | | Test::Assert | 45 | 2026-08-26 | 344a3971c | | Test::Assertions | 64 | 2026-08-21 | 1af78283f | | Test::Async::HTTP | 43 | 2026-08-17 | e9739bcbf | @@ -6913,8 +6935,8 @@ | Test::DBGp | 1 | 2026-08-26 | 344a3971c | | Test::Data | 124 | 2026-08-23 | 2b2257e94 | | Test::Data::Split | 20 | 2026-08-28 | 4ebea751e | -| Test::Database::Temp | 2 | 2026-08-20 | 1af78283f | -| Test::Deep | 1268 | 2026-08-20 | 1af78283f | +| Test::Database::Temp | 2 | 2026-09-02 | 948364c75 | +| Test::Deep | 1268 | 2026-09-02 | 948364c75 | | Test::Deep::ArrayEachNotEmpty | 20 | 2026-09-02 | 0f5febaa8 | | Test::Deep::Fuzzy | 12 | 2026-08-26 | 344a3971c | | Test::Deep::JSON | 7 | 2026-08-26 | 344a3971c | @@ -6925,7 +6947,7 @@ | Test::Distribution | 42 | 2026-08-23 | 2b2257e94 | | Test::Docker::MySQL | 1 | 2026-08-27 | 4ebea751e | | Test::Double | 9 | 2026-08-27 | 4ebea751e | -| Test::EOL | 24 | 2026-08-21 | 1af78283f | +| Test::EOL | 24 | 2026-09-02 | 948364c75 | | Test::Exception | 53 | 2026-08-26 | fc1332935 | | Test::Exim4::Routing | 12 | 2026-08-13 | cc69cbb4c | | Test::ExpectAndCheck | 30 | 2026-08-20 | 1af78283f | @@ -6948,7 +6970,7 @@ | Test::Identity | 10 | 2026-08-21 | 1af78283f | | Test::InDistDir | 6 | 2026-08-20 | 1af78283f | | Test::InDomain | 14 | 2026-08-27 | 4ebea751e | -| Test::Inline | 330 | 2026-08-20 | 1af78283f | +| Test::Inline | 330 | 2026-09-02 | 948364c75 | | Test::Instruction | 49 | 2026-08-21 | 1af78283f | | Test::Inter | 90 | 2026-08-24 | 2b2257e94 | | Test::Interface | 3 | 2026-08-26 | fc1332935 | @@ -6979,7 +7001,7 @@ | Test::MockTime::DateCalc | 38 | 2026-09-01 | 0f5febaa8 | | Test::MockTime::HiRes | 210 | 2026-08-20 | 1af78283f | | Test::Modern | 43 | 2026-08-26 | 344a3971c | -| Test::Mojibake | 55 | 2026-08-18 | e9739bcbf | +| Test::Mojibake | 55 | 2026-09-02 | 948364c75 | | Test::Mojo::Role::DOMinizer | 10 | 2026-08-28 | 4ebea751e | | Test::Mojo::Role::Session | 9 | 2026-08-28 | 19c285d26 | | Test::MonkeyMock | 34 | 2026-08-26 | 344a3971c | @@ -6998,8 +7020,8 @@ | Test::NoBreakpoints | 108 | 2026-09-02 | 0f5febaa8 | | Test::NoTabs | 16 | 2026-09-02 | 0f5febaa8 | | Test::NoTravisEncVars | 10 | 2026-09-01 | 0f5febaa8 | -| Test::NoWarnings | 46 | 2026-08-21 | ff68371af | -| Test::Number::Delta | 72 | 2026-08-20 | 1af78283f | +| Test::NoWarnings | 48 | 2026-09-02 | 948364c75 | +| Test::Number::Delta | 72 | 2026-09-02 | 948364c75 | | Test::Object | 5 | 2026-08-23 | 2b2257e94 | | Test::OpenTracing::Interface | 31 | 2026-08-26 | 344a3971c | | Test::Output | 1218 | 2026-09-02 | 0f5febaa8 | @@ -7052,6 +7074,7 @@ | Test::System::Test | - | 2026-08-28 | 19c285d26 | | Test::TAP::Model | 234 | 2026-09-02 | 0f5febaa8 | | Test::TT | 8 | 2026-08-29 | 19c285d26 | +| Test::Tarantool | 6 | 2026-09-02 | 948364c75 | | Test::TempDir::Tiny | 17 | 2026-09-01 | 0f5febaa8 | | Test::TestCoverage | 18 | 2026-08-21 | 1af78283f | | Test::Time | 12 | 2026-08-23 | 2b2257e94 | @@ -7082,7 +7105,6 @@ | Test::iMETAr | 6 | 2026-09-01 | 0f5febaa8 | | Test::utf8 | 40 | 2026-08-24 | 2b2257e94 | | TestApp::Builder | 2 | 2026-08-23 | 2b2257e94 | -| TestML | 1 | 2026-08-20 | 1af78283f | | Texinfo::Menus | 33 | 2026-08-29 | 19c285d26 | | Text::ANSI::BaseUtil | 16 | 2026-08-28 | 4ebea751e | | Text::ANSI::Util | 16 | 2026-08-26 | 344a3971c | @@ -7113,7 +7135,7 @@ | Text::DumbTemplate | 1 | 2026-08-28 | 4ebea751e | | Text::Echelon | 10 | 2026-08-18 | e9739bcbf | | Text::FastTemplate | - | 2026-08-28 | 4ebea751e | -| Text::FillIn | - | 2026-08-17 | 06656bfa2 | +| Text::FillIn | - | 2026-09-02 | 948364c75 | | Text::FindIndent | 65 | 2026-08-28 | 4ebea751e | | Text::FindLinks | 15 | 2026-08-29 | 19c285d26 | | Text::Flowchart | - | 2026-08-29 | 19c285d26 | @@ -7148,7 +7170,7 @@ | Text::PDF | 7 | 2026-09-01 | 0f5febaa8 | | Text::PORE | - | 2026-08-28 | 4ebea751e | | Text::PageLayout | 19 | 2026-08-29 | 19c285d26 | -| Text::Password::Pronounceable | 18 | 2026-08-19 | 1af78283f | +| Text::Password::Pronounceable | 56 | 2026-09-02 | 948364c75 | | Text::Pipe | 92 | 2026-08-27 | 4ebea751e | | Text::QRCode | 5 | 2026-08-23 | 2b2257e94 | | Text::Quantize | 25 | 2026-08-28 | 4ebea751e | @@ -7163,20 +7185,22 @@ | Text::Similarity | 130 | 2026-08-26 | 344a3971c | | Text::SimpleTable | 12 | 2026-08-28 | 4ebea751e | | Text::SimpleTable::AutoWidth | 6 | 2026-08-24 | 2b2257e94 | -| Text::Soundex | 18 | 2026-08-19 | 1af78283f | +| Text::Soundex | 18 | 2026-09-02 | 948364c75 | | Text::SpanningTable | 20 | 2026-08-26 | fc1332935 | | Text::Sprintf::Length | 4 | 2026-08-18 | e9739bcbf | | Text::Structured | - | 2026-08-17 | 06656bfa2 | | Text::Table | 175 | 2026-08-25 | 7bb930a1f | -| Text::Table::Any | 3 | 2026-08-14 | 424ad3c8f | +| Text::Table::Any | 3 | 2026-09-02 | 948364c75 | +| Text::Table::Tiny | 33 | 2026-09-02 | 948364c75 | | Text::Table::Tiny::_ModuleFeatures | 1 | 2026-08-29 | 19c285d26 | | Text::TagTemplate | 75 | 2026-08-27 | 4ebea751e | | Text::Tags | 91 | 2026-08-23 | 2b2257e94 | +| Text::TestBase | 30 | 2026-09-02 | 948364c75 | | Text::Textile | 16 | 2026-08-21 | 1af78283f | | Text::Thread | 7 | 2026-08-19 | 1af78283f | | Text::Tiki | - | 2026-09-02 | 0f5febaa8 | | Text::Toalpha | 7 | 2026-08-28 | 4ebea751e | -| Text::Trac | 129 | 2026-08-21 | 1af78283f | +| Text::Trac | 129 | 2026-09-02 | 948364c75 | | Text::Trac::AutoLinkHttp | 60 | 2026-08-27 | 4ebea751e | | Text::Tree | 13 | 2026-08-27 | a7e504a21 | | Text::Typoifier | - | 2026-08-28 | 4ebea751e | @@ -7187,18 +7211,19 @@ | Text::Vpp | - | 2026-08-28 | 4ebea751e | | Text::WagnerFischer::Amharic | 6 | 2026-08-28 | 4ebea751e | | Text::WideChar::Util | 21 | 2026-08-21 | 1af78283f | +| Text::WikiCreole | 8 | 2026-09-02 | 948364c75 | | Text::WikiFormat::SAX | 10 | 2026-09-01 | 0f5febaa8 | | Text::WordDiff::Base | 59 | 2026-08-28 | 4ebea751e | | Text::Wrap::NoStrip | 2 | 2026-08-27 | 4ebea751e | | Text::WrapAsUtf8 | 1 | 2026-08-29 | 19c285d26 | | Text::WrapProp | 15 | 2026-09-02 | 0f5febaa8 | | Text::Wrapper | 32 | 2026-08-23 | 2b2257e94 | -| Text::YAWikiFormater | 27 | 2026-08-17 | e9739bcbf | | Text::ZPL | 39 | 2026-08-28 | 4ebea751e | | Text::vCard | 155 | 2026-08-20 | 1af78283f | | Text::vFile::asData | 183 | 2026-08-23 | 2b2257e94 | -| TextLinkAds | 5 | 2026-08-21 | 1af78283f | +| TextLinkAds | 5 | 2026-09-02 | 948364c75 | | TextMate::JumpTo | 21 | 2026-08-20 | 1af78283f | +| TextStructured | - | 2026-09-02 | 948364c75 | | The::synthesizer | - | 2026-08-19 | 1af78283f | | TheBat::Read_TBB | 2 | 2026-08-23 | 2b2257e94 | | TheEye | 4 | 2026-08-29 | 19c285d26 | @@ -7256,13 +7281,13 @@ | Tie::Simple | 31 | 2026-09-02 | 0f5febaa8 | | Tie::Static | 13 | 2026-08-28 | 19c285d26 | | Tie::Sub | 21 | 2026-08-25 | fc1332935 | -| Tie::TimeSeries | 16 | 2026-08-17 | 06656bfa2 | +| Tie::TimeSeries | 16 | 2026-09-02 | 948364c75 | | Tie::Timely | 6 | 2026-08-29 | 19c285d26 | | Tie::ToObject | 10 | 2026-08-23 | 2b2257e94 | -| Tie::UnionHash | 36 | 2026-08-21 | 1af78283f | +| Tie::UnionHash | 36 | 2026-09-02 | 948364c75 | | Tie::UrlEncoder | - | 2026-08-28 | 4ebea751e | | TieCSV | 4 | 2026-08-20 | 1af78283f | -| Tiffany | 1 | 2026-08-19 | 1af78283f | +| Tiffany | 4 | 2026-09-02 | 948364c75 | | Time::CTime | 361 | 2026-08-15 | 570876923 | | Time::Clock | 142 | 2026-08-24 | f53f40b91 | | Time::Concise | 8 | 2026-08-19 | 1af78283f | @@ -7271,7 +7296,7 @@ | Time::Duration | 250 | 2026-08-26 | 344a3971c | | Time::Duration::Parse | 2051 | 2026-08-23 | 2b2257e94 | | Time::Duration::Parse::AsHash | 49 | 2026-08-25 | fc1332935 | -| Time::Duration::Parse::More | 4 | 2026-08-17 | 06656bfa2 | +| Time::Duration::Parse::More | 4 | 2026-09-02 | 948364c75 | | Time::Duration::ja | 8 | 2026-09-02 | 0f5febaa8 | | Time::ETA | 328 | 2026-08-28 | 4ebea751e | | Time::Elapsed | 37 | 2026-09-02 | 0f5febaa8 | @@ -7304,6 +7329,7 @@ | Tk::Workspace | - | 2026-08-18 | e9739bcbf | | TkUtil::Configure | 3 | 2026-08-28 | 19c285d26 | | TkUtil::Gui | 3 | 2026-08-26 | 344a3971c | +| Toolbox | 12 | 2026-09-02 | 948364c75 | | Toolbox::CryptOTP | 12 | 2026-08-17 | 06656bfa2 | | Toolforge::MixNMatch::Diff | 13 | 2026-09-02 | 0f5febaa8 | | Toolkit | 3 | 2026-08-26 | 344a3971c | @@ -7358,6 +7384,7 @@ | URI | 1024 | 2026-08-22 | 2b2257e94 | | URI::Amazon::APA | 3 | 2026-09-02 | 0f5febaa8 | | URI::Encode | 18 | 2026-08-21 | ff68371af | +| URI::Encode::v1.1.1 | 18 | 2026-09-02 | 948364c75 | | URI::Escape::Any | 1 | 2026-08-20 | 1af78283f | | URI::Escape::Path | 2 | 2026-09-02 | 0f5febaa8 | | URI::Fetch | 1 | 2026-08-23 | 2b2257e94 | @@ -7368,6 +7395,7 @@ | URI::Match | 18 | 2026-08-28 | 19c285d26 | | URI::Nested | 87 | 2026-08-26 | fc1332935 | | URI::Normalize | 12 | 2026-09-01 | 0f5febaa8 | +| URI::PackageURL | 3645 | 2026-09-02 | 948364c75 | | URI::Query | 93 | 2026-08-22 | ff68371af | | URI::Query::FromHash | 20 | 2026-08-21 | ff68371af | | URI::Sequin | - | 2026-08-24 | 2b2257e94 | @@ -7402,7 +7430,7 @@ | UUID::Generator::PurePerl | - | 2026-08-28 | 4ebea751e | | UUID::Object | 124 | 2026-08-23 | 2b2257e94 | | UUID::Random | 2 | 2026-08-26 | fc1332935 | -| UUID::Random::PERLANCAR | 1 | 2026-08-21 | 1af78283f | +| UUID::Random::PERLANCAR | 1 | 2026-09-02 | 948364c75 | | UUID::Random::Secure | 1 | 2026-08-21 | 1af78283f | | UUID::Tiny | 10078 | 2026-08-15 | d5aec7092 | | UUID::Tiny::Patch::UseMRS | 1 | 2026-08-24 | f53f40b91 | @@ -7443,7 +7471,7 @@ | VCS::Lite | 67 | 2026-08-26 | 344a3971c | | VCS::SnapshotCM::Tools | 1 | 2026-08-24 | 2b2257e94 | | VCfs | 1 | 2026-08-25 | 7bb930a1f | -| VFSsimple::Drv::File | - | 2026-08-17 | e9739bcbf | +| VFSsimple::Drv::File | - | 2026-09-02 | 948364c75 | | VFSsimple::Drv::Ftp | - | 2026-08-18 | e9739bcbf | | VIM::Uploader | 1 | 2026-08-26 | fc1332935 | | VJF::Emphase | - | 2026-08-23 | 2b2257e94 | @@ -7461,7 +7489,7 @@ | VSO | 52 | 2026-08-23 | 2b2257e94 | | VT::API | 3 | 2026-08-20 | 1af78283f | | VUser::Email::Postfix::SQL | - | 2026-08-25 | 7bb930a1f | -| VUser::Firewall | - | 2026-08-19 | 1af78283f | +| VUser::Firewall | - | 2026-09-02 | 948364c75 | | VUser::Google::Apps | - | 2026-09-02 | 0f5febaa8 | | VUser::Install | - | 2026-08-22 | 2b2257e94 | | VUser::Radius::Acct::SQL | - | 2026-08-15 | 570876923 | @@ -7487,7 +7515,7 @@ | VisualCrossing::API | 35 | 2026-08-26 | 344a3971c | | Vitacilina | 1 | 2026-08-27 | 4ebea751e | | VoiceXML::Client | 21 | 2026-08-19 | 1af78283f | -| VoiceXML::Server | - | 2026-08-21 | 1af78283f | +| VoiceXML::Server | - | 2026-09-02 | 948364c75 | | Volution | 2 | 2026-08-19 | 1af78283f | | Voo | 2 | 2026-09-02 | 0f5febaa8 | | WAP::SAXDriver::wbxml | - | 2026-08-23 | 2b2257e94 | @@ -7562,6 +7590,7 @@ | WWW::FreshBooks::API | 6 | 2026-08-23 | 2b2257e94 | | WWW::Fuel::US::Prices | 3 | 2026-09-01 | 0f5febaa8 | | WWW::Gazetteer | 4 | 2026-08-25 | 7bb930a1f | +| WWW::Geni::0.3.0a | 1 | 2026-09-02 | 948364c75 | | WWW::Gitea | 102 | 2026-08-28 | 19c285d26 | | WWW::GoDaddy::REST | 119 | 2026-08-25 | 7bb930a1f | | WWW::GoKGS | 10 | 2026-08-27 | 4ebea751e | @@ -7580,7 +7609,7 @@ | WWW::Hotmail | 2 | 2026-08-23 | 2b2257e94 | | WWW::Indeed | - | 2026-08-25 | fc1332935 | | WWW::Instapaper::Client | 10 | 2026-09-02 | 0f5febaa8 | -| WWW::ItsABot | 9 | 2026-08-21 | ff68371af | +| WWW::ItsABot | 9 | 2026-09-02 | 948364c75 | | WWW::Jirafe | 1 | 2026-08-21 | ff68371af | | WWW::LargeFileFetcher | 6 | 2026-08-23 | 2b2257e94 | | WWW::Leech::Parser | - | 2026-09-02 | 0f5febaa8 | @@ -7613,7 +7642,7 @@ | WWW::Namecheap::API | 25 | 2026-08-23 | 2b2257e94 | | WWW::Netflix | 1 | 2026-08-24 | 2b2257e94 | | WWW::NewsReach | 21 | 2026-08-20 | 1af78283f | -| WWW::NicoVideo | 4 | 2026-08-21 | ff68371af | +| WWW::NicoVideo | 4 | 2026-09-02 | 948364c75 | | WWW::NicoVideo::Download | 1 | 2026-08-24 | f53f40b91 | | WWW::OAuth | 122 | 2026-08-25 | fc1332935 | | WWW::OReillyMedia::Store | 5 | 2026-09-02 | 0f5febaa8 | @@ -7672,6 +7701,7 @@ | WWW::Search::AlltheWeb | 1 | 2026-08-23 | 2b2257e94 | | WWW::Search::ISBNDB | 10 | 2026-09-01 | 0f5febaa8 | | WWW::Search::PRWire | - | 2026-08-29 | 19c285d26 | +| WWW::Search::PubChem | 6 | 2026-09-02 | 948364c75 | | WWW::Search::Scraper::_struct_ | 1 | 2026-08-28 | 4ebea751e | | WWW::Search::Scraper::apartments | - | 2026-08-22 | ff68371af | | WWW::Search::TheITJobBoard | 1 | 2026-08-26 | 344a3971c | @@ -7680,7 +7710,6 @@ | WWW::Selenium::NetworkCapture | - | 2026-08-25 | 7bb930a1f | | WWW::Selenium::Utils | 130 | 2026-08-21 | ff68371af | | WWW::SherlockSearch | 2 | 2026-09-02 | 0f5febaa8 | -| WWW::Shopify::Tools::Themer | 1 | 2026-08-23 | 2b2257e94 | | WWW::Shorten::5gp | 6 | 2026-08-21 | 1af78283f | | WWW::Shorten::Akari | 19 | 2026-08-20 | 1af78283f | | WWW::Shorten::Bitly | 66 | 2026-08-20 | 1af78283f | @@ -7731,7 +7760,7 @@ | WWW::WhoCallsMe | 1 | 2026-08-21 | ff68371af | | WWW::Wikevent::Bot | 128 | 2026-08-21 | ff68371af | | WWW::WikiSpaces | 1 | 2026-08-26 | fc1332935 | -| WWW::WolframAlpha | 1 | 2026-08-21 | ff68371af | +| WWW::WolframAlpha | 1 | 2026-09-02 | 948364c75 | | WWW::Wordnik::API | 45 | 2026-08-24 | 2b2257e94 | | WWW::WorldLingo | 20 | 2026-08-23 | 2b2257e94 | | WWW::WuFoo | 1 | 2026-08-25 | fc1332935 | @@ -7778,7 +7807,7 @@ | WebNano::Controller | 53 | 2026-08-26 | 344a3971c | | WebNano::Renderer::TT | 11 | 2026-08-19 | 1af78283f | | WebPrototypes::ResetPass | 14 | 2026-09-02 | 0f5febaa8 | -| WebService::2Captcha | 1 | 2026-08-20 | 1af78283f | +| WebService::2Captcha | 1 | 2026-09-02 | 948364c75 | | WebService::30Boxes::API | 2 | 2026-08-25 | fc1332935 | | WebService::8tracks | 25 | 2026-08-28 | 4ebea751e | | WebService::AcousticBrainz | 8 | 2026-08-29 | 19c285d26 | @@ -7865,7 +7894,7 @@ | WebService::Notifo | 1 | 2026-09-01 | 0f5febaa8 | | WebService::OANDA::ExchangeRates | 46 | 2026-08-23 | 2b2257e94 | | WebService::Ollama | 34 | 2026-08-20 | 1af78283f | -| WebService::Openaura | 4 | 2026-08-16 | ebd367ec5 | +| WebService::Openaura | 4 | 2026-09-02 | 948364c75 | | WebService::OurWorldInData | 32 | 2026-08-19 | 1af78283f | | WebService::OverheidIO | 17 | 2026-08-21 | 1af78283f | | WebService::PagerDuty | 30 | 2026-08-23 | 2b2257e94 | @@ -7897,7 +7926,7 @@ | WebService::SetlistFM | 1 | 2026-08-17 | e9739bcbf | | WebService::Solr | 138 | 2026-08-24 | 2b2257e94 | | WebService::Speechmatics | 1 | 2026-08-26 | fc1332935 | -| WebService::Sprint | 6 | 2026-08-21 | ff68371af | +| WebService::Sprint | 6 | 2026-09-02 | 948364c75 | | WebService::Strava::Effort | 1 | 2026-08-24 | 2b2257e94 | | WebService::TVDB | 138 | 2026-08-20 | 1af78283f | | WebService::TVRage | 1 | 2026-08-25 | fc1332935 | @@ -7938,7 +7967,7 @@ | Wily | 11 | 2026-08-29 | 19c285d26 | | Win32::AD::Constant | - | 2026-08-27 | a7e504a21 | | Win32::ADO | - | 2026-08-29 | 19c285d26 | -| Win32::ASP | - | 2026-08-17 | e9739bcbf | +| Win32::ASP | - | 2026-09-02 | 948364c75 | | Win32::AbsPath | - | 2026-08-20 | 1af78283f | | Win32::AutoItX | 10 | 2026-08-24 | 2b2257e94 | | Win32::Codepage::Simple | 7 | 2026-08-26 | 344a3971c | @@ -8003,7 +8032,7 @@ | WordList::ID::KBBI::FigureOfSpeech | 1 | 2026-08-25 | 7bb930a1f | | WordList::ID::KBBI::Proverb | 1 | 2026-08-19 | 1af78283f | | WordList::JA::BIP39 | 1 | 2026-08-23 | 2b2257e94 | -| WordList::KO::BIP39 | 1 | 2026-08-21 | 1af78283f | +| WordList::KO::BIP39 | 1 | 2026-09-02 | 948364c75 | | WordList::MetaSyntactic::Any | 1 | 2026-08-26 | fc1332935 | | WordList::Password::10Million::Top100000 | 1 | 2026-08-24 | 2b2257e94 | | WordList::Password::10Million::Top1000000 | 1 | 2026-08-20 | 1af78283f | @@ -8024,17 +8053,18 @@ | WordListUtil::CLI | 1 | 2026-09-01 | 0f5febaa8 | | WordPress::Base | 6 | 2026-08-21 | ff68371af | | WordPress::Base::MediaObject | 9 | 2026-08-27 | 4ebea751e | -| WordPress::XMLRPC | 10 | 2026-08-21 | 1af78283f | +| WordPress::XMLRPC | 10 | 2026-09-02 | 948364c75 | | WorePAN | 4 | 2026-08-26 | fc1332935 | | Workflow::Inotify | - | 2026-09-01 | 0f5febaa8 | | X10 | - | 2026-08-26 | fc1332935 | | X11::FreeDesktop::DesktopEntry | 1 | 2026-08-20 | 1af78283f | | X11::GUITest | 1 | 2026-08-21 | 1af78283f | -| X11::Resolution | 6 | 2026-08-19 | 1af78283f | +| X11::Resolution | 6 | 2026-09-02 | 948364c75 | | X11::Wallpaper | 18 | 2026-08-19 | 1af78283f | | X11::XRandR | 21 | 2026-08-24 | 2b2257e94 | | X12::Parser | 44 | 2026-09-02 | 0f5febaa8 | | XAO::Base | - | 2026-08-21 | 1af78283f | +| XAO::Content | - | 2026-09-02 | 948364c75 | | XAO::DO::Catalogs | - | 2026-08-23 | 2b2257e94 | | XAO::DO::Data::Content | - | 2026-08-21 | 1af78283f | | XAO::Web | - | 2026-08-26 | 344a3971c | @@ -8050,13 +8080,13 @@ | XML::Atom::OWL | 1 | 2026-08-27 | a7e504a21 | | XML::Atom::Stream | 1 | 2026-08-26 | fc1332935 | | XML::Atom::Syndication | 334 | 2026-08-26 | 344a3971c | -| XML::Beautify | 3 | 2026-08-21 | ff68371af | +| XML::Beautify | 3 | 2026-09-02 | 948364c75 | | XML::Bits | 2 | 2026-09-02 | 0f5febaa8 | | XML::Builder | 22 | 2026-09-02 | 0f5febaa8 | | XML::CSV | - | 2026-08-24 | 2b2257e94 | | XML::Clean | - | 2026-08-15 | 570876923 | | XML::CommonNS | 7 | 2026-08-23 | 2b2257e94 | -| XML::Compare | 71 | 2026-08-21 | ff68371af | +| XML::Compare | 71 | 2026-09-02 | 948364c75 | | XML::Compile::Tester | 1 | 2026-08-25 | 7bb930a1f | | XML::Conf | 34 | 2026-09-01 | 0f5febaa8 | | XML::CuteQueries | 80 | 2026-08-23 | 2b2257e94 | @@ -8074,7 +8104,7 @@ | XML::FeedWriter | 45 | 2026-08-20 | 1af78283f | | XML::Filter::BufferText | 4 | 2026-08-26 | fc1332935 | | XML::Filter::Cache | 6 | 2026-08-26 | 344a3971c | -| XML::Filter::Conditional | 228 | 2026-08-19 | 1af78283f | +| XML::Filter::Conditional | 228 | 2026-09-02 | 948364c75 | | XML::Filter::DataIndenter | 5 | 2026-09-02 | 0f5febaa8 | | XML::Filter::DetectWS | - | 2026-08-25 | fc1332935 | | XML::Filter::Glossary | 11 | 2026-09-01 | 14e5d7108 | @@ -8131,7 +8161,6 @@ | XML::OverHTTP | 77 | 2026-08-19 | 1af78283f | | XML::Parser::ContentModel | - | 2026-08-26 | 344a3971c | | XML::Parser::EasyTree | - | 2026-09-01 | 0f5febaa8 | -| XML::Parser::Lite::Tree | 172 | 2026-08-21 | ff68371af | | XML::Parser::Nodes | 39 | 2026-08-23 | 2b2257e94 | | XML::Parser::Style::EasyTree | 62 | 2026-08-26 | fc1332935 | | XML::Parser::Style::IxTree | - | 2026-08-25 | fc1332935 | @@ -8151,7 +8180,7 @@ | XML::RSS::PicLens | 11 | 2026-08-27 | 344a3971c | | XML::Records | - | 2026-08-23 | 2b2257e94 | | XML::RegExp | - | 2026-08-19 | 1af78283f | -| XML::Registry | - | 2026-08-21 | ff68371af | +| XML::Registry | - | 2026-09-02 | 948364c75 | | XML::SAX::Base | 137 | 2026-08-26 | 344a3971c | | XML::SAX::Expat | 3 | 2026-08-22 | 2b2257e94 | | XML::SAX::ParserFactory | 113 | 2026-08-23 | 2b2257e94 | @@ -8175,7 +8204,6 @@ | XML::XCES | 4 | 2026-08-21 | ff68371af | | XML::XMLClean | - | 2026-08-18 | e9739bcbf | | XML::XOXO | - | 2026-08-28 | 19c285d26 | -| XML::XPath | 329 | 2026-08-20 | 1af78283f | | XML::XPath::Helper::Const | 7 | 2026-08-21 | ff68371af | | XML::XPath::Helper::String | 21 | 2026-08-26 | 344a3971c | | XML::XPath::Node::CommentImpl | 292 | 2026-08-22 | ff68371af | @@ -8218,8 +8246,8 @@ | YAMLScript::Function | 2 | 2026-08-20 | 1af78283f | | YAMLScript::Lib::Std | 3 | 2026-08-28 | 4ebea751e | | YANG | 1 | 2026-08-20 | 1af78283f | -| YAPC | - | 2026-08-19 | 1af78283f | -| YAPC::Russia | 3 | 2026-08-19 | 1af78283f | +| YAPC | - | 2026-09-02 | 948364c75 | +| YAPC::Russia | 3 | 2026-09-02 | 948364c75 | | YAPE::HTML | - | 2026-08-28 | 4ebea751e | | YAPE::Regex | - | 2026-08-21 | ff68371af | | YAX | 91 | 2026-08-20 | 1af78283f | @@ -8325,7 +8353,7 @@ | CGI::AppBuilder::MapForms | | Configure failed | 2026-08-24 | | CGI::AppBuilder::Message | | Configure failed | 2026-09-01 | | CGI::AppBuilder::Security | | Configure failed | 2026-08-26 | -| CGI::AppBuilder::TaskForms | | Configure failed | 2026-08-21 | +| CGI::AppBuilder::TaskForms | | Configure failed | 2026-09-02 | | CGI::AppBuilder::TaskLoads | | Configure failed | 2026-08-19 | | CGI::AppBuilder::Tasks | | Configure failed | 2026-08-25 | | CGI::CookieSerial | | Configure failed | 2026-08-20 | @@ -8360,7 +8388,6 @@ | DBIx::Chart | | Configure failed | 2026-09-02 | | DBIx::Cookbook | | Configure failed | 2026-09-01 | | DBIx::FullTextSearch | | Configure failed | 2026-09-01 | -| DBIx::MyDatabaseMunger | | Configure failed | 2026-08-21 | | DBQuery | | Configure failed | 2026-08-20 | | DB_File::SV18x | | Configure failed | 2026-08-26 | | DataFax::StudyDB | | Configure failed | 2026-08-21 | @@ -8383,7 +8410,6 @@ | Gimp::basewidget | | Configure failed | 2026-08-29 | | Gnome | | Configure failed | 2026-09-01 | | Gnome2::PanelApplet | | Configure failed | 2026-09-02 | -| GraphViz2::Marpa::PathUtils | | Configure failed | 2026-05-17 | | Guile | | Configure failed | 2026-08-20 | | HTML::CTPP2 | | Configure failed | 2026-08-14 | | HTML::EP::Explorer | | Configure failed | 2026-08-28 | @@ -8407,7 +8433,7 @@ | Math::Pari | | Configure failed | 2026-09-02 | | MiscUtils | | Configure failed | 2026-08-21 | | Mmap | | Configure failed | 2026-08-19 | -| Mobile::Data::ITU | | Configure failed | 2026-08-20 | +| Mobile::Data::ITU | | Configure failed | 2026-09-02 | | Mobile::Data::SID | | Configure failed | 2026-09-02 | | ModPerl::MM | | Configure failed | 2026-09-02 | | Moose::Class | | Configure failed | 2026-08-28 | @@ -8432,7 +8458,7 @@ | Oracle::SQL::Builder | | Configure failed | 2026-09-02 | | Oracle::Trigger | | Configure failed | 2026-08-27 | | PDF::API2::Simple | | Configure failed | 2026-08-19 | -| PDFLib | | Configure failed | 2026-08-21 | +| PDFLib | | Configure failed | 2026-09-02 | | PDL::IO::Grib | | Configure failed | 2026-08-21 | | PDL::Meschach | | Configure failed | 2026-08-22 | | PDL::VectorValued | | Configure failed | 2026-09-01 | @@ -8443,7 +8469,8 @@ | PersistentPerl | | Configure failed | 2026-08-29 | | Pg | | Configure failed | 2026-08-27 | | ProLite | | Configure failed | 2026-08-21 | -| R3::rfcapi | | Configure failed | 2026-08-21 | +| R3::rfcapi | | Configure failed | 2026-09-02 | +| RPC::Xmlrpc_c::1.06c | | Configure failed | 2026-09-02 | | RPM::Make | | Configure failed | 2026-08-25 | | RT::Action::ExtractSubjectTag | | Configure failed | 2026-08-28 | | RT::Extension::MenuBarUserTickets | | Configure failed | 2026-08-20 | @@ -8467,13 +8494,13 @@ | Tk::LCD | | Configure failed | 2026-09-01 | | UNIX::Cal | | Configure failed | 2026-08-20 | | User | | Configure failed | 2026-08-24 | +| VBTK | | Configure failed | 2026-09-02 | | VBTK::Actions::Page | | Configure failed | 2026-08-19 | | VCS::Rcs::Parser | | Configure failed | 2026-08-21 | | VCS::SaVeS | | Configure failed | 2026-08-20 | | WWW::KeenIO | | Configure failed | 2026-08-28 | | WWW::Search::DrugBank | | Configure failed | 2026-08-21 | | WWW::Search::HGNC | | Configure failed | 2026-08-21 | -| WWW::Search::PubChem | | Configure failed | 2026-08-21 | | WWW::Search::PubMedLite | | Configure failed | 2026-08-21 | | Web::Scraper | | Configure failed | 2026-08-24 | | Win32::EnvProcess | | Configure failed | 2026-08-26 | @@ -8486,9 +8513,10 @@ | Win32::WebBrowser | | Configure failed | 2026-08-28 | | Wizard::Examples::Apache::Config | | Configure failed | 2026-08-19 | | XML::Writer | | Configure failed | 2026-08-21 | +| mod_perl | | Configure failed | 2026-09-02 | | mod_perl2 | | Configure failed | 2026-09-02 | -### Missing Dependencies (55 modules) +### Missing Dependencies (59 modules) | Module | Pass/Total | Error | Date | |--------|-----------|-------|------| @@ -8517,12 +8545,15 @@ | AxKit::XSP::CharsetConv | | Missing: Apache/AxKit/CharsetConv.pm | 2026-09-01 | | CGI::FormBuilder::Messages::__LANG__ | | Missing: HTML/Template.pm | 2026-08-28 | | Curses::Simp | | Missing: Curses.pm | 2026-08-29 | +| CursesForms | | Missing: Curses.pm | 2026-09-02 | | DAT::TimTen | | Missing: DBD.pm | 2026-08-23 | | DB_File::Lock | | Missing: DB_File.pm | 2026-09-01 | | DataControl | | Missing: Tk.pm | 2026-08-15 | +| Db::DFC | | Missing: JNI.pm | 2026-09-02 | | FFI::ExtractSymbols | | Missing: FFI/Build.pm | 2026-08-21 | | GedNav | | Missing: GDBM_File.pm | 2026-09-02 | | GuiBuilder | | Missing: Tk/Config.pm | 2026-08-27 | +| HTML::Ballot::Trusting | | Missing: HTML/EasyTemplate.pm | 2026-09-02 | | HTTPRequest | | Missing: DB_File.pm | 2026-09-02 | | IPC::LDT | | Missing: IPC/LDT.pm | 2026-08-25 | | JListbox | | Missing: Tk/Derived.pm | 2026-09-01 | @@ -8547,8 +8578,9 @@ | Text::Balanced::Marpa | | Missing: Marpa/R2/Version.pm | 2026-08-14 | | Tk::FullKeypad | | Missing: Tk.pm | 2026-09-02 | | Win32::TSA::Notify | | Missing: Win32/PerlExe/Env.pm | 2026-08-28 | +| Xmms::Perl | | Missing: Xmms/Remote.pm | 2026-09-02 | -### Other (1087 modules) +### Other (1083 modules) | Module | Pass/Total | Error | Date | |--------|-----------|-------|------| @@ -8577,9 +8609,9 @@ | Alien::Meson | | No parseable output | 2026-08-21 | | Alien::Ninja | | No parseable output | 2026-08-26 | | Alien::OpenSSL | | No parseable output | 2026-08-21 | -| Alien::PCRE2 | | No parseable output | 2026-08-21 | +| Alien::PCRE2 | | No parseable output | 2026-09-02 | | Alien::PDFio | | No parseable output | 2026-08-28 | -| Alien::Plotly::Kaleido | | No parseable output | 2026-08-19 | +| Alien::Plotly::Kaleido | | No parseable output | 2026-09-02 | | Alien::ROOT | | Build failed | 2026-08-27 | | Alien::RRDtool | | Build failed | 2026-08-29 | | Alien::Ruby | | No parseable output | 2026-08-17 | @@ -8612,6 +8644,7 @@ | Alien::zlib | | No parseable output | 2026-08-20 | | AltaVista::SDKLinguistics | | | 2026-09-02 | | AltaVista::SearchSDK | | | 2026-08-24 | +| Analizo | | Unknown test outcome | 2026-09-02 | | AnnoCPAN | | No parseable output | 2026-08-27 | | AnnoCPAN::Perldoc::SyncDB | | No parseable output | 2026-08-24 | | Ansible | | No parseable output | 2026-08-23 | @@ -8630,7 +8663,7 @@ | Apache2::AuthPAM | | Unknown test outcome | 2026-08-19 | | Apache2::AuthenDBMCache | | Unknown test outcome | 2026-08-18 | | Apache2::AuthenMSAD | | Unknown test outcome | 2026-08-21 | -| Apache2::AuthenNTLM::Cookie | | Unknown test outcome | 2026-08-21 | +| Apache2::AuthenNTLM::Cookie | | Unknown test outcome | 2026-09-02 | | Apache2::AuthenSecurID | | Unknown test outcome | 2026-08-25 | | Apache2::AutoIndex::XSLT | | Unknown test outcome | 2026-08-26 | | Apache2::Autocomplete | | Unknown test outcome | 2026-08-26 | @@ -8645,7 +8678,6 @@ | Apache::SessionX | | Unknown test outcome | 2026-08-26 | | Apache::TimedRedirect | | Unknown test outcome | 2026-08-16 | | App::APA | | Unknown test outcome | 2026-09-02 | -| App::Control | | Unknown test outcome | 2026-08-17 | | App::Deliantra | | No parseable output | 2026-09-01 | | App::DumpChromeHistory | | No parseable output | 2026-09-02 | | App::Gitc::Its::Eventum | | No parseable output | 2026-08-29 | @@ -8682,7 +8714,7 @@ | B::Tree | | | 2026-09-01 | | BSD::Jail | | | 2026-08-28 | | BSON | | Unknown test outcome | 2026-08-26 | -| BabelObjects::Component::Directory::Bookmark | | Unknown test outcome | 2026-08-21 | +| BabelObjects::Component::Directory::Bookmark | | Unknown test outcome | 2026-09-02 | | BalanceOfPower | | No parseable output | 2026-08-26 | | Benchmark::Featureset::LocaleCountry | | No parseable output | 2026-08-28 | | BinTree | | No parseable output | 2026-08-29 | @@ -8720,9 +8752,8 @@ | CAM::Template::Cache | | No parseable output | 2026-08-22 | | CAM::XML | | No parseable output | 2026-08-21 | | CDF::Probe | | Unknown test outcome | 2026-08-24 | -| CFDI | | No parseable output | 2026-08-19 | +| CFDI | | No parseable output | 2026-09-02 | | CGI::Apache2::Wrapper | | Unknown test outcome | 2026-08-22 | -| CGI::AppToolkit | | No parseable output | 2026-08-21 | | CGI::Application::Plugin::Output::XSV | | No parseable output | 2026-09-02 | | CGI::Echo | | No parseable output | 2026-08-25 | | CGI::EncryptForm | | | 2026-08-22 | @@ -8800,7 +8831,7 @@ | Config_u | | No parseable output | 2026-08-20 | | Convert::Cyr | | | 2026-08-29 | | CookBookA::Ex1 | | No parseable output | 2026-08-23 | -| CookBookB::ArrayOfStruct | | No parseable output | 2026-08-21 | +| CookBookB::ArrayOfStruct | | No parseable output | 2026-09-02 | | Copyright | | No parseable output | 2026-08-28 | | Counter | | No parseable output | 2026-08-26 | | Crypt::Cipher::AES | | Unknown test outcome | 2026-08-22 | @@ -8848,7 +8879,6 @@ | DBIx::Class::I18NColumns | | Unknown test outcome | 2026-08-22 | | DBIx::Class::KiokuDB | | Unknown test outcome | 2026-08-23 | | DBIx::Class::MassAssignable | | No parseable output | 2026-08-24 | -| DBIx::Class::MooseColumns | | Unknown test outcome | 2026-08-19 | | DBIx::Class::PseudoEnum | | Unknown test outcome | 2026-08-23 | | DBIx::Class::ResultSet::AccessorsEverywhere | | | 2026-09-01 | | DBIx::Class::ResultSet::RecursiveUpdate | | Unknown test outcome | 2026-08-21 | @@ -8858,15 +8888,14 @@ | DBIx::Class::Wrapper | | Unknown test outcome | 2026-08-25 | | DBIx::CodeKit | | No parseable output | 2026-08-21 | | DBIx::Compat | | | 2026-08-19 | +| DBIx::DBO2 | | | 2026-09-02 | | DBIx::DBO2::Column | | | 2026-08-21 | -| DBIx::Frame | | Unknown test outcome | 2026-08-21 | | DBIx::HTML::LinkedMenus | | No parseable output | 2026-08-27 | | DBIx::HTML::PopupRadio | | No parseable output | 2026-08-25 | | DBIx::Interp::db | | Unknown test outcome | 2026-08-21 | | DBIx::Interpolate::STX | | Unknown test outcome | 2026-08-21 | | DBIx::Migration | | Unknown test outcome | 2026-08-26 | | DBIx::MyParsePP::Parser | | Unknown test outcome | 2026-08-22 | -| DBIx::NoSQL | | Unknown test outcome | 2026-08-21 | | DBIx::OracleSequence | | | 2026-08-27 | | DBIx::Password | | No parseable output | 2026-08-22 | | DBIx::Procedure::Oracle | | | 2026-08-21 | @@ -8914,10 +8943,8 @@ | Date::Ordinal | | No parseable output | 2026-08-27 | | Date::strftimeq | | Unknown test outcome | 2026-08-19 | | DateTime::Format::ISO8601 | | Unknown test outcome | 2026-08-22 | -| DateTime::Format::Mail | | Unknown test outcome | 2026-08-21 | | DateTime::Format::Natural | | Unknown test outcome | 2026-08-21 | | DateTime::LazyInit | | No parseable output | 2026-08-22 | -| DateTimeX::strftimeq | | Unknown test outcome | 2026-08-19 | | Db::Documentum | | | 2026-08-17 | | DbFramework::Attribute | | Unknown test outcome | 2026-08-21 | | Dblink | | | 2026-08-19 | @@ -8989,7 +9016,7 @@ | FindLib | | No parseable output | 2026-08-23 | | FormValidator::Simple::Plugin::DBIC::Schema::Unique | | No parseable output | 2026-08-23 | | Fstream | | No parseable output | 2026-08-25 | -| FusionInventory::Agent::Task::Collect | | Unknown test outcome | 2026-08-21 | +| FusionInventory::Agent | | Unknown test outcome | 2026-09-02 | | Fwctl | | | 2026-08-23 | | GCJ::Cni | | Unknown test outcome | 2026-08-29 | | GCT::XSP::ActionTaglib | | Unknown test outcome | 2026-08-23 | @@ -9001,7 +9028,6 @@ | GD::Text::Arc | | | 2026-08-17 | | GH::Align | | No parseable output | 2026-08-21 | | GIFgraph::Map | | No parseable output | 2026-08-23 | -| GSM::Gnokii | | No parseable output | 2026-08-21 | | Genome | | Build failed | 2026-09-01 | | Ginger | | Unknown test outcome | 2026-08-24 | | Git::PurePerl | | No parseable output | 2026-09-02 | @@ -9027,9 +9053,7 @@ | Gx | | | 2026-08-21 | | HB | | No parseable output | 2026-08-18 | | HPUX::Pstat | | | 2026-08-19 | -| HTML::Ballot::Trusting | | Unknown test outcome | 2026-08-19 | | HTML::Base | | No parseable output | 2026-09-02 | -| HTML::CalendarMonth | | Unknown test outcome | 2026-08-21 | | HTML::Display::MozRepl | | Unknown test outcome | 2026-08-21 | | HTML::Embperl | | | 2026-08-24 | | HTML::EntityReference | | No parseable output | 2026-09-02 | @@ -9071,9 +9095,10 @@ | IO::BindHandles | | Unknown test outcome | 2026-08-16 | | IO::Compress::Bzip2 | | Unknown test outcome | 2026-08-21 | | IO::Dir::Dirfd | | | 2026-08-27 | -| IO::Dirent | | | 2026-08-18 | +| IO::Dirent | | | 2026-09-02 | | IO::Events | | | 2026-08-17 | | IO::K8s::Cilium::V2::CiliumExternalWorkload | | Unknown test outcome | 2026-08-25 | +| IO::Multiplex | | | 2026-09-02 | | IO::SendFile | | | 2026-09-01 | | IOas::CP932X | | Unknown test outcome | 2026-08-26 | | IPC::Cache | | | 2026-08-25 | @@ -9087,6 +9112,7 @@ | IRC::Indexer | | Unknown test outcome | 2026-08-21 | | IS::Init | | Unknown test outcome | 2026-08-20 | | ITM | | No parseable output | 2026-09-02 | +| Image::DS9::v1.0.1 | | Unknown test outcome | 2026-09-02 | | Image::Imgur | | No parseable output | 2026-08-15 | | Image::XFace | | | 2026-08-27 | | ImageButton | | Unknown test outcome | 2026-08-25 | @@ -9112,7 +9138,6 @@ | Javonet::Core::AbstractHandler | | Unknown test outcome | 2026-08-27 | | JavonetPerlSdk | | Unknown test outcome | 2026-09-01 | | Kamaitachi | | Unknown test outcome | 2026-08-19 | -| Khonsu | | Unknown test outcome | 2026-08-21 | | KiokuDB | | Unknown test outcome | 2026-08-23 | | Krb5 | | | 2026-08-23 | | LIMS::Base | | No parseable output | 2026-08-28 | @@ -9136,6 +9161,7 @@ | List::SomeUtils | | Unknown test outcome | 2026-08-23 | | Locale::Nationality::en | | No parseable output | 2026-08-28 | | Log::Dispatch::Wx | | No parseable output | 2026-08-18 | +| LogCarp | | Unknown test outcome | 2026-09-02 | | Lorem | | Unknown test outcome | 2026-08-26 | | Lucy | | Build failed | 2026-09-01 | | MIDI::ALSA | | | 2026-08-29 | @@ -9173,6 +9199,7 @@ | MechaCPAN::DestGuard | | Unknown test outcome | 2026-08-21 | | Medusa | | Unknown test outcome | 2026-08-20 | | MegaDistro | | Unknown test outcome | 2026-08-23 | +| Metabase | | Unknown test outcome | 2026-09-02 | | Microarray | | No parseable output | 2026-08-29 | | Model3D::Poser::GetStringRes | | No parseable output | 2026-08-26 | | Module::Build | | Unknown test outcome | 2026-08-13 | @@ -9214,6 +9241,7 @@ | NULL | | No parseable output | 2026-08-27 | | NVDefined | | | 2026-08-22 | | Nagios::Plugin::SNMP | | No parseable output | 2026-08-17 | +| Narada::v2.3.8 | | Unknown test outcome | 2026-09-02 | | NepaliDateTime | | No parseable output | 2026-08-19 | | Net::Async::HTTP | | Unknown test outcome | 2026-08-26 | | Net::Bluetooth | | | 2026-08-23 | @@ -9237,7 +9265,7 @@ | Net::Z3950::DBIServer | | | 2026-08-28 | | NetSNMP::Sendmail | | Unknown test outcome | 2026-09-02 | | NetSNMP::default_store | | | 2026-09-02 | -| NewSpirit | | No parseable output | 2026-08-17 | +| NewSpirit | | No parseable output | 2026-09-02 | | NewSpirit::CIPP::Include | | No parseable output | 2026-08-27 | | Newt | | | 2026-08-23 | | ODF::lpOD::NumberStyle | | Unknown test outcome | 2026-08-21 | @@ -9260,7 +9288,6 @@ | OpenGbg | | Unknown test outcome | 2026-08-18 | | OpenMP::Simple | | Unknown test outcome | 2026-08-25 | | OpenSearch::MooseTypes | | Unknown test outcome | 2026-08-21 | -| OpenSourceOrg::API | | No parseable output | 2026-08-20 | | OpusVL::FB11X::Model::PreferencesDB | | Unknown test outcome | 2026-08-23 | | Oracle::CAPI | | | 2026-08-29 | | Oryx | | Unknown test outcome | 2026-08-25 | @@ -9291,7 +9318,6 @@ | POE::Component::Client::Bayeux | | Unknown test outcome | 2026-08-26 | | POE::Component::Client::FTP | | Unknown test outcome | 2026-08-19 | | POE::Component::Client::HTTP | | Unknown test outcome | 2026-08-25 | -| POE::Component::Client::MPD | | Unknown test outcome | 2026-08-18 | | POE::Component::Client::NNTP | | Unknown test outcome | 2026-08-20 | | POE::Component::Client::NSCA | | Unknown test outcome | 2026-08-21 | | POE::Component::Client::SMTP | | Unknown test outcome | 2026-08-21 | @@ -9355,6 +9381,7 @@ | PriQueue | | No parseable output | 2026-08-19 | | Prima | | No parseable output | 2026-08-22 | | Prima::IPA | | No parseable output | 2026-08-29 | +| Proc::PID::File | | | 2026-09-02 | | Proc::Wait3 | | | 2026-08-26 | | Prompt::Timeout | | Unknown test outcome | 2026-08-24 | | Protocol::WebSocket::Frame | | Unknown test outcome | 2026-08-25 | @@ -9449,10 +9476,10 @@ | Sub::WhenBodied | | Build failed | 2026-08-17 | | Sx | | | 2026-08-18 | | Syntax::Highlight::Perl::Improved | | Build failed | 2026-08-23 | -| Syntax::Keyword::Val | | | 2026-08-18 | +| Syntax::Keyword::Val | | | 2026-09-02 | | Sys::Filesystem | | Unknown test outcome | 2026-08-21 | | Sys::Signal | | | 2026-08-18 | -| System2 | | | 2026-08-19 | +| System2 | | | 2026-09-02 | | TAP::Tree | | Unknown test outcome | 2026-08-26 | | TCP::Client | | No parseable output | 2026-08-23 | | TPath | | Unknown test outcome | 2026-08-26 | @@ -9466,7 +9493,7 @@ | Template | | Unknown test outcome | 2026-08-26 | | Template::Plugin::Java | | No parseable output | 2026-08-28 | | Template::Plugin::deJSON | | Unknown test outcome | 2026-08-18 | -| Term::Screen::Fixes | | Unknown test outcome | 2026-08-19 | +| Term::ScreenColor | | Unknown test outcome | 2026-09-02 | | Test2::Plugin::SubtestFilter | | Unknown test outcome | 2026-08-18 | | Test::Alien | | Unknown test outcome | 2026-08-25 | | Test::BDD::Cucumber | | Unknown test outcome | 2026-08-21 | @@ -9523,7 +9550,7 @@ | UnicodeCD | | No parseable output | 2026-08-21 | | Unix::Syslog | | | 2026-08-21 | | Util::Medley::Exec::Cache | | Unknown test outcome | 2026-08-17 | -| VCS::StarTeam | | No parseable output | 2026-08-21 | +| VCS::StarTeam | | No parseable output | 2026-09-02 | | VIC | | Unknown test outcome | 2026-08-25 | | VMS::FindFile | | No parseable output | 2026-08-27 | | VMS::ICC | | No parseable output | 2026-09-02 | @@ -9557,12 +9584,13 @@ | WWW::Purolator::TrackingInfo | | No parseable output | 2026-08-24 | | WWW::SMS | | No parseable output | 2026-08-20 | | WWW::Search::NCBI::PubMed | | No parseable output | 2026-08-26 | +| WWW::Shopify::Tools::Themer | | Unknown test outcome | 2026-09-02 | | WWW::Shopify::Tools::Themer::Manifest | | Unknown test outcome | 2026-08-19 | | WWW::VieDeMerde | | Unknown test outcome | 2026-08-23 | | WeakRef | | | 2026-08-19 | | Web::Machine | | Unknown test outcome | 2026-08-26 | | WebDAO | | Unknown test outcome | 2026-08-24 | -| WebDyne | | No parseable output | 2026-08-21 | +| WebDyne | | No parseable output | 2026-09-02 | | WebDyne::Chain | | No parseable output | 2026-08-26 | | WebMoney::WMSigner | | | 2026-08-26 | | WebService::Cryptsy | | No parseable output | 2026-08-22 | @@ -9573,7 +9601,7 @@ | WebService::IMDB | | Unknown test outcome | 2026-08-24 | | WebService::LogicMonitor | | Build failed | 2026-08-27 | | Whatif | | | 2026-08-17 | -| Win32::API::OutputDebugString | | | 2026-08-18 | +| Win32::API::OutputDebugString | | | 2026-09-02 | | Win32::ASP::IO | | No parseable output | 2026-08-28 | | Win32::Capture | | No parseable output | 2026-08-20 | | Win32::CtrlGUI::Criteria::and | | | 2026-09-01 | @@ -9597,7 +9625,7 @@ | Win32::SystemInfo | | | 2026-08-23 | | Win32::TaskScheduler | | No parseable output | 2026-08-22 | | Win32::TieRegistry::PMVersionInfo | | | 2026-08-23 | -| Win32::ToolHelp | | | 2026-08-20 | +| Win32::ToolHelp | | | 2026-09-02 | | Win32API::Process | | | 2026-08-21 | | Win32API::ProcessStatus | | | 2026-08-25 | | Win32API::ToolHelp | | | 2026-08-19 | @@ -9633,18 +9661,19 @@ | Xmms | | Unknown test outcome | 2026-08-19 | | Yancy | | Unknown test outcome | 2026-08-23 | | ZMQ::FFI::ErrorHandler | | Unknown test outcome | 2026-08-26 | -| Zydeco | | Unknown test outcome | 2026-08-20 | +| font_ft2_0.1.0 | | | 2026-09-02 | | local::lib | | Unknown test outcome | 2026-08-22 | | meta | | Build failed | 2026-08-17 | | rlib | | Build failed | 2026-08-24 | | subs | | No parseable output | 2026-08-24 | | warnings | | No parseable output | 2026-08-19 | -### Syntax Error (26 modules) +### Syntax Error (27 modules) | Module | Pass/Total | Error | Date | |--------|-----------|-------|------| -| AIS::client | | Syntax error | 2026-08-20 | +| AIS::client | | Syntax error | 2026-09-02 | +| App::Standup::Diary | | Syntax error | 2026-09-02 | | Argv | | Syntax error | 2026-08-27 | | Book::Bilingual | | Syntax error | 2026-08-27 | | CGI::ContactForm | | Syntax error | 2026-08-21 | @@ -9671,7 +9700,7 @@ | WWW::Search::FirstGov | | Syntax error | 2026-08-22 | | WWW::URLToys | | Syntax error | 2026-08-28 | -### Test Failures (5573 modules) +### Test Failures (5587 modules) | Module | Pass/Total | Error | Date | |--------|-----------|-------|------| @@ -9720,16 +9749,17 @@ | AWS::IP | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-09-02 | | AWS::Lambda | | 1 subtests failed in test files | 2026-08-28 | | AWS::Lambda::Quick | | 1/3 test programs failed; 0/2 subtests failed | 2026-08-21 | -| AWS::XRay | 94/97 | 3/97 subtests failed; 2/15 test programs failed | 2026-08-21 | +| AWS::XRay | | 3 subtests failed in test files | 2026-09-02 | | AXL::Client::Simple | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-26 | | Acme::Damn | 0/2 | 2/2 subtests failed; 6/6 test programs failed | 2026-09-01 | +| Acme::LAUTER::DEUTSCHER | 3/11 | 8/11 subtests failed; 3/5 test programs failed | 2026-09-02 | | Acme::LOLCAT | 16/17 | 1/17 subtests failed; 1/5 test programs failed | 2026-08-21 | | Acrux | | 2/17 test programs failed; 0/154 subtests failed | 2026-08-26 | | Activator | 51/58 | 7/58 subtests failed; 11/22 test programs failed | 2026-08-28 | | ActiveRecord::Simple | | 1 subtests failed in test files | 2026-08-26 | | ActiveRecord::Simple::Migration | | 2/15 test programs failed; 0/177 subtests failed | 2026-08-20 | | Affix | | 57/58 test programs failed; 0/5 subtests failed | 2026-08-20 | -| Aion | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-19 | +| Aion | | | 2026-09-02 | | Akamai::Edgegrid | | 1/9 test programs failed; 0/110 subtests failed | 2026-08-28 | | Algorithm::BloomFilter | | 4/4 test programs failed; 0/0 subtests failed | 2026-09-02 | | Algorithm::ConsistentHash::CHash | 0/1 | 1/1 subtests failed; 3/3 test programs failed | 2026-08-24 | @@ -9743,10 +9773,9 @@ | Algorithm::Permute | 0/1 | 1/1 subtests failed; 3/4 test programs failed | 2026-08-26 | | Algorithm::RandomPointGenerator | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-18 | | Algorithm::Simplex | 10/12 | 2/12 subtests failed; 3/5 test programs failed | 2026-08-18 | -| Algorithm::SkipList | 1830/1910 | 80/1910 subtests failed; 1/13 test programs failed | 2026-08-18 | | Algorithm::SlidingWindow | 53/55 | 2/55 subtests failed; 1/2 test programs failed | 2026-08-28 | | Algorithm::SocialNetwork | 23/27 | 4/27 subtests failed; 3/7 test programs failed | 2026-08-28 | -| Algorithm::Time::ToNumber | | 1 subtests failed in test files | 2026-08-18 | +| Algorithm::Time::ToNumber | | 1 subtests failed in test files | 2026-09-02 | | Algorithm::Tree::NCA | | 3/3 test programs failed; 0/0 subtests failed | 2026-08-28 | | Alias | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-21 | | Alias::Any | 0/1 | 1/1 subtests failed; 6/6 test programs failed | 2026-09-02 | @@ -9770,7 +9799,7 @@ | AlignDB::Run | | 1/2 test programs failed; 0/2 subtests failed | 2026-08-22 | | AlignDB::Window | 0/1 | 1/1 subtests failed; 6/6 test programs failed | 2026-08-21 | | Alt::CWB::CL::ambs | 0/1 | 1/1 subtests failed; 5/5 test programs failed | 2026-08-18 | -| Alt::Crypt::RSA::BigInt | | 19/21 test programs failed; 0/6 subtests failed | 2026-08-20 | +| Alt::Crypt::RSA::BigInt | | 19/21 test programs failed; 0/6 subtests failed | 2026-09-02 | | Alt::NewRelic::Agent::FFI::Empty | | 1/7 test programs failed; 0/10 subtests failed | 2026-08-28 | | Alt::Params::Util::PLICEASE | | 1/2 test programs failed; 0/1 subtests failed | 2026-08-28 | | Alter | 85/91 | 6/91 subtests failed; 2/3 test programs failed | 2026-08-20 | @@ -9900,7 +9929,7 @@ | Apache2::FileHash | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-26 | | Apache2::Filter::CSS::LESS | 2/9 | 7/9 subtests failed; 2/3 test programs failed | 2026-08-25 | | Apache2::HTML::Detergent | 5/7 | 2/7 subtests failed; 1/4 test programs failed | 2026-09-02 | -| Apache2::HttpEquiv | 21/23 | 2/23 subtests failed; 3/3 test programs failed | 2026-08-18 | +| Apache2::HttpEquiv | 21/23 | 2/23 subtests failed; 3/3 test programs failed | 2026-09-02 | | Apache2::JemplateFilter | 4/6 | 2/6 subtests failed; 4/6 test programs failed | 2026-09-01 | | Apache2::Layout | 2/4 | 2/4 subtests failed; 2/5 test programs failed | 2026-09-01 | | Apache2::LogNotify | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-09-01 | @@ -9976,6 +10005,7 @@ | App::GitHooks::Plugin::MatchBranchTicketID | 3/9 | 6/9 subtests failed; 1/3 test programs failed | 2026-08-28 | | App::GitHooks::Plugin::PerlInterpreter | 10/16 | 6/16 subtests failed; 1/5 test programs failed | 2026-08-27 | | App::GitHooks::Plugin::RequireTicketID | 3/5 | 2/5 subtests failed; 1/3 test programs failed | 2026-08-28 | +| App::HTTP_Proxy_IMP | 1/4 | 3/4 subtests failed; 1/2 test programs failed | 2026-09-02 | | App::I18N | 18/20 | 2/20 subtests failed; 2/2 test programs failed | 2026-08-29 | | App::IMDBtop | | 1/2 test programs failed; 0/1 subtests failed | 2026-08-18 | | App::Inotify::Hookable | 1/2 | 1/2 subtests failed; 1/2 test programs failed | 2026-09-02 | @@ -10005,7 +10035,6 @@ | App::Sandy::Command::Custom | | 35 subtests failed in test files | 2026-09-01 | | App::SimulateReads::Command::Digest | | 23 subtests failed in test files | 2026-08-28 | | App::SimulateReads::DB::Schema::Result::Quality | | 33 subtests failed in test files | 2026-09-01 | -| App::Standup::Diary | | 2/3 test programs failed; 0/1 subtests failed | 2026-08-19 | | App::Syndicator | | 8 subtests failed in test files | 2026-08-28 | | App::TDWTF | | 1/2 test programs failed; 0/2 subtests failed | 2026-08-28 | | App::TailRabbit::Growl | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-29 | @@ -10028,7 +10057,7 @@ | App::perlall | 34/37 | 3/37 subtests failed; 1/13 test programs failed | 2026-08-16 | | App::perlbrew | | 21 subtests failed in test files | 2026-08-17 | | App::perlmv | | 1/25 test programs failed; 0/72 subtests failed | 2026-08-18 | -| App::perlvars | | 2/3 test programs failed; 0/1 subtests failed | 2026-08-17 | +| App::perlvars | 1/9 | 8/9 subtests failed; 2/3 test programs failed | 2026-09-02 | | App::ptimeout | 3/8 | 5/8 subtests failed; 1/3 test programs failed | 2026-08-17 | | App::sdif::autocolor | | 1 subtests failed in test files | 2026-08-28 | | App::sitelenmute | 2/7 | 5/7 subtests failed; 1/1 test programs failed | 2026-09-02 | @@ -10057,7 +10086,6 @@ | Ascii::Text::Image | | 1 subtests failed in test files | 2026-08-28 | | AsciiDB::TagFile | 11/12 | 1/12 subtests failed; 4/6 test programs failed | 2026-09-02 | | Asset::Pack | 93/99 | 6/99 subtests failed; 4/13 test programs failed | 2026-08-28 | -| Astro::App::Satpass2 | 924/972 | 48/972 subtests failed; 2/22 test programs failed | 2026-08-17 | | Astro::Coord::ECI | 7174/7192 | 18/7192 subtests failed; 1/18 test programs failed | 2026-08-21 | | Astro::FITS::CFITSIO::Simple | | 5 subtests failed in test files | 2026-08-27 | | Astro::FITS::Header | | 2/12 test programs failed; 0/984 subtests failed | 2026-08-25 | @@ -10066,7 +10094,7 @@ | Async::Blackboard | | 1/3 test programs failed; 0/13 subtests failed | 2026-08-24 | | Async::Selector | 1995/1999 | 4/1999 subtests failed; 2/15 test programs failed | 2026-09-01 | | At | | 8 subtests failed in test files | 2026-08-25 | -| Atompub | 65/74 | 9/74 subtests failed; 3/12 test programs failed | 2026-08-19 | +| Atompub | 65/74 | 9/74 subtests failed; 3/12 test programs failed | 2026-09-02 | | AtteanX::Serializer::RDFa | 20/26 | 6/26 subtests failed; 2/3 test programs failed | 2026-08-21 | | AtteanX::Store::LMDB | 0/5 | 5/5 subtests failed; 4/4 test programs failed | 2026-09-01 | | AtteanX::Store::SPARQL | 10/11 | 1/11 subtests failed; 1/2 test programs failed | 2026-09-02 | @@ -10166,7 +10194,7 @@ | BackupPC::XS | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-26 | | BadWrapperBlock | 8/24 | 16/24 subtests failed; 10/13 test programs failed | 2026-08-20 | | Badger | 1501/1518 | 17/1518 subtests failed; 23/70 test programs failed | 2026-08-24 | -| BaseLib | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-21 | +| BaseLib | | 1/1 test programs failed; 0/0 subtests failed | 2026-09-02 | | BasicAuthAgent | 61/62 | 1/62 subtests failed; 1/17 test programs failed | 2026-08-21 | | BeePack | 0/1 | 1/1 subtests failed; 3/4 test programs failed | 2026-08-29 | | Beekeeper | | 18 subtests failed in test files | 2026-08-27 | @@ -10227,7 +10255,7 @@ | Build | 2/4 | 2/4 subtests failed; 1/2 test programs failed | 2026-08-27 | | BuildTools | | 1 subtests failed in test files | 2026-08-20 | | Business::CAMT | 1/2 | 1/2 subtests failed; 1/1 test programs failed | 2026-08-28 | -| Business::CCProcessor | 45/52 | 7/52 subtests failed; 2/6 test programs failed | 2026-08-17 | +| Business::CCProcessor | 47/54 | 7/54 subtests failed; 2/6 test programs failed | 2026-09-02 | | Business::OnlinePayment::2CheckOut | 2/3 | 1/3 subtests failed; 1/3 test programs failed | 2026-08-17 | | Business::OnlinePayment::Cardcom | 2/3 | 1/3 subtests failed; 1/3 test programs failed | 2026-09-01 | | Business::OnlinePayment::PPIPayMover | | 4/7 test programs failed; 0/3 subtests failed | 2026-09-01 | @@ -10270,6 +10298,7 @@ | CDB_File_Thawed | 4/14 | 10/14 subtests failed; 3/4 test programs failed | 2026-08-21 | | CDDB | 25/40 | 15/40 subtests failed; 1/4 test programs failed | 2026-08-19 | | CGI::Alert | 12/15 | 3/15 subtests failed; 2/3 test programs failed | 2026-08-26 | +| CGI::AppToolkit | | 1/2 test programs failed; 0/8 subtests failed | 2026-09-02 | | CGI::Application | 185/189 | 4/189 subtests failed; 1/17 test programs failed | 2026-08-25 | | CGI::Application::CheckRM | 2/12 | 10/12 subtests failed; 10/11 test programs failed | 2026-08-22 | | CGI::Application::Dispatch | 10/28 | 18/28 subtests failed; 2/3 test programs failed | 2026-08-25 | @@ -10283,7 +10312,7 @@ | CGI::Application::Plugin::Cache::Adaptive | | 5/7 test programs failed; 0/2 subtests failed | 2026-08-17 | | CGI::Application::Plugin::Config::General | 151/153 | 2/153 subtests failed; 1/15 test programs failed | 2026-08-20 | | CGI::Application::Plugin::Config::IniFiles | | 1/1 test programs failed; 0/2 subtests failed | 2026-08-19 | -| CGI::Application::Plugin::Config::Simple | 19/20 | 1/20 subtests failed; 1/1 test programs failed | 2026-08-21 | +| CGI::Application::Plugin::Config::Simple | 19/20 | 1/20 subtests failed; 1/1 test programs failed | 2026-09-02 | | CGI::Application::Plugin::Flash | 22/23 | 1/23 subtests failed; 1/4 test programs failed | 2026-08-25 | | CGI::Application::Plugin::FormState | 86/113 | 27/113 subtests failed; 5/10 test programs failed | 2026-08-26 | | CGI::Application::Plugin::HtmlTidy | 3/8 | 5/8 subtests failed; 6/10 test programs failed | 2026-08-19 | @@ -10326,7 +10355,6 @@ | CGI::Graph | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-19 | | CGI::IDS | | 1/3 test programs failed; 0/13 subtests failed | 2026-09-02 | | CGI::Kwiki | | 1/1 test programs failed; 0/0 subtests failed | 2026-09-02 | -| CGI::LogCarp | 23/24 | 1/24 subtests failed; 1/6 test programs failed | 2026-08-20 | | CGI::MakeItStatic | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-17 | | CGI::MultiValuedHash | | 1/1 test programs failed; 0/1 subtests failed | 2026-09-02 | | CGI::MxScreen | | 10/10 test programs failed; 0/0 subtests failed | 2026-08-29 | @@ -10400,6 +10428,7 @@ | CPAN::Testers::Data::Uploads::Mailer | 39/44 | 5/44 subtests failed; 1/9 test programs failed | 2026-08-28 | | CPAN::Testers::WWW::Admin | 24/29 | 5/29 subtests failed; 2/6 test programs failed | 2026-08-27 | | CPAN::Testers::WWW::Preferences | 25/27 | 2/27 subtests failed; 2/6 test programs failed | 2026-08-28 | +| CPAN::Testers::WWW::Reports | 72/87 | 15/87 subtests failed; 2/6 test programs failed | 2026-09-02 | | CPAN::Testers::WWW::Reports::Query::Report | 40/54 | 14/54 subtests failed; 1/7 test programs failed | 2026-09-01 | | CPAN::Testers::WWW::Reports::Query::Reports | 58/65 | 7/65 subtests failed; 1/8 test programs failed | 2026-08-28 | | CPAN::Unwind | | 1/1 test programs failed; 0/1 subtests failed | 2026-08-21 | @@ -10467,7 +10496,6 @@ | Callback::Cleanup | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-29 | | Callback::Frame | | 10/10 test programs failed; 0/0 subtests failed | 2026-08-29 | | Callerid | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-23 | -| Cantella::Worker | | 1/2 test programs failed; 0/5 subtests failed | 2026-08-17 | | Captcha::reCAPTCHA::Mailhide | 1/3 | 2/3 subtests failed; 4/5 test programs failed | 2026-08-28 | | Capture::Tiny | 2620/2622 | 2/2622 subtests failed; 9/24 test programs failed | 2026-08-24 | | Carp::Clan::Share | 5/7 | 2/7 subtests failed; 1/4 test programs failed | 2026-08-24 | @@ -10494,6 +10522,7 @@ | Catalyst::Model::Data::MuForm | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-18 | | Catalyst::Model::DynamicAdaptor | | 1/6 test programs failed; 0/6 subtests failed | 2026-09-02 | | Catalyst::Model::REST | 5/6 | 1/6 subtests failed; 1/3 test programs failed | 2026-08-15 | +| Catalyst::Plugin::Alarm | | 1/5 test programs failed; 0/10 subtests failed | 2026-09-02 | | Catalyst::Plugin::AuthenCookie | 17/18 | 1/18 subtests failed; 1/4 test programs failed | 2026-08-29 | | Catalyst::Plugin::Authentication::Store::DBIC::User::CDBI | 12/13 | 1/13 subtests failed; 1/13 test programs failed | 2026-09-01 | | Catalyst::Plugin::Authentication::Store::HTTP | 5/9 | 4/9 subtests failed; 2/3 test programs failed | 2026-08-17 | @@ -10506,8 +10535,8 @@ | Catalyst::Plugin::Captcha | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-22 | | Catalyst::Plugin::DBIC::Schema::Profiler | | 1/2 test programs failed; 0/4 subtests failed | 2026-08-18 | | Catalyst::Plugin::I18N | 31/37 | 6/37 subtests failed; 1/4 test programs failed | 2026-09-02 | +| Catalyst::Plugin::I18N::DBI::v0.2.5 | 5/6 | 1/6 subtests failed; 1/4 test programs failed | 2026-09-02 | | Catalyst::Plugin::Images | 0/1 | 1/1 subtests failed; 1/3 test programs failed | 2026-08-14 | -| Catalyst::Plugin::PageCache | 0/1 | 1/1 subtests failed; 4/16 test programs failed | 2026-08-20 | | Catalyst::Plugin::Server | 0/2 | 2/2 subtests failed; 7/9 test programs failed | 2026-08-22 | | Catalyst::Plugin::Session::Store::BerkeleyDB | 0/2 | 2/2 subtests failed; 2/2 test programs failed | 2026-08-29 | | Catalyst::Plugin::Session::Store::Delegate | | 1/2 test programs failed; 0/1 subtests failed | 2026-08-25 | @@ -10527,7 +10556,7 @@ | CatalystX::Action::ExtJS::Deserialize | | 5/6 test programs failed; 0/1 subtests failed | 2026-08-26 | | CatalystX::Action::Negotiate | 2/6 | 4/6 subtests failed; 1/5 test programs failed | 2026-08-27 | | CatalystX::AuthenCookie | 17/18 | 1/18 subtests failed; 1/6 test programs failed | 2026-08-24 | -| CatalystX::CMS | 34/37 | 3/37 subtests failed; 1/4 test programs failed | 2026-08-21 | +| CatalystX::CMS | | 1/4 test programs failed; 0/27 subtests failed | 2026-09-02 | | CatalystX::CRUD::Model::RDBO | 12/16 | 4/16 subtests failed; 2/6 test programs failed | 2026-08-27 | | CatalystX::Example::YUIUploader | 3/4 | 1/4 subtests failed; 1/3 test programs failed | 2026-08-22 | | CatalystX::ExtJS::Direct | | 5/6 test programs failed; 0/1 subtests failed | 2026-09-02 | @@ -10544,8 +10573,10 @@ | Catmandu::Exporter::XML | | 1 subtests failed in test files | 2026-09-02 | | Catmandu::Fix::basename | 26/27 | 1/27 subtests failed; 1/8 test programs failed | 2026-08-28 | | Catmandu::Importer::Inspire | 2/7 | 5/7 subtests failed; 2/3 test programs failed | 2026-08-16 | +| Catmandu::PICA | | 1/4 test programs failed; 0/20 subtests failed | 2026-09-02 | | Catmandu::PICAplus | | 2 subtests failed in test files | 2026-08-17 | | Catmandu::WoS::AuthWSDL | 1/2 | 1/2 subtests failed; 1/2 test programs failed | 2026-08-28 | +| CellBIS::SQL::Abstract | | 1/18 test programs failed; 0/40 subtests failed | 2026-09-02 | | CfgTie::CfgArgs | | 2/2 test programs failed; 0/1 subtests failed | 2026-08-20 | | Chandra | 107/126 | 19/126 subtests failed; 66/73 test programs failed | 2026-08-20 | | Char::Arabic | | 210/210 test programs failed; 0/0 subtests failed | 2026-08-14 | @@ -10574,6 +10605,7 @@ | Cinnamon::Config | 0/1 | 1/1 subtests failed; 3/4 test programs failed | 2026-09-02 | | Clamd | | 5/6 test programs failed; 0/1 subtests failed | 2026-08-26 | | Clang | 7/8 | 1/8 subtests failed; 6/9 test programs failed | 2026-08-26 | +| Clarity::XOG::Merge | | 2/3 test programs failed; 0/1 subtests failed | 2026-09-02 | | Class::Accessor::Classy | 185/188 | 3/188 subtests failed; 1/7 test programs failed | 2026-09-02 | | Class::Accessor::Grouped | 4510/4514 | 4/4514 subtests failed; 1/11 test programs failed | 2026-08-23 | | Class::Bits | 17/20 | 3/20 subtests failed; 1/1 test programs failed | 2026-08-27 | @@ -10597,7 +10629,7 @@ | Class::Date | 6/7 | 1/7 subtests failed; 9/11 test programs failed | 2026-08-26 | | Class::Field | 14/15 | 1/15 subtests failed; 1/5 test programs failed | 2026-08-26 | | Class::Fields | 44/51 | 7/51 subtests failed; 5/7 test programs failed | 2026-08-20 | -| Class::Hash | 56/58 | 2/58 subtests failed; 1/13 test programs failed | 2026-08-18 | +| Class::Hash | 56/58 | 2/58 subtests failed; 1/13 test programs failed | 2026-09-02 | | Class::Hook | 3/5 | 2/5 subtests failed; 1/1 test programs failed | 2026-08-23 | | Class::MakeMethods | | 61/121 test programs failed; 0/733 subtests failed | 2026-08-23 | | Class::MakeMethods::Template::DiskCache | | 27/86 test programs failed; 0/736 subtests failed | 2026-08-16 | @@ -10628,7 +10660,7 @@ | Clownfish::CFC | 2/43 | 41/43 subtests failed; 43/43 test programs failed | 2026-08-27 | | Cluster::Init | | 24/24 test programs failed; 0/0 subtests failed | 2026-08-20 | | Cluster::Similarity | 31/32 | 1/32 subtests failed; 1/13 test programs failed | 2026-08-27 | -| Clutch | | 5/6 test programs failed; 0/1 subtests failed | 2026-08-21 | +| Clutch | | 5/6 test programs failed; 0/1 subtests failed | 2026-09-02 | | Clutch::Util | | 4/5 test programs failed; 0/1 subtests failed | 2026-08-28 | | Cocoa::Skype | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-27 | | Code::Crypt | | 1/2 test programs failed; 0/0 subtests failed | 2026-08-17 | @@ -10665,7 +10697,7 @@ | Config::Pit | | 2/3 test programs failed; 0/1 subtests failed | 2026-08-26 | | Config::Properties | 55/56 | 1/56 subtests failed; 1/7 test programs failed | 2026-08-23 | | Config::Scoped | | 1/19 test programs failed; 0/117 subtests failed | 2026-09-01 | -| Config::Setting | 41/42 | 1/42 subtests failed; 1/4 test programs failed | 2026-08-18 | +| Config::Setting | 41/42 | 1/42 subtests failed; 1/4 test programs failed | 2026-09-02 | | ConsoleColor | 1/75 | 74/75 subtests failed; 14/18 test programs failed | 2026-08-16 | | Const::Exporter | 25/28 | 3/28 subtests failed; 3/26 test programs failed | 2026-08-23 | | Constant::Generator | | 1/6 test programs failed; 0/46 subtests failed | 2026-08-29 | @@ -10758,7 +10790,7 @@ | DAIA | | 12/12 test programs failed; 0/0 subtests failed | 2026-08-23 | | DAML | | 2/3 test programs failed; 0/99 subtests failed | 2026-08-24 | | DB2::db | 27/33 | 6/33 subtests failed; 3/5 test programs failed | 2026-09-02 | -| DB::AsKVS | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-21 | +| DB::AsKVS | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-09-02 | | DB::Berkeley | 0/6 | 6/6 subtests failed; 15/18 test programs failed | 2026-09-01 | | DB::Error | | 18/19 test programs failed; 0/15 subtests failed | 2026-08-27 | | DB::Object | 158/166 | 8/166 subtests failed; 4/10 test programs failed | 2026-09-01 | @@ -10835,7 +10867,7 @@ | DBIx::Class::InflateColumn::ISBN | | 1/5 test programs failed; 0/10 subtests failed | 2026-08-26 | | DBIx::Class::InflateColumn::JSON2Object | 24/26 | 2/26 subtests failed; 1/6 test programs failed | 2026-08-23 | | DBIx::Class::InflateColumn::Serializer | 28/34 | 6/34 subtests failed; 2/4 test programs failed | 2026-08-19 | -| DBIx::Class::InflateColumn::Serializer::CompressJSON | 18/19 | 1/19 subtests failed; 1/9 test programs failed | 2026-08-19 | +| DBIx::Class::InflateColumn::Serializer::CompressJSON | 18/19 | 1/19 subtests failed; 1/9 test programs failed | 2026-09-02 | | DBIx::Class::InflateColumn::Serializer::Hstore | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-29 | | DBIx::Class::InflateColumn::Serializer::Role::HashContentAccessor | 28/32 | 4/32 subtests failed; 1/9 test programs failed | 2026-08-26 | | DBIx::Class::InflateColumn::TimeMoment | | 1/2 test programs failed; 0/1 subtests failed | 2026-08-23 | @@ -10867,7 +10899,6 @@ | DBIx::Connector::Retry::MySQL | 8/19 | 11/19 subtests failed; 2/4 test programs failed | 2026-08-19 | | DBIx::Custom | 1253/1334 | 81/1334 subtests failed; 5/17 test programs failed | 2026-08-22 | | DBIx::DBHResolver | | 1/7 test programs failed; 0/18 subtests failed | 2026-08-18 | -| DBIx::DBO2 | | 1/2 test programs failed; 0/1 subtests failed | 2026-09-01 | | DBIx::DBStag | | 10/15 test programs failed; 0/38 subtests failed | 2026-08-21 | | DBIx::DSN::Resolver | 17/18 | 1/18 subtests failed; 1/3 test programs failed | 2026-08-26 | | DBIx::DataAudit | | 1/10 test programs failed; 0/63 subtests failed | 2026-08-24 | @@ -10882,12 +10913,13 @@ | DBIx::Export | | 1/5 test programs failed; 0/10 subtests failed | 2026-08-27 | | DBIx::Fast | 18/27 | 9/27 subtests failed; 36/44 test programs failed | 2026-09-01 | | DBIx::FixtureLoader | 33/35 | 2/35 subtests failed; 2/9 test programs failed | 2026-08-23 | -| DBIx::Handler::Sunny | 12/13 | 1/13 subtests failed; 1/3 test programs failed | 2026-08-21 | +| DBIx::Handler::Sunny | | 1 subtests failed in test files | 2026-09-02 | | DBIx::Informix::Perform | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-26 | -| DBIx::Inspector | 7/9 | 2/9 subtests failed; 1/4 test programs failed | 2026-08-20 | +| DBIx::Inspector | 7/9 | 2/9 subtests failed; 1/4 test programs failed | 2026-09-02 | | DBIx::Migration::Directories | | 2/6 test programs failed; 0/129 subtests failed | 2026-08-26 | | DBIx::Mint | 273/274 | 1/274 subtests failed; 1/15 test programs failed | 2026-08-29 | | DBIx::MultiDB | 7/12 | 5/12 subtests failed; 5/11 test programs failed | 2026-08-25 | +| DBIx::MyDatabaseMunger | 12/13 | 1/13 subtests failed; 13/13 test programs failed | 2026-09-02 | | DBIx::MyParse | 46/69 | 23/69 subtests failed; 23/23 test programs failed | 2026-08-24 | | DBIx::MyParseX | 8/14 | 6/14 subtests failed; 3/5 test programs failed | 2026-08-21 | | DBIx::NamedBinding | | 1/4 test programs failed; 0/6 subtests failed | 2026-08-21 | @@ -10907,7 +10939,7 @@ | DBIx::QuickORM::BuilderState | 129/135 | 6/135 subtests failed; 16/62 test programs failed | 2026-08-20 | | DBIx::QuickORM::Util::HashBase | | 26/30 test programs failed; 0/26 subtests failed | 2026-09-02 | | DBIx::Raw | | 1 subtests failed in test files | 2026-08-28 | -| DBIx::RewriteDSN | | 2/3 test programs failed; 0/1 subtests failed | 2026-08-21 | +| DBIx::RewriteDSN | 10/17 | 7/17 subtests failed; 2/3 test programs failed | 2026-09-02 | | DBIx::Roles | 22/26 | 4/26 subtests failed; 1/2 test programs failed | 2026-08-26 | | DBIx::SQLEngine | | 12/13 test programs failed; 0/33 subtests failed | 2026-08-21 | | DBIx::SQLEngine::Criteria::NumericLesser | | 5/5 test programs failed; 0/0 subtests failed | 2026-09-01 | @@ -10957,6 +10989,7 @@ | DPKG::Packages::Parser | | 9 subtests failed in test files | 2026-08-25 | | DR::Msgpuck | 6/10 | 4/10 subtests failed; 4/4 test programs failed | 2026-08-26 | | DR::Msgpuck::Bool | 1/4 | 3/4 subtests failed; 3/3 test programs failed | 2026-08-22 | +| DR::Tarantool | 211/230 | 19/230 subtests failed; 6/11 test programs failed | 2026-09-02 | | DR::Tarantool::Tuple::Iterator | 211/230 | 19/230 subtests failed; 6/11 test programs failed | 2026-08-20 | | DSL::HTML | | 6/6 test programs failed; 0/0 subtests failed | 2026-08-21 | | DSL::Tiny::InstanceEval | | 4/5 test programs failed; 0/2 subtests failed | 2026-08-21 | @@ -10968,6 +11001,7 @@ | Daje::Controller::ToolsObjectIndex | | 1 subtests failed in test files | 2026-08-17 | | Daje::Controller::Workflow | | 1 subtests failed in test files | 2026-09-02 | | Daje::Controller::Workflow::Workflow | | 1 subtests failed in test files | 2026-09-02 | +| Daje::Plugin::Tools | | 1 subtests failed in test files | 2026-09-02 | | Daje::Tools::JWT | | 1 subtests failed in test files | 2026-08-26 | | Daje::Workflow::Activities::Activity::Base::Common | | 1 subtests failed in test files | 2026-08-29 | | Daje::Workflow::Activity::Tools::Project | | 1 subtests failed in test files | 2026-08-16 | @@ -11003,7 +11037,7 @@ | Dancer2::Plugin::OAuth2::Server | 13/24 | 11/24 subtests failed; 3/6 test programs failed | 2026-08-22 | | Dancer2::Plugin::Passphrase | | 8/11 test programs failed; 0/4 subtests failed | 2026-08-20 | | Dancer2::Plugin::REST | 1/2 | 1/2 subtests failed; 8/9 test programs failed | 2026-08-24 | -| Dancer2::Plugin::SPID | 0/2 | 2/2 subtests failed; 2/3 test programs failed | 2026-08-21 | +| Dancer2::Plugin::SPID | 0/2 | 2/2 subtests failed; 2/3 test programs failed | 2026-09-02 | | Dancer2::Plugin::SendAs | 0/1 | 1/1 subtests failed; 2/13 test programs failed | 2026-08-20 | | Dancer2::Plugin::Shutdown | 9/10 | 1/10 subtests failed; 1/5 test programs failed | 2026-08-20 | | Dancer2::Serializer::CBOR | 0/2 | 2/2 subtests failed; 2/3 test programs failed | 2026-08-23 | @@ -11023,6 +11057,7 @@ | Dancer::Session::Memcached | 0/1 | 1/1 subtests failed; 2/5 test programs failed | 2026-08-29 | | Danga::Socket | | 1/4 test programs failed; 0/43 subtests failed | 2026-08-26 | | Data::Alias | 1/2 | 1/2 subtests failed; 31/33 test programs failed | 2026-08-21 | +| Data::All | | 1/1 test programs failed; 0/0 subtests failed | 2026-09-02 | | Data::BitStream::XS | 0/2 | 2/2 subtests failed; 48/51 test programs failed | 2026-08-17 | | Data::Clean::ToNonStringyNumber | | 2/6 test programs failed; 0/2 subtests failed | 2026-08-27 | | Data::ClearSilver::HDF | 2/4 | 2/4 subtests failed; 5/6 test programs failed | 2026-09-02 | @@ -11075,7 +11110,7 @@ | Data::Object::Plugin | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-26 | | Data::Object::Role | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-20 | | Data::Object::Role::Buildable | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-20 | -| Data::Object::Role::Dumpable | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-21 | +| Data::Object::Role::Dumpable | | 1/1 test programs failed; 0/0 subtests failed | 2026-09-02 | | Data::Object::Role::Pluggable | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-22 | | Data::Object::Role::Proxyable | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-28 | | Data::Object::Role::Stashable | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-21 | @@ -11166,7 +11201,6 @@ | DateTime::Format::PDF | 110/111 | 1/111 subtests failed; 1/5 test programs failed | 2026-08-22 | | DateTime::Format::PayPal::IPN | | 1/6 test programs failed; 0/0 subtests failed | 2026-08-22 | | DateTime::Format::RelativeTime | 43/57 | 14/57 subtests failed; 2/10 test programs failed | 2026-08-29 | -| DateTime::Format::Strptime | 1/93 | 92/93 subtests failed; 12/13 test programs failed | 2026-08-21 | | DateTime::Format::Sybase | 1/2 | 1/2 subtests failed; 2/3 test programs failed | 2026-08-23 | | DateTime::Format::Unicode | 52/78 | 26/78 subtests failed; 2/8 test programs failed | 2026-09-02 | | DateTime::Format::Variant | 0/1 | 1/1 subtests failed; 2/2 test programs failed | 2026-08-24 | @@ -11179,7 +11213,6 @@ | DateTimeX::Lite | 2876/2903 | 27/2903 subtests failed; 49/69 test programs failed | 2026-09-02 | | DateTimeX::Moment | 1/2 | 1/2 subtests failed; 35/43 test programs failed | 2026-08-24 | | DateTimeX::Seinfeld | | 2/4 test programs failed; 0/25 subtests failed | 2026-08-16 | -| DateTimeX::Web | | 1/11 test programs failed; 0/127 subtests failed | 2026-08-21 | | Datify | | 5/6 test programs failed; 0/0 subtests failed | 2026-08-23 | | Dead | 89/90 | 1/90 subtests failed; 3/9 test programs failed | 2026-08-20 | | Debug::Filter::PrintExpr | 40/43 | 3/43 subtests failed; 1/4 test programs failed | 2026-08-28 | @@ -11232,6 +11265,7 @@ | Devel::StealthDebug | | 1/15 test programs failed; 0/62 subtests failed | 2026-09-02 | | Devel::Trepan::Deparse | 8/11 | 3/11 subtests failed; 2/4 test programs failed | 2026-08-25 | | Devel::Trepan::Disassemble | 12/16 | 4/16 subtests failed; 3/5 test programs failed | 2026-08-28 | +| Devel::TypeCheck | 55/63 | 8/63 subtests failed; 3/4 test programs failed | 2026-09-02 | | Devel::ebug | | 21/22 test programs failed; 0/1 subtests failed | 2026-08-27 | | Devel::vscode | 0/1 | 1/1 subtests failed; 1/3 test programs failed | 2026-08-17 | | Device::Arduino::LCD | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-28 | @@ -11320,7 +11354,7 @@ | EJS::Template | 129/153 | 24/153 subtests failed; 5/8 test programs failed | 2026-08-27 | | ELF::sign | 1/3 | 2/3 subtests failed; 2/3 test programs failed | 2026-08-23 | | ELFF::Parser | | 3/3 test programs failed; 0/0 subtests failed | 2026-08-23 | -| EMDIS::ECS | | 1/5 test programs failed; 0/522 subtests failed | 2026-08-21 | +| EMDIS::ECS | | 1/5 test programs failed; 0/522 subtests failed | 2026-09-02 | | EMail | | 1 subtests failed in test files | 2026-08-18 | | EO | 0/14 | 14/14 subtests failed; 18/18 test programs failed | 2026-08-24 | | EPUB::Parser | 41/51 | 10/51 subtests failed; 6/14 test programs failed | 2026-08-19 | @@ -11389,7 +11423,7 @@ | Enum::Declare::Common | | 21/25 test programs failed; 0/1 subtests failed | 2026-09-01 | | Enumeration | 72/74 | 2/74 subtests failed; 2/8 test programs failed | 2026-09-01 | | EnvDir | 25/26 | 1/26 subtests failed; 1/7 test programs failed | 2026-08-22 | -| Error::Pure | 113/115 | 2/115 subtests failed; 1/30 test programs failed | 2026-08-21 | +| Error::Pure | 113/115 | 2/115 subtests failed; 1/30 test programs failed | 2026-09-02 | | Error::Return | | 2 subtests failed in test files | 2026-08-29 | | Error::Show | 27/29 | 2/29 subtests failed; 1/5 test programs failed | 2026-08-21 | | Error::Wait | 5/6 | 1/6 subtests failed; 1/1 test programs failed | 2026-08-18 | @@ -11460,7 +11494,7 @@ | FFI::Build::MM | | 6/8 test programs failed; 0/2 subtests failed | 2026-08-18 | | FFI::C | | 13/14 test programs failed; 0/1 subtests failed | 2026-08-21 | | FFI::CheckLib | 20/21 | 1/21 subtests failed; 4/9 test programs failed | 2026-08-22 | -| FFI::Me | 0/3 | 3/3 subtests failed; 2/11 test programs failed | 2026-08-20 | +| FFI::Me | 0/3 | 3/3 subtests failed; 2/11 test programs failed | 2026-09-02 | | FFI::Platypus::Declare | | 1/2 test programs failed; 0/1 subtests failed | 2026-08-26 | | FFI::Platypus::Lang::CPP | 1/2 | 1/2 subtests failed; 4/5 test programs failed | 2026-08-26 | | FFI::Platypus::Lang::CPP::Demangle::XS | | 1/2 test programs failed; 0/1 subtests failed | 2026-08-26 | @@ -11491,7 +11525,7 @@ | Feature::Compat::Defer | 28/30 | 2/30 subtests failed; 1/4 test programs failed | 2026-08-19 | | Feature::Compat::Try | 41/46 | 5/46 subtests failed; 2/11 test programs failed | 2026-08-29 | | Fennec | 19/22 | 3/22 subtests failed; 21/24 test programs failed | 2026-08-26 | -| Fennec::Declare | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-18 | +| Fennec::Declare | | 1/1 test programs failed; 0/0 subtests failed | 2026-09-02 | | Fennec::Lite | 26/28 | 2/28 subtests failed; 1/3 test programs failed | 2026-08-22 | | Fierce::Parser | 27/42 | 15/42 subtests failed; 12/13 test programs failed | 2026-08-28 | | File::AddInc | 2/3 | 1/3 subtests failed; 1/3 test programs failed | 2026-08-21 | @@ -11556,7 +11590,7 @@ | Finance::IG | 24/25 | 1/25 subtests failed; 1/6 test programs failed | 2026-08-17 | | Finance::IG::Record::REST::Client | 5/6 | 1/6 subtests failed; 1/5 test programs failed | 2026-08-27 | | Finance::MICR::GOCR | 3/4 | 1/4 subtests failed; 3/3 test programs failed | 2026-08-28 | -| Finance::Optical::StrongBuy | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-17 | +| Finance::Optical::StrongBuy | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-09-02 | | FindBin::Bin | 47/48 | 1/48 subtests failed; 1/14 test programs failed | 2026-08-25 | | FindBin::libs | 47/48 | 1/48 subtests failed; 1/14 test programs failed | 2026-08-25 | | Finnigan | 95/97 | 2/97 subtests failed; 2/4 test programs failed | 2026-08-28 | @@ -11601,7 +11635,7 @@ | Future::IO::Impl::Ppoll | | 10/11 test programs failed; 0/1 subtests failed | 2026-08-27 | | Future::IO::Resolver | | 6/7 test programs failed; 0/3 subtests failed | 2026-09-02 | | Future::Selector | | 6/7 test programs failed; 0/1 subtests failed | 2026-08-26 | -| Future::Workflow | | 6/7 test programs failed; 0/2 subtests failed | 2026-08-19 | +| Future::Workflow | | 6/7 test programs failed; 0/2 subtests failed | 2026-09-02 | | GBPVR::CDBI::RT | 22/42 | 20/42 subtests failed; 2/4 test programs failed | 2026-08-17 | | GCC::Builtins | | 1 subtests failed in test files | 2026-09-02 | | GCCJIT | 0/2 | 2/2 subtests failed; 5/5 test programs failed | 2026-08-17 | @@ -11649,6 +11683,7 @@ | GRNOC::Config | 30/31 | 1/31 subtests failed; 1/7 test programs failed | 2026-08-26 | | GRNOC::WebService::Client | 3/5 | 2/5 subtests failed; 12/13 test programs failed | 2026-08-21 | | GSAPI | 10/11 | 1/11 subtests failed; 9/10 test programs failed | 2026-09-01 | +| GSM::Gnokii | 2/3 | 1/3 subtests failed; 2/3 test programs failed | 2026-09-02 | | GSM::Nbit | | 1/6 test programs failed; 0/13 subtests failed | 2026-08-19 | | GSM::SMS::Config::Default | 94/103 | 9/103 subtests failed; 6/18 test programs failed | 2026-08-20 | | GSSAPI | 4/6 | 2/6 subtests failed; 8/9 test programs failed | 2026-08-21 | @@ -11661,7 +11696,7 @@ | Game::HeroesVsAliens::Alien | | 1 subtests failed in test files | 2026-08-29 | | Game::Snake | | 1 subtests failed in test files | 2026-08-17 | | Game::TextMapper | 42/79 | 37/79 subtests failed; 1/2 test programs failed | 2026-08-19 | -| Game::TextPacMonster | | 1/11 test programs failed; 0/433 subtests failed | 2026-08-18 | +| Game::TextPacMonster | | 1/11 test programs failed; 0/433 subtests failed | 2026-09-02 | | Games::Axmud | | 1 subtests failed in test files | 2026-08-28 | | Games::BubbleBreaker | | 1 subtests failed in test files | 2026-08-28 | | Games::Chipmunk | 2/4 | 2/4 subtests failed; 3/4 test programs failed | 2026-08-19 | @@ -11704,7 +11739,7 @@ | Geo::Calc::XS | 1/6 | 5/6 subtests failed; 5/10 test programs failed | 2026-08-28 | | Geo::Coder::Googlev3 | 42/69 | 27/69 subtests failed; 1/1 test programs failed | 2026-08-28 | | Geo::Coder::OpenCage | | 4/13 test programs failed; 0/25 subtests failed | 2026-08-27 | -| Geo::Coordinates::Converter::iArea | 0/1 | 1/1 subtests failed; 5/5 test programs failed | 2026-08-20 | +| Geo::Coordinates::Converter::iArea | 0/1 | 1/1 subtests failed; 5/5 test programs failed | 2026-09-02 | | Geo::Coordinates::OSGB | | 8/10 test programs failed; 0/79 subtests failed | 2026-08-29 | | Geo::Distance | | 1 subtests failed in test files | 2026-09-02 | | Geo::Index | 195/196 | 1/196 subtests failed; 1/16 test programs failed | 2026-08-27 | @@ -11728,9 +11763,10 @@ | Getopt::Yath | 295/296 | 1/296 subtests failed; 1/10 test programs failed | 2026-08-21 | | Gfsm | 2/3 | 1/3 subtests failed; 8/10 test programs failed | 2026-08-26 | | Gideon | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-20 | +| Gimp::ScriptFu::Client | 1/2 | 1/2 subtests failed; 1/1 test programs failed | 2026-09-02 | | Git::CPAN::Hook | 27/31 | 4/31 subtests failed; 1/4 test programs failed | 2026-08-26 | | Git::Deploy | 5/6 | 1/6 subtests failed; 1/2 test programs failed | 2026-08-28 | -| Git::Hooks::CheckYoutrack | 2/5 | 3/5 subtests failed; 1/1 test programs failed | 2026-08-19 | +| Git::Hooks::CheckYoutrack | 2/5 | 3/5 subtests failed; 1/1 test programs failed | 2026-09-02 | | Git::Open | 1/7 | 6/7 subtests failed; 2/3 test programs failed | 2026-08-28 | | Git::XS | 0/1 | 1/1 subtests failed; 2/2 test programs failed | 2026-08-27 | | GitHub::Extract | 19/20 | 1/20 subtests failed; 1/2 test programs failed | 2026-08-24 | @@ -11773,6 +11809,7 @@ | GraphViz | | 3/3 test programs failed; 0/0 subtests failed | 2026-08-24 | | GraphViz2 | 44/45 | 1/45 subtests failed; 4/35 test programs failed | 2026-09-01 | | GraphViz2::Abstract::Edge | 11/14 | 3/14 subtests failed; 1/5 test programs failed | 2026-09-02 | +| GraphViz2::Marpa::PathUtils | | 2/2 test programs failed; 0/0 subtests failed | 2026-09-02 | | GraphViz::ISA::Multi | | 1/3 test programs failed; 0/9 subtests failed | 2026-09-01 | | Graphics::Color | 13/20 | 7/20 subtests failed; 8/12 test programs failed | 2026-08-19 | | Graphics::ColorObject | 20409/20416 | 7/20416 subtests failed; 7/7 test programs failed | 2026-08-25 | @@ -11801,7 +11838,7 @@ | Gtk2::Ex::GdkBits | | 46/48 test programs failed; 0/30 subtests failed | 2026-08-21 | | Gtk2::Ex::Geo::Graph | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-28 | | Gtk2::Ex::GroupBy | 1/3 | 2/3 subtests failed; 2/3 test programs failed | 2026-08-29 | -| Gtk2::Ex::History | | 5/10 test programs failed; 0/0 subtests failed | 2026-08-20 | +| Gtk2::Ex::History | | 10/10 test programs failed; 0/0 subtests failed | 2026-09-02 | | Gtk2::Ex::ListModelConcat | | 3/3 test programs failed; 0/0 subtests failed | 2026-08-18 | | Gtk2::Ex::MenuView | | 3/3 test programs failed; 0/0 subtests failed | 2026-08-21 | | Gtk2::Ex::NumberRange | 1/3 | 2/3 subtests failed; 4/5 test programs failed | 2026-08-21 | @@ -11995,7 +12032,7 @@ | HTTP::Engine::Compat | 0/1 | 1/1 subtests failed; 11/11 test programs failed | 2026-08-21 | | HTTP::Engine::Interface::ModPerl::RequestBuilder | 20/23 | 3/23 subtests failed; 41/48 test programs failed | 2026-08-24 | | HTTP::Engine::Plugin::KCatch | | 1/2 test programs failed; 0/1 subtests failed | 2026-08-27 | -| HTTP::Exception | 2/8 | 6/8 subtests failed; 26/33 test programs failed | 2026-08-19 | +| HTTP::Exception | 2/8 | 6/8 subtests failed; 27/33 test programs failed | 2026-09-02 | | HTTP::HeaderParser::XS | 1/2 | 1/2 subtests failed; 1/1 test programs failed | 2026-09-02 | | HTTP::Headers::ActionPack | 433/437 | 4/437 subtests failed; 3/29 test programs failed | 2026-08-19 | | HTTP::Headers::Fast::XS | 187/191 | 4/191 subtests failed; 3/10 test programs failed | 2026-08-20 | @@ -12005,22 +12042,24 @@ | HTTP::MobileAgent | 4101/4102 | 1/4102 subtests failed; 1/15 test programs failed | 2026-09-02 | | HTTP::MobileAgent::Plugin::ID | 1/3 | 2/3 subtests failed; 2/3 test programs failed | 2026-08-23 | | HTTP::MobileAgent::Plugin::Locator | | 2/12 test programs failed; 0/81 subtests failed | 2026-08-26 | -| HTTP::MobileAgent::Plugin::RoamingZone | 0/1 | 1/1 subtests failed; 2/2 test programs failed | 2026-08-20 | +| HTTP::MobileAgent::Plugin::RoamingZone | 0/1 | 1/1 subtests failed; 2/2 test programs failed | 2026-09-02 | | HTTP::MobileAttribute | 2749/2753 | 4/2753 subtests failed; 2/34 test programs failed | 2026-08-23 | | HTTP::OAI | 57/64 | 7/64 subtests failed; 3/13 test programs failed | 2026-08-22 | | HTTP::OAI::Headers | 59/65 | 6/65 subtests failed; 6/12 test programs failed | 2026-08-26 | | HTTP::OAIPMH::Log | 177/178 | 1/178 subtests failed; 1/3 test programs failed | 2026-08-20 | | HTTP::Proxy | 355/356 | 1/356 subtests failed; 11/37 test programs failed | 2026-09-02 | | HTTP::ProxyPAC | | 2/3 test programs failed; 0/1 subtests failed | 2026-09-02 | -| HTTP::ProxySelector::Persistent | 12/19 | 7/19 subtests failed; 4/6 test programs failed | 2026-08-21 | +| HTTP::ProxySelector::Persistent | 12/19 | 7/19 subtests failed; 4/6 test programs failed | 2026-09-02 | | HTTP::PublicKeyPins | | 1/6 test programs failed; 0/7 subtests failed | 2026-08-28 | | HTTP::Range | | 2/4 test programs failed; 0/2 subtests failed | 2026-08-21 | | HTTP::Request | 736/745 | 9/745 subtests failed; 5/23 test programs failed | 2026-08-25 | | HTTP::Request::FromLog | 10/13 | 3/13 subtests failed; 2/6 test programs failed | 2026-08-27 | | HTTP::Request::StreamingUpload | 42/53 | 11/53 subtests failed; 1/4 test programs failed | 2026-08-20 | | HTTP::Request::Webpush | | 3/3 test programs failed; 0/0 subtests failed | 2026-08-29 | +| HTTP::Response::Switch | 4/5 | 1/5 subtests failed; 2/12 test programs failed | 2026-09-02 | | HTTP::Server::Brick | | 1/4 test programs failed; 0/6 subtests failed | 2026-08-21 | | HTTP::Server::Daemon | | 1/2 test programs failed; 0/1 subtests failed | 2026-08-19 | +| HTTP::Server::Encrypt | | 1/2 test programs failed; 0/1 subtests failed | 2026-09-02 | | HTTP::Server::Simple::Er | 1/2 | 1/2 subtests failed; 1/3 test programs failed | 2026-08-27 | | HTTP::Session | | 6 subtests failed in test files | 2026-09-01 | | HTTP::Session2 | 40/42 | 2/42 subtests failed; 3/9 test programs failed | 2026-08-21 | @@ -12066,7 +12105,7 @@ | Huawei::Info::Ipaddr | | 1 subtests failed in test files | 2026-08-27 | | Hubot | 13/16 | 3/16 subtests failed; 6/6 test programs failed | 2026-08-17 | | Hubot::Adapter::Mypeople | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-28 | -| Hydrogen | 617/618 | 1/618 subtests failed; 2/33 test programs failed | 2026-08-17 | +| Hydrogen | 617/618 | 1/618 subtests failed; 2/33 test programs failed | 2026-09-02 | | ICC::Support::akima | 6/83 | 77/83 subtests failed; 43/44 test programs failed | 2026-08-24 | | IMDB::JSON | 1/3 | 2/3 subtests failed; 2/3 test programs failed | 2026-08-26 | | IMDB::Local | | 9 subtests failed in test files | 2026-08-28 | @@ -12128,6 +12167,7 @@ | IO::Stream::Crypt::RC4 | | 1/6 test programs failed; 0/1 subtests failed | 2026-08-23 | | IO::Stream::Proxy::HTTPS | | 2/7 test programs failed; 0/1 subtests failed | 2026-08-23 | | IO::Stream::Proxy::SOCKSv4 | 0/1 | 1/1 subtests failed; 2/6 test programs failed | 2026-08-20 | +| IO::Stream::Proxy::SOCKSv4::v2.0.1 | | 1 subtests failed in test files | 2026-09-02 | | IO::StructuredOutput | | 1/1 test programs failed; 0/16 subtests failed | 2026-08-21 | | IO::Stty | 58/61 | 3/61 subtests failed; 6/11 test programs failed | 2026-08-23 | | IO::Tail | | 1/11 test programs failed; 0/73 subtests failed | 2026-08-26 | @@ -12151,11 +12191,11 @@ | IPC::GimpFu | | 2/7 test programs failed; 0/18 subtests failed | 2026-08-28 | | IPC::MPS | 0/1 | 1/1 subtests failed; 2/3 test programs failed | 2026-09-02 | | IPC::Manager::ServicePeer | 0/2 | 2/2 subtests failed; 1/2 test programs failed | 2026-08-23 | -| IPC::MicroSocket | | 6/7 test programs failed; 0/3 subtests failed | 2026-08-21 | +| IPC::MicroSocket | | 6/7 test programs failed; 0/3 subtests failed | 2026-09-02 | | IPC::Msg | 4/8 | 4/8 subtests failed; 5/6 test programs failed | 2026-08-24 | | IPC::Open3::Callback | 34/36 | 2/36 subtests failed; 2/6 test programs failed | 2026-08-17 | | IPC::Open3::Callback::NullLogger | 31/32 | 1/32 subtests failed; 2/6 test programs failed | 2026-09-02 | -| IPC::Pipeline | | 4/5 test programs failed; 0/5 subtests failed | 2026-08-19 | +| IPC::Pipeline | | 4/5 test programs failed; 0/5 subtests failed | 2026-09-02 | | IPC::Pleather | | 3/5 test programs failed; 0/1 subtests failed | 2026-08-26 | | IPC::PubSub | | 1/2 test programs failed; 0/75 subtests failed | 2026-08-20 | | IPC::Run3 | 44/66 | 22/66 subtests failed; 2/13 test programs failed | 2026-08-23 | @@ -12173,7 +12213,6 @@ | IPC::Simple::Util | | 4/6 test programs failed; 0/1 subtests failed | 2026-08-28 | | IPC::SysV | 4/8 | 4/8 subtests failed; 5/6 test programs failed | 2026-08-21 | | IPTables::IPv4::DBTarpit | | 10/11 test programs failed; 0/0 subtests failed | 2026-08-27 | -| IPTables::Log | 0/3 | 3/3 subtests failed; 3/3 test programs failed | 2026-08-21 | | IPTables::Mangle | 8/9 | 1/9 subtests failed; 1/1 test programs failed | 2026-08-24 | | IPTables::libiptc | 1/2 | 1/2 subtests failed; 9/9 test programs failed | 2026-09-01 | | IRC::Utils | 46/47 | 1/47 subtests failed; 1/2 test programs failed | 2026-08-23 | @@ -12222,7 +12261,7 @@ | Inline::CPP | | 6/10 test programs failed; 0/10 subtests failed | 2026-08-26 | | Inline::Files | 77/79 | 2/79 subtests failed; 1/9 test programs failed | 2026-08-28 | | Inline::Filters | | 3/8 test programs failed; 0/1 subtests failed | 2026-09-01 | -| Integrator::Module::Build | 266/267 | 1/267 subtests failed; 1/14 test programs failed | 2026-08-19 | +| Integrator::Module::Build | 264/267 | 3/267 subtests failed; 3/14 test programs failed | 2026-09-02 | | InterMine::TypeLibrary | | 1 subtests failed in test files | 2026-08-19 | | Interval | | 7/7 test programs failed; 0/0 subtests failed | 2026-08-23 | | Iodef::Pb::Simple::Plugin::Md5 | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-27 | @@ -12267,7 +12306,7 @@ | JSON::T | | 1/1 test programs failed; 0/1 subtests failed | 2026-08-27 | | JSON::Tiny | 160/163 | 3/163 subtests failed; 1/11 test programs failed | 2026-08-26 | | JSON::Typist | 19/20 | 1/20 subtests failed; 1/3 test programs failed | 2026-08-28 | -| JSON::WebToken | 22/23 | 1/23 subtests failed; 1/6 test programs failed | 2026-08-20 | +| JSON::WebToken | 26/27 | 1/27 subtests failed; 1/9 test programs failed | 2026-09-02 | | JSON::WebToken::Crypt | 23/24 | 1/24 subtests failed; 1/9 test programs failed | 2026-08-17 | | JSON::XS::ByteString | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-21 | | JSON::YAJL | | 3/4 test programs failed; 0/3 subtests failed | 2026-09-01 | @@ -12318,7 +12357,7 @@ | Klonk | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-21 | | Kolab::Conf | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-09-02 | | Kolab::Cyrus | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-28 | -| Kolab::DirServ | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-14 | +| Kolab::DirServ | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-09-02 | | Kolab::LDAP::Backend | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-28 | | Kolab::LDAP::Backend::ad | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-09-02 | | Kolab::LDAP::Backend::dirservd | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-28 | @@ -12342,7 +12381,7 @@ | LJ::Schedule | 10/20 | 10/20 subtests failed; 4/6 test programs failed | 2026-08-27 | | LMDB_File | 0/2 | 2/2 subtests failed; 5/5 test programs failed | 2026-08-24 | | LSF::Hosts | 1/2 | 1/2 subtests failed; 1/1 test programs failed | 2026-08-29 | -| LWP::Authen::Negotiate | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-19 | +| LWP::Authen::Negotiate | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-09-02 | | LWP::ConnCache::MaxKeepAliveRequests | 1/7 | 6/7 subtests failed; 1/2 test programs failed | 2026-08-24 | | LWP::Curl | 4/11 | 7/11 subtests failed; 6/8 test programs failed | 2026-08-20 | | LWP::Protocol::AnyEvent::http | 0/1 | 1/1 subtests failed; 9/9 test programs failed | 2026-08-26 | @@ -12444,7 +12483,7 @@ | LinuxRealTime | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-18 | | LiquidCrystal_I2C | | 1 subtests failed in test files | 2026-08-21 | | List::BinarySearch | 28/31 | 3/31 subtests failed; 1/15 test programs failed | 2026-08-20 | -| List::BinarySearch::XS | | 6 subtests failed in test files | 2026-08-20 | +| List::BinarySearch::XS | | 6 subtests failed in test files | 2026-09-02 | | List::Comprehensions | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-29 | | List::Helpers::XS | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-28 | | List::Insertion | | 1/1 test programs failed; 0/1 subtests failed | 2026-08-23 | @@ -12459,13 +12498,13 @@ | Locale::Country::Geo | 4/6 | 2/6 subtests failed; 2/4 test programs failed | 2026-08-28 | | Locale::MO::File | 19/29 | 10/29 subtests failed; 6/15 test programs failed | 2026-08-27 | | Locale::Maketext::Extract | 260/320 | 60/320 subtests failed; 8/17 test programs failed | 2026-08-27 | -| Locale::Maketext::Lexicon | 309/361 | 52/361 subtests failed; 6/17 test programs failed | 2026-08-21 | +| Locale::Maketext::Lexicon | 304/320 | 16/320 subtests failed; 5/17 test programs failed | 2026-09-02 | | Locale::Maketext::Lexicon::DB | | 1/4 test programs failed; 0/0 subtests failed | 2026-09-01 | | Locale::Maketext::Test | 21/22 | 1/22 subtests failed; 7/9 test programs failed | 2026-08-29 | | Locale::Simple | 41/47 | 6/47 subtests failed; 3/11 test programs failed | 2026-08-19 | | Locale::TextDomain::OO | 334/339 | 5/339 subtests failed; 22/42 test programs failed | 2026-08-29 | | Locale::Unicode::Data | 725/741 | 16/741 subtests failed; 2/11 test programs failed | 2026-08-27 | -| Locale::Wolowitz | | 3/7 test programs failed; 0/8 subtests failed | 2026-08-20 | +| Locale::Wolowitz | | 3/7 test programs failed; 0/8 subtests failed | 2026-09-02 | | Locale::gettext | | 5/5 test programs failed; 0/0 subtests failed | 2026-08-20 | | LockFile::Lock | 10/12 | 2/12 subtests failed; 2/3 test programs failed | 2026-08-27 | | LockFile::NetLock | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-19 | @@ -12492,7 +12531,7 @@ | Log::Minimal::Indent | 0/1 | 1/1 subtests failed; 3/3 test programs failed | 2026-09-02 | | Log::MixedColor | 19/21 | 2/21 subtests failed; 1/1 test programs failed | 2026-08-17 | | Log::ProgramInfo | 1/2 | 1/2 subtests failed; 1/1 test programs failed | 2026-08-11 | -| Log::Report | 282/286 | 4/286 subtests failed; 1/17 test programs failed | 2026-08-20 | +| Log::Report | 282/286 | 4/286 subtests failed; 1/17 test programs failed | 2026-09-02 | | Log::Scrubber | 63/67 | 4/67 subtests failed; 2/12 test programs failed | 2026-08-19 | | Log::Syslog::DangaSocket | | 1/2 test programs failed; 0/13 subtests failed | 2026-08-26 | | Log::Syslog::Fast | 319/329 | 10/329 subtests failed; 13/18 test programs failed | 2026-08-20 | @@ -12570,7 +12609,7 @@ | Mac::Choose | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-27 | | Mac::EyeTV | 6/8 | 2/8 subtests failed; 1/2 test programs failed | 2026-09-01 | | Mac::FSEvents | 2/3 | 1/3 subtests failed; 6/7 test programs failed | 2026-08-24 | -| Mac::MotionSensor | 0/2 | 2/2 subtests failed; 2/2 test programs failed | 2026-08-17 | +| Mac::MotionSensor | 0/2 | 2/2 subtests failed; 2/2 test programs failed | 2026-09-02 | | Mac::Pasteboard | | 1 subtests failed in test files | 2026-08-28 | | Mac::PropertyList | 280/281 | 1/281 subtests failed; 3/25 test programs failed | 2026-08-14 | | Mac::PropertyList::SAX | 297/300 | 3/300 subtests failed; 4/25 test programs failed | 2026-08-17 | @@ -12628,7 +12667,7 @@ | Math::Cephes | 23/24 | 1/24 subtests failed; 17/20 test programs failed | 2026-08-24 | | Math::Complex_C | 2/3 | 1/3 subtests failed; 15/16 test programs failed | 2026-09-02 | | Math::Currency | 173/185 | 12/185 subtests failed; 1/17 test programs failed | 2026-09-02 | -| Math::Factoring | 3/4 | 1/4 subtests failed; 2/4 test programs failed | 2026-08-17 | +| Math::Factoring | 4/5 | 1/5 subtests failed; 2/4 test programs failed | 2026-09-02 | | Math::FakeBfloat16 | | 8/8 test programs failed; 0/0 subtests failed | 2026-08-17 | | Math::FakeDD | | 23/23 test programs failed; 0/0 subtests failed | 2026-08-28 | | Math::Float128 | 2/4 | 2/4 subtests failed; 23/24 test programs failed | 2026-08-17 | @@ -12669,7 +12708,6 @@ | McBain::WithGearmanXS | | 1 subtests failed in test files | 2026-08-29 | | McBain::WithPSGI | 15/22 | 7/22 subtests failed; 1/3 test programs failed | 2026-08-21 | | Mcrypt | | 7/7 test programs failed; 0/0 subtests failed | 2026-08-25 | -| Mecom | | 3 subtests failed in test files | 2026-08-18 | | MediaWiki::DumpFile | 112/113 | 1/113 subtests failed; 6/9 test programs failed | 2026-08-21 | | Mediafire::Api | 1/2 | 1/2 subtests failed; 1/1 test programs failed | 2026-08-27 | | Medusa::XS | | 1 subtests failed in test files | 2026-08-27 | @@ -12683,7 +12721,6 @@ | MetaCPAN::Client::Rating | 196/197 | 1/197 subtests failed; 2/25 test programs failed | 2026-08-26 | | MetaCPAN::Moose | | 1/6 test programs failed; 0/0 subtests failed | 2026-08-24 | | MetaStore | | 1/4 test programs failed; 0/36 subtests failed | 2026-08-17 | -| Metabase | 26/27 | 1/27 subtests failed; 1/6 test programs failed | 2026-08-23 | | Metabrik | 14/16 | 2/16 subtests failed; 2/3 test programs failed | 2026-08-29 | | Metabrik::Email::Imap | 135/230 | 95/230 subtests failed; 35/39 test programs failed | 2026-08-27 | | Metadata::DB::Indexer | | 1/1 test programs failed; 0/1 subtests failed | 2026-08-28 | @@ -12745,7 +12782,7 @@ | MogileFS::Plugin::FileRefs | 0/1 | 1/1 subtests failed; 2/2 test programs failed | 2026-08-26 | | MogileFS::Plugin::MultiHook | 1/3 | 2/3 subtests failed; 4/4 test programs failed | 2026-08-24 | | MogileFS::Plugin::RandomWrites | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-27 | -| MogileFS::Server | | 21/23 test programs failed; 0/12 subtests failed | 2026-08-27 | +| MogileFS::Server | | 21/23 test programs failed; 0/12 subtests failed | 2026-09-02 | | MogileFS::Sys | | 14/16 test programs failed; 0/12 subtests failed | 2026-08-20 | | Mojo::Base::Role::PromiseClass | | 1/4 test programs failed; 0/13 subtests failed | 2026-08-18 | | Mojo::CSV | | 1/2 test programs failed; 0/1 subtests failed | 2026-08-28 | @@ -12794,7 +12831,7 @@ | Mojolicious::Command::bulkget | | 1/2 test programs failed; 0/4 subtests failed | 2026-08-27 | | Mojolicious::Command::jobcontrol | | 1/3 test programs failed; 0/0 subtests failed | 2026-09-02 | | Mojolicious::Controller::REST | | 2/2 test programs failed; 0/1 subtests failed | 2026-08-28 | -| Mojolicious::Plugin::Angular::MaterialDesign | | 1/2 test programs failed; 0/1 subtests failed | 2026-08-19 | +| Mojolicious::Plugin::Angular::MaterialDesign | | 1/2 test programs failed; 0/1 subtests failed | 2026-09-02 | | Mojolicious::Plugin::AssetPack | 237/238 | 1/238 subtests failed; 2/39 test programs failed | 2026-08-26 | | Mojolicious::Plugin::BasicAuthPlus | 78/86 | 8/86 subtests failed; 1/6 test programs failed | 2026-08-21 | | Mojolicious::Plugin::BootstrapHelpers | | 14/16 test programs failed; 0/45 subtests failed | 2026-09-02 | @@ -12837,7 +12874,7 @@ | Mojolicious::Static::Role::Compressed | | 64 subtests failed in test files | 2026-08-28 | | Mom | | 5/5 test programs failed; 0/0 subtests failed | 2026-09-01 | | MonetDB::CLI | 4/32 | 28/32 subtests failed; 2/3 test programs failed | 2026-08-23 | -| MonetDB::CLI::MapiPP | 4/32 | 28/32 subtests failed; 2/3 test programs failed | 2026-08-20 | +| MonetDB::CLI::MapiPP | 4/32 | 28/32 subtests failed; 2/3 test programs failed | 2026-09-02 | | MonetDB::CLI::MapiXS | 0/2 | 2/2 subtests failed; 4/4 test programs failed | 2026-08-22 | | Monit::HTTP | 1/3 | 2/3 subtests failed; 6/20 test programs failed | 2026-08-17 | | Monitoring::Icinga2::Client::Simple | 84/88 | 4/88 subtests failed; 1/4 test programs failed | 2026-08-28 | @@ -12847,6 +12884,7 @@ | Moo::Role | 839/841 | 2/841 subtests failed; 2/71 test programs failed | 2026-08-23 | | MooX::Async | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-23 | | MooX::Const | 57/65 | 8/65 subtests failed; 4/9 test programs failed | 2026-08-19 | +| MooX::Const::v0.7.2 | 57/65 | 8/65 subtests failed; 4/9 test programs failed | 2026-09-02 | | MooX::HandlesVia | 232/292 | 60/292 subtests failed; 2/18 test programs failed | 2026-08-24 | | MooX::InsideOut | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-18 | | MooX::Keyword | | 1 subtests failed in test files | 2026-08-21 | @@ -12906,12 +12944,12 @@ | MooseX::Lexical::Types | | 2/2 test programs failed; 0/0 subtests failed | 2026-08-26 | | MooseX::LocalAttribute | | 1/10 test programs failed; 0/16 subtests failed | 2026-08-28 | | MooseX::LogDispatch::Compat::FileBased | | 1/5 test programs failed; 0/22 subtests failed | 2026-09-02 | -| MooseX::Meta::Attribute::Index | | 1/5 test programs failed; 0/14 subtests failed | 2026-08-20 | +| MooseX::Meta::Attribute::Index | | 1/5 test programs failed; 0/14 subtests failed | 2026-09-02 | | MooseX::Meta::Attribute::Lvalue | | 4/4 test programs failed; 0/0 subtests failed | 2026-08-25 | | MooseX::Method | 99/109 | 10/109 subtests failed; 10/17 test programs failed | 2026-08-25 | | MooseX::Method::Signatures | | 1 subtests failed in test files | 2026-08-23 | | MooseX::NewDefaults | | 4/16 test programs failed; 0/49 subtests failed | 2026-08-20 | -| MooseX::Params | 21/25 | 4/25 subtests failed; 14/18 test programs failed | 2026-08-20 | +| MooseX::Params | 21/25 | 4/25 subtests failed; 14/18 test programs failed | 2026-09-02 | | MooseX::Role::HTML::Grabber | | 1/2 test programs failed; 0/1 subtests failed | 2026-08-29 | | MooseX::Role::UpdateAttributes | | 1/3 test programs failed; 0/4 subtests failed | 2026-08-27 | | MooseX::Singleton::Meta::Class | | 2/5 test programs failed; 0/28 subtests failed | 2026-08-26 | @@ -13013,7 +13051,7 @@ | Net::Compare | | 1 subtests failed in test files | 2026-08-14 | | Net::Curl | 1/2 | 1/2 subtests failed; 47/68 test programs failed | 2026-08-23 | | Net::Curl::Promiser | | 9/9 test programs failed; 0/0 subtests failed | 2026-09-01 | -| Net::DBus | 54/110 | 56/110 subtests failed; 18/21 test programs failed | 2026-08-21 | +| Net::DBus | 54/110 | 56/110 subtests failed; 18/21 test programs failed | 2026-09-02 | | Net::DNS | | 40/106 test programs failed; 0/1415 subtests failed | 2026-08-17 | | Net::DNS::Dynamic::Adfilter | 4/5 | 1/5 subtests failed; 1/1 test programs failed | 2026-08-17 | | Net::DNS::Lite | 14/17 | 3/17 subtests failed; 2/6 test programs failed | 2026-09-01 | @@ -13264,7 +13302,7 @@ | PDF::Tiny | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-23 | | PDF::WebKit | | 3/3 test programs failed; 0/0 subtests failed | 2026-08-19 | | PDF::pdf2json | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-09-01 | -| PDFLib::PPS | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-21 | +| PDFLib::PPS | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-09-02 | | PDFio::FFI | | 1 subtests failed in test files | 2026-09-02 | | PDK::Utils | 36/39 | 3/39 subtests failed; 1/6 test programs failed | 2026-08-25 | | PDK::Utils::Email | 31/45 | 14/45 subtests failed; 3/6 test programs failed | 2026-08-20 | @@ -13294,7 +13332,7 @@ | PDLx::DetachedObject | 1/3 | 2/3 subtests failed; 3/4 test programs failed | 2026-08-24 | | PERLANCAR::Parse::Arithmetic | 12/13 | 1/13 subtests failed; 2/7 test programs failed | 2026-09-01 | | PERL_FRAGMENTS | 1/2 | 1/2 subtests failed; 1/1 test programs failed | 2026-08-19 | -| PFIX | 60/63 | 3/63 subtests failed; 1/8 test programs failed | 2026-08-20 | +| PFIX | 60/63 | 3/63 subtests failed; 1/8 test programs failed | 2026-09-02 | | PFT | 45/47 | 2/47 subtests failed; 8/13 test programs failed | 2026-08-22 | | PGObject::Type::ByteString | | 1 subtests failed in test files | 2026-08-27 | | PGObject::Util::AsyncPool | | 1 subtests failed in test files | 2026-08-27 | @@ -13307,7 +13345,7 @@ | PICA::Filemap | 242/244 | 2/244 subtests failed; 4/12 test programs failed | 2026-08-29 | | PICA::XMLWriter | 203/206 | 3/206 subtests failed; 3/12 test programs failed | 2026-08-21 | | PITA::POE::SupportServer | 4/12 | 8/12 subtests failed; 8/11 test programs failed | 2026-09-02 | -| PITA::Scheme | 6/12 | 6/12 subtests failed; 5/5 test programs failed | 2026-08-13 | +| PITA::Scheme | 6/12 | 6/12 subtests failed; 5/5 test programs failed | 2026-09-02 | | PLP | 50/54 | 4/54 subtests failed; 2/7 test programs failed | 2026-08-29 | | PMLTQ::Command::printtrees | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-26 | | PMLTQ::Commands | 1/17 | 16/17 subtests failed; 1/1 test programs failed | 2026-09-02 | @@ -13369,7 +13407,7 @@ | POE::Filter::JSON::Incr | 16/17 | 1/17 subtests failed; 1/1 test programs failed | 2026-08-19 | | POE::Filter::LOLCAT | 26/28 | 2/28 subtests failed; 1/4 test programs failed | 2026-08-23 | | POE::Filter::LZO | 0/2 | 2/2 subtests failed; 2/4 test programs failed | 2026-08-26 | -| POE::Filter::Log::IPTables | 141/142 | 1/142 subtests failed; 1/2 test programs failed | 2026-08-21 | +| POE::Filter::Log::IPTables | 141/142 | 1/142 subtests failed; 1/2 test programs failed | 2026-09-02 | | POE::Filter::MessagePack | 0/1 | 1/1 subtests failed; 2/2 test programs failed | 2026-08-28 | | POE::Filter::SimpleHTTP | 39/40 | 1/40 subtests failed; 1/3 test programs failed | 2026-08-23 | | POE::Framework::MIDI | 141/144 | 3/144 subtests failed; 3/17 test programs failed | 2026-08-29 | @@ -13409,8 +13447,9 @@ | PYX | | 1/17 test programs failed; 0/94 subtests failed | 2026-08-24 | | PYX::XMLSchema::List | | 1/8 test programs failed; 0/24 subtests failed | 2026-08-24 | | Package::Base | | 1/4 test programs failed; 0/53 subtests failed | 2026-08-28 | -| Package::New | | 1/4 test programs failed; 0/36 subtests failed | 2026-08-20 | +| Package::New | | 1/4 test programs failed; 0/36 subtests failed | 2026-09-02 | | PaletteModify | 11/12 | 1/12 subtests failed; 23/25 test programs failed | 2026-08-27 | +| Palm::Keyring | 203/204 | 1/204 subtests failed; 1/5 test programs failed | 2026-09-02 | | Paludis::ResumeState::Serialization | 1/4 | 3/4 subtests failed; 8/9 test programs failed | 2026-08-28 | | Pangloss::Apache::Handler | 375/377 | 2/377 subtests failed; 20/38 test programs failed | 2026-08-17 | | Pango | | 3/3 test programs failed; 0/0 subtests failed | 2026-08-24 | @@ -13435,7 +13474,6 @@ | Paranoid | 974/1034 | 60/1034 subtests failed; 5/34 test programs failed | 2026-08-19 | | Paranoid::Lockfile | 545/549 | 4/549 subtests failed; 2/27 test programs failed | 2026-08-27 | | Parqus | 2/3 | 1/3 subtests failed; 1/1 test programs failed | 2026-09-01 | -| Parse::CPAN::Packages::Fast | | 1/3 test programs failed; 0/18 subtests failed | 2026-08-21 | | Parse::CSV | 100/101 | 1/101 subtests failed; 1/6 test programs failed | 2026-08-26 | | Parse::Dexcom::Tab | 3/5 | 2/5 subtests failed; 1/1 test programs failed | 2026-08-17 | | Parse::FixedLength | 103/110 | 7/110 subtests failed; 5/18 test programs failed | 2026-08-28 | @@ -13460,7 +13498,7 @@ | PeopleSoft | 2/3 | 1/3 subtests failed; 1/1 test programs failed | 2026-08-26 | | Perinci::Result::Format::Lite | 15/16 | 1/16 subtests failed; 1/5 test programs failed | 2026-08-25 | | Perl5::CoreSmokeDB::Schema | 0/2 | 2/2 subtests failed; 6/6 test programs failed | 2026-08-17 | -| Perl6::Attributes | 1/8 | 7/8 subtests failed; 1/1 test programs failed | 2026-08-20 | +| Perl6::Attributes | 1/8 | 7/8 subtests failed; 1/1 test programs failed | 2026-09-02 | | Perl6::Binding | | 4/4 test programs failed; 0/0 subtests failed | 2026-08-21 | | Perl6::Controls | 1/3 | 2/3 subtests failed; 10/11 test programs failed | 2026-08-29 | | Perl6::GatherTake | 2/8 | 6/8 subtests failed; 6/7 test programs failed | 2026-08-22 | @@ -13479,7 +13517,7 @@ | Perl::ToPerl6 | 1942/1943 | 1/1943 subtests failed; 2/32 test programs failed | 2026-08-29 | | Perl::Unsafe::Signals | 1/2 | 1/2 subtests failed; 2/3 test programs failed | 2026-08-21 | | Perl::Visualize | 2/4 | 2/4 subtests failed; 1/1 test programs failed | 2026-08-29 | -| PerlBean | | 1/13 test programs failed; 0/13 subtests failed | 2026-08-18 | +| PerlBean | | 1/13 test programs failed; 0/13 subtests failed | 2026-09-02 | | PerlGSL::DiffEq | 0/4 | 4/4 subtests failed; 6/6 test programs failed | 2026-08-27 | | PerlGSL::Integration::MultiDim | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-27 | | PerlGSL::RootFinding::SingleDim | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-23 | @@ -13522,7 +13560,7 @@ | PerlX::Maybe::XS | 0/1 | 1/1 subtests failed; 3/3 test programs failed | 2026-08-29 | | PerlX::Perform | | 2/3 test programs failed; 0/1 subtests failed | 2026-08-21 | | PerlX::Perform::Manifesto | | 2/3 test programs failed; 0/1 subtests failed | 2026-09-02 | -| PerlX::QuoteOperator | 4/6 | 2/6 subtests failed; 6/9 test programs failed | 2026-08-18 | +| PerlX::QuoteOperator | | 18 subtests failed in test files | 2026-09-02 | | PerlX::QuoteOperator::Inescapable | | 3/3 test programs failed; 0/0 subtests failed | 2026-08-23 | | Perlbal | 11/12 | 1/12 subtests failed; 23/25 test programs failed | 2026-08-23 | | Perlbal::Plugin::Addheader | 2/3 | 1/3 subtests failed; 1/3 test programs failed | 2026-09-02 | @@ -13559,13 +13597,12 @@ | Plack::Middleware::Delay | | 2/4 test programs failed; 0/5 subtests failed | 2026-09-01 | | Plack::Middleware::DevFavicon | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-27 | | Plack::Middleware::FormatOutput | | 1 subtests failed in test files | 2026-08-29 | -| Plack::Middleware::GitStatus | 0/1 | 1/1 subtests failed; 3/3 test programs failed | 2026-08-19 | | Plack::Middleware::Image::Dummy | 2/3 | 1/3 subtests failed; 6/8 test programs failed | 2026-08-13 | | Plack::Middleware::Image::Scale | 0/2 | 2/2 subtests failed; 8/18 test programs failed | 2026-08-27 | | Plack::Middleware::LogHarakiri | 2/8 | 6/8 subtests failed; 2/2 test programs failed | 2026-08-18 | | Plack::Middleware::MCCS | 66/67 | 1/67 subtests failed; 1/3 test programs failed | 2026-08-23 | | Plack::Middleware::OpenTelemetry | | 3/3 test programs failed; 0/0 subtests failed | 2026-08-28 | -| Plack::Middleware::Pjax | | 1/3 test programs failed; 0/0 subtests failed | 2026-08-18 | +| Plack::Middleware::Pjax | | 1/3 test programs failed; 0/0 subtests failed | 2026-09-02 | | Plack::Middleware::Pod | 2/3 | 1/3 subtests failed; 1/2 test programs failed | 2026-09-01 | | Plack::Middleware::Profiler::KYTProf::Profile::DefaultProfile | 3/5 | 2/5 subtests failed; 2/4 test programs failed | 2026-09-01 | | Plack::Middleware::Static::Minifier | 0/1 | 1/1 subtests failed; 2/2 test programs failed | 2026-08-28 | @@ -13582,7 +13619,7 @@ | Pod::Coverage::MethodSignatures | 2/5 | 3/5 subtests failed; 3/5 test programs failed | 2026-08-13 | | Pod::Coverage::mop | 0/1 | 1/1 subtests failed; 5/5 test programs failed | 2026-09-02 | | Pod::Extract::URI | 86/92 | 6/92 subtests failed; 2/13 test programs failed | 2026-08-16 | -| Pod::Markdown | | 1/18 test programs failed; 0/347 subtests failed | 2026-08-21 | +| Pod::Markdown | | 1/18 test programs failed; 0/347 subtests failed | 2026-09-02 | | Pod::MultiLang | 20/22 | 2/22 subtests failed; 9/10 test programs failed | 2026-09-02 | | Pod::POM | 32/101 | 69/101 subtests failed; 17/18 test programs failed | 2026-08-29 | | Pod::POM::View::DocBook | 10/17 | 7/17 subtests failed; 1/7 test programs failed | 2026-08-29 | @@ -13631,6 +13668,7 @@ | Promises | 64/67 | 3/67 subtests failed; 3/36 test programs failed | 2026-08-23 | | Protocol::ACME | 38/66 | 28/66 subtests failed; 3/5 test programs failed | 2026-09-02 | | Pugs::AST::Expression | 133/165 | 32/165 subtests failed; 20/28 test programs failed | 2026-08-19 | +| Pugs::Compiler::Rule | 131/165 | 34/165 subtests failed; 20/28 test programs failed | 2026-09-02 | | Pulp | | 1 subtests failed in test files | 2026-08-18 | | PulseAudio | | 9 subtests failed in test files | 2026-08-29 | | Puncheur | 14/15 | 1/15 subtests failed; 1/5 test programs failed | 2026-08-23 | @@ -13661,7 +13699,7 @@ | RDF::RDFa::Generator | 9/14 | 5/14 subtests failed; 3/4 test programs failed | 2026-08-21 | | RDF::RDFa::Parser::Profile | 42/74 | 32/74 subtests failed; 6/9 test programs failed | 2026-08-20 | | RDF::Redland::DIG | 2/5 | 3/5 subtests failed; 3/3 test programs failed | 2026-08-22 | -| RDF::Server | 18/29 | 11/29 subtests failed; 3/5 test programs failed | 2026-08-19 | +| RDF::Server | 18/31 | 13/31 subtests failed; 11/24 test programs failed | 2026-09-02 | | RDF::Trine::Node::Literal::XML | 76/87 | 11/87 subtests failed; 3/3 test programs failed | 2026-08-23 | | RDF::Trine::Serializer::RDFa | 5/6 | 1/6 subtests failed; 1/2 test programs failed | 2026-08-23 | | RDF::TrineX::Functions | | 1/3 test programs failed; 0/19 subtests failed | 2026-08-21 | @@ -13689,7 +13727,7 @@ | RPC::Switch::Client::Tiny | | 1/6 test programs failed; 0/55 subtests failed | 2026-08-22 | | RPC::XML | 909/917 | 8/917 subtests failed; 4/25 test programs failed | 2026-08-20 | | RPC::XML::Parser::LibXML | 30/31 | 1/31 subtests failed; 1/2 test programs failed | 2026-08-23 | -| RPM2::LocalInstalled | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-20 | +| RPM2::LocalInstalled | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-09-02 | | RPM::Spec | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-20 | | RPi::ADC::ADS | 8/10 | 2/10 subtests failed; 19/22 test programs failed | 2026-09-01 | | RPi::ADC::MCP3008 | | 1 subtests failed in test files | 2026-08-18 | @@ -13701,8 +13739,8 @@ | RPi::HCSR04 | | 1 subtests failed in test files | 2026-08-26 | | RPi::LCD | | 1 subtests failed in test files | 2026-08-28 | | RPi::OLED::SSD1306::128_64 | | 1 subtests failed in test files | 2026-08-26 | -| RPi::Pin | 0/2 | 2/2 subtests failed; 5/8 test programs failed | 2026-08-21 | -| RPi::Serial | | 1 subtests failed in test files | 2026-08-19 | +| RPi::Pin | 0/2 | 2/2 subtests failed; 5/8 test programs failed | 2026-09-02 | +| RPi::Serial | | 1 subtests failed in test files | 2026-09-02 | | RPi::UnicornHatHD | | 1 subtests failed in test files | 2026-09-02 | | RRD::Daemon | 0/6 | 6/6 subtests failed; 3/3 test programs failed | 2026-08-20 | | RRD::Simple | 2/3 | 1/3 subtests failed; 1/20 test programs failed | 2026-08-20 | @@ -13716,10 +13754,11 @@ | RT::Action::ReassignOwner | 2/5 | 3/5 subtests failed; 2/3 test programs failed | 2026-09-02 | | RT::Action::SLA | | 7/7 test programs failed; 0/0 subtests failed | 2026-08-19 | | RT::Action::TicketAgingActivate | | 8/8 test programs failed; 0/0 subtests failed | 2026-08-27 | -| RT::Condition::NotStartedInBusinessHours | 5/6 | 1/6 subtests failed; 1/4 test programs failed | 2026-08-21 | +| RT::Condition::NotStartedInBusinessHours | 5/6 | 1/6 subtests failed; 1/4 test programs failed | 2026-09-02 | | RT::Config | 7/8 | 1/8 subtests failed; 1/4 test programs failed | 2026-09-02 | -| RT::Extension::FollowUp | 4/5 | 1/5 subtests failed; 2/4 test programs failed | 2026-08-17 | +| RT::Extension::FollowUp | | 1/4 test programs failed; 0/5 subtests failed | 2026-09-02 | | RTF::Encode | | 1/1 test programs failed; 0/2 subtests failed | 2026-09-02 | +| RTx::RightsMatrix | 3/6 | 3/6 subtests failed; 5/6 test programs failed | 2026-09-02 | | RadioMobile | 0/7 | 7/7 subtests failed; 7/7 test programs failed | 2026-08-22 | | Range::Merge | | 1/18 test programs failed; 0/12 subtests failed | 2026-08-29 | | RateLimitations | 14/15 | 1/15 subtests failed; 2/4 test programs failed | 2026-08-21 | @@ -13728,6 +13767,7 @@ | Razor2::Client::Agent | 129/130 | 1/130 subtests failed; 2/8 test programs failed | 2026-08-27 | | Razor2::Client::Core | | 2/2 test programs failed; 0/5 subtests failed | 2026-08-24 | | Rc | | 1/1 test programs failed; 0/0 subtests failed | 2026-09-01 | +| Reaction | | 1 subtests failed in test files | 2026-09-02 | | Readonly::Enum | 0/2 | 2/2 subtests failed; 2/5 test programs failed | 2026-08-23 | | Readonly::Tiny | 94/102 | 8/102 subtests failed; 1/4 test programs failed | 2026-08-22 | | Readonly::Values::Boolean | | 1 subtests failed in test files | 2026-08-23 | @@ -13776,7 +13816,7 @@ | Rose::HTML::Objects | 2221/2234 | 13/2234 subtests failed; 2/51 test programs failed | 2026-09-01 | | Rubberband | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-27 | | Ruby::Collections | 2/3 | 1/3 subtests failed; 3/3 test programs failed | 2026-08-17 | -| Run | | 3/4 test programs failed; 0/39 subtests failed | 2026-08-20 | +| Run | | 3/4 test programs failed; 0/39 subtests failed | 2026-09-02 | | Runops::Recorder | 8/22 | 14/22 subtests failed; 7/7 test programs failed | 2026-09-02 | | Ryu | 38/42 | 4/42 subtests failed; 40/43 test programs failed | 2026-08-29 | | SADI::Simple | | 2/2 test programs failed; 0/0 subtests failed | 2026-08-29 | @@ -13805,7 +13845,7 @@ | SNA::Network | 39/42 | 3/42 subtests failed; 15/17 test programs failed | 2026-08-25 | | SNA::Network::Algorithm::Betweenness | 37/40 | 3/40 subtests failed; 15/17 test programs failed | 2026-09-02 | | SNMP::Agent | | 1 subtests failed in test files | 2026-08-26 | -| SNMP::Effective | 7/15 | 8/15 subtests failed; 7/7 test programs failed | 2026-08-20 | +| SNMP::Effective | 7/15 | 8/15 subtests failed; 7/7 test programs failed | 2026-09-02 | | SNMP::LogParser | | 1/6 test programs failed; 0/24 subtests failed | 2026-08-26 | | SNMP::Util | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-23 | | SOAP::Apache | 182/197 | 15/197 subtests failed; 42/55 test programs failed | 2026-08-20 | @@ -13891,7 +13931,7 @@ | SQLite::DB | 47/74 | 27/74 subtests failed; 4/9 test programs failed | 2026-08-19 | | SQLite::More | 7/8 | 1/8 subtests failed; 1/1 test programs failed | 2026-08-22 | | SQLite_File | 82/85 | 3/85 subtests failed; 3/6 test programs failed | 2026-08-23 | -| SSH::Batch | 192/201 | 9/201 subtests failed; 1/6 test programs failed | 2026-08-20 | +| SSH::Batch | | 3/6 test programs failed; 0/6 subtests failed | 2026-09-02 | | SSLDaemon::ClientConn | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-18 | | SUPER | 50/51 | 1/51 subtests failed; 1/8 test programs failed | 2026-09-01 | | SVG::Barcode | 5/8 | 3/8 subtests failed; 2/2 test programs failed | 2026-08-21 | @@ -13966,7 +14006,7 @@ | Ser::BinRPC | 20/22 | 2/22 subtests failed; 1/1 test programs failed | 2026-09-02 | | Sereal | 9056/9821 | 765/9821 subtests failed; 87/104 test programs failed | 2026-08-21 | | Sereal::Decoder | 357/548 | 191/548 subtests failed; 14/98 test programs failed | 2026-08-28 | -| Sereal::Splitter | | 3/3 test programs failed; 0/0 subtests failed | 2026-08-19 | +| Sereal::Splitter | | 3/3 test programs failed; 0/0 subtests failed | 2026-09-02 | | Serge | 100/112 | 12/112 subtests failed; 2/2 test programs failed | 2026-08-28 | | Server::Starter | | 12/16 test programs failed; 0/4 subtests failed | 2026-08-27 | | Servlet | | 4/10 test programs failed; 0/156 subtests failed | 2026-08-26 | @@ -13985,7 +14025,6 @@ | Shatterproof | | 8/9 test programs failed; 0/23 subtests failed | 2026-08-23 | | Shell::EnvImporter | 1/4 | 3/4 subtests failed; 1/1 test programs failed | 2026-09-02 | | Shell::Perl | 30/32 | 2/32 subtests failed; 1/8 test programs failed | 2026-08-20 | -| ShiftJIS::Regexp | 663/664 | 1/664 subtests failed; 3/6 test programs failed | 2026-08-18 | | ShiftJIS::X0213::MapUTF | | 24/24 test programs failed; 0/0 subtests failed | 2026-08-27 | | ShipIt | 35/36 | 1/36 subtests failed; 1/4 test programs failed | 2026-08-23 | | ShipIt::Step::Manifest | 1/2 | 1/2 subtests failed; 1/3 test programs failed | 2026-09-02 | @@ -14009,7 +14048,7 @@ | Slob | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-26 | | Slovo | | 12/21 test programs failed; 0/17 subtests failed | 2026-08-21 | | Smart::Args | | 4 subtests failed in test files | 2026-09-02 | -| SmokeRunner::Multi | 17/18 | 1/18 subtests failed; 10/16 test programs failed | 2026-08-21 | +| SmokeRunner::Multi | 6/15 | 9/15 subtests failed; 12/16 test programs failed | 2026-09-02 | | Snig | 1/4 | 3/4 subtests failed; 1/1 test programs failed | 2026-08-27 | | Socialtext::Resting | 177/178 | 1/178 subtests failed; 1/3 test programs failed | 2026-08-23 | | Socialtext::Resting::Utils | 118/170 | 52/170 subtests failed; 3/14 test programs failed | 2026-08-20 | @@ -14060,7 +14099,7 @@ | Starlet | | 2/19 test programs failed; 0/2 subtests failed | 2026-08-20 | | Starlight | | 1/15 test programs failed; 0/5 subtests failed | 2026-08-26 | | StateML | 21/28 | 7/28 subtests failed; 1/7 test programs failed | 2026-08-21 | -| Statistics::ANOVA::KW | 14/18 | 4/18 subtests failed; 1/6 test programs failed | 2026-08-17 | +| Statistics::ANOVA::KW | 14/18 | 4/18 subtests failed; 1/6 test programs failed | 2026-09-02 | | Statistics::CaseResampling | | 2/2 test programs failed; 0/0 subtests failed | 2026-08-21 | | Statistics::Covid | | 1 subtests failed in test files | 2026-09-02 | | Statistics::Descriptive::PDL | | 1 subtests failed in test files | 2026-08-28 | @@ -14084,7 +14123,7 @@ | String::Numeric::XS | 663/664 | 1/664 subtests failed; 1/6 test programs failed | 2026-08-28 | | String::Replace | 28/34 | 6/34 subtests failed; 2/2 test programs failed | 2026-08-21 | | String::Rexx | 439/441 | 2/441 subtests failed; 4/49 test programs failed | 2026-08-19 | -| String::Splitter | 14/16 | 2/16 subtests failed; 1/5 test programs failed | 2026-08-19 | +| String::Splitter | 14/16 | 2/16 subtests failed; 1/5 test programs failed | 2026-09-02 | | String::ToIdentifier::EN | 799/803 | 4/803 subtests failed; 1/5 test programs failed | 2026-08-22 | | Struct::Match | | 2/6 test programs failed; 0/5 subtests failed | 2026-08-27 | | Struct::Path::PerlStyle | 80/83 | 3/83 subtests failed; 5/11 test programs failed | 2026-08-18 | @@ -14186,6 +14225,7 @@ | Template::Compiled | | 2/2 test programs failed; 0/1 subtests failed | 2026-08-18 | | Template::Flute::HTML::Table | 164/170 | 6/170 subtests failed; 1/36 test programs failed | 2026-09-02 | | Template::HTML | 19/25 | 6/25 subtests failed; 1/4 test programs failed | 2026-08-18 | +| Template::Like | 118/119 | 1/119 subtests failed; 1/13 test programs failed | 2026-09-02 | | Template::Magic | 48/53 | 5/53 subtests failed; 1/33 test programs failed | 2026-08-20 | | Template::Overlay | | 2/5 test programs failed; 0/0 subtests failed | 2026-08-27 | | Template::Parser::RemoteInclude | 1/2 | 1/2 subtests failed; 1/1 test programs failed | 2026-08-28 | @@ -14256,7 +14296,7 @@ | Test::Database | 186/189 | 3/189 subtests failed; 2/17 test programs failed | 2026-08-25 | | Test::DatabaseRow | 319/320 | 1/320 subtests failed; 1/13 test programs failed | 2026-08-26 | | Test::Declare | 18/23 | 5/23 subtests failed; 1/6 test programs failed | 2026-08-23 | -| Test::Differences | 49/50 | 1/50 subtests failed; 1/17 test programs failed | 2026-08-19 | +| Test::Differences | 49/50 | 1/50 subtests failed; 1/17 test programs failed | 2026-09-02 | | Test::Directory | 67/68 | 1/68 subtests failed; 1/9 test programs failed | 2026-08-24 | | Test::DistManifest | | 8 subtests failed in test files | 2026-08-25 | | Test::EasyMock | 18/20 | 2/20 subtests failed; 6/9 test programs failed | 2026-09-02 | @@ -14288,7 +14328,6 @@ | Test::Mock::Cmd | 93/101 | 8/101 subtests failed; 2/8 test programs failed | 2026-09-01 | | Test::Mock::ExternalCommand | 13/18 | 5/18 subtests failed; 3/6 test programs failed | 2026-08-24 | | Test::Mock::HTTP::Tiny | 5/8 | 3/8 subtests failed; 1/3 test programs failed | 2026-08-25 | -| Test::Mock::Redis | | 3 subtests failed in test files | 2026-08-16 | | Test::Mock::Signature | 0/3 | 3/3 subtests failed; 4/4 test programs failed | 2026-08-29 | | Test::Mock::Time | | 15 subtests failed in test files | 2026-08-18 | | Test::MockCommand | 215/224 | 9/224 subtests failed; 2/23 test programs failed | 2026-08-29 | @@ -14297,7 +14336,7 @@ | Test::Mockify::CompatibilityTools | | | 2026-08-29 | | Test::ModuleReady | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-28 | | Test::Mojo::More | | 1/5 test programs failed; 0/7 subtests failed | 2026-09-01 | -| Test::Mojo::Trim | | 1/3 test programs failed; 0/7 subtests failed | 2026-08-15 | +| Test::Mojo::Trim | | 1/3 test programs failed; 0/7 subtests failed | 2026-09-02 | | Test::More::YAMLScript | | 3/4 test programs failed; 0/0 subtests failed | 2026-09-01 | | Test::MultiProcess | | 1/1 test programs failed; 0/1 subtests failed | 2026-08-27 | | Test::Net::LDAP | | 13/15 test programs failed; 0/29 subtests failed | 2026-08-26 | @@ -14329,7 +14368,6 @@ | Test::Spellunker | 2/4 | 2/4 subtests failed; 9/9 test programs failed | 2026-08-20 | | Test::Synopsis | 15/19 | 4/19 subtests failed; 4/15 test programs failed | 2026-08-28 | | Test::Taint | 1/2 | 1/2 subtests failed; 8/9 test programs failed | 2026-09-02 | -| Test::Tarantool | | 1 subtests failed in test files | 2026-08-17 | | Test::TempDatabase | 0/5 | 5/5 subtests failed; 5/5 test programs failed | 2026-08-22 | | Test::TempDir | 20/21 | 1/21 subtests failed; 3/6 test programs failed | 2026-08-21 | | Test::Text | 6/7 | 1/7 subtests failed; 3/4 test programs failed | 2026-08-19 | @@ -14349,6 +14387,7 @@ | TestDriver | | 19 subtests failed in test files | 2026-08-21 | | TestLib | | 1 subtests failed in test files | 2026-08-19 | | TestLink::API | 0/1 | 1/1 subtests failed; 2/16 test programs failed | 2026-08-26 | +| TestML | 0/15 | 15/15 subtests failed; 28/29 test programs failed | 2026-09-02 | | TestML1 | 0/15 | 15/15 subtests failed; 28/29 test programs failed | 2026-08-26 | | TestML::Assertion | 0/15 | 15/15 subtests failed; 28/29 test programs failed | 2026-08-18 | | Test_Compiletime_Hints | 19/20 | 1/20 subtests failed; 1/7 test programs failed | 2026-08-23 | @@ -14396,7 +14435,6 @@ | Text::SimpleTemplate | 16/18 | 2/18 subtests failed; 1/10 test programs failed | 2026-08-19 | | Text::Sprintf::Named | 23/27 | 4/27 subtests failed; 1/6 test programs failed | 2026-08-29 | | Text::TEI::Markup | 14/18 | 4/18 subtests failed; 1/4 test programs failed | 2026-08-28 | -| Text::Table::Tiny | 6/33 | 27/33 subtests failed; 9/11 test programs failed | 2026-08-21 | | Text::Template | | 2/3 test programs failed; 0/3 subtests failed | 2026-08-24 | | Text::Template::Base | 10/13 | 3/13 subtests failed; 1/1 test programs failed | 2026-09-02 | | Text::TokenStream | | | 2026-08-17 | @@ -14405,16 +14443,16 @@ | Text::Unaccent | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-26 | | Text::Unicode::Equivalents | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-18 | | Text::UpsideDown | 5/6 | 1/6 subtests failed; 1/3 test programs failed | 2026-08-18 | -| Text::Upskirt | 0/2 | 2/2 subtests failed; 1/3 test programs failed | 2026-08-18 | +| Text::Upskirt | 0/2 | 2/2 subtests failed; 1/3 test programs failed | 2026-09-02 | | Text::VisualWidth::PP | | 8/9 test programs failed; 0/5 subtests failed | 2026-08-22 | | Text::VisualWidth::UTF8 | 0/3 | 3/3 subtests failed; 3/3 test programs failed | 2026-08-23 | -| Text::WikiCreole | 7/8 | 1/8 subtests failed; 1/8 test programs failed | 2026-08-18 | | Text::WikiFormat | 137/143 | 6/143 subtests failed; 4/14 test programs failed | 2026-08-24 | | Text::WikiText | 65/76 | 11/76 subtests failed; 3/4 test programs failed | 2026-09-02 | | Text::WordCounter | | 1/3 test programs failed; 0/0 subtests failed | 2026-08-28 | | Text::Wrap::Smart::XS | 0/1 | 1/1 subtests failed; 5/7 test programs failed | 2026-08-13 | | Text::Xslate::Bridge::TT2Like | | 5/5 test programs failed; 0/0 subtests failed | 2026-08-28 | | Text::Xslate::Bridge::TypeDeclaration | | 1 subtests failed in test files | 2026-08-29 | +| Text::YAWikiFormater | 26/27 | 1/27 subtests failed; 1/7 test programs failed | 2026-09-02 | | Text::sprintfn | 29/30 | 1/30 subtests failed; 1/5 test programs failed | 2026-08-25 | | TextDialog | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-22 | | Textractor | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-21 | @@ -14451,7 +14489,7 @@ | Tie::File::Indexed | 73/94 | 21/94 subtests failed; 4/5 test programs failed | 2026-08-27 | | Tie::Hash::Approx | | 2/2 test programs failed; 0/0 subtests failed | 2026-08-27 | | Tie::Hash::DataSection | | 1/2 test programs failed; 0/1 subtests failed | 2026-08-27 | -| Tie::Hash::LRU | | 1/2 test programs failed; 0/2 subtests failed | 2026-08-17 | +| Tie::Hash::LRU | | 1/2 test programs failed; 0/2 subtests failed | 2026-09-02 | | Tie::JCR | 2/4 | 2/4 subtests failed; 2/3 test programs failed | 2026-08-28 | | Tie::LevelDB | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-27 | | Tie::LogFile | | 4/5 test programs failed; 0/6 subtests failed | 2026-09-02 | @@ -14468,13 +14506,14 @@ | Time::Moment | 1/37 | 36/37 subtests failed; 25/29 test programs failed | 2026-08-26 | | Time::Monotonic | 0/2 | 2/2 subtests failed; 4/4 test programs failed | 2026-08-27 | | Time::Nanos | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-17 | +| Time::Nanos::v0.1.6 | | 1/1 test programs failed; 0/0 subtests failed | 2026-09-02 | | Time::Normalize | 574/622 | 48/622 subtests failed; 1/11 test programs failed | 2026-08-29 | | Time::Object | | 2/2 test programs failed; 0/0 subtests failed | 2026-08-28 | | Time::Out | 19/20 | 1/20 subtests failed; 1/10 test programs failed | 2026-08-26 | | Time::Piece::MySQL | | 3/3 test programs failed; 0/0 subtests failed | 2026-08-26 | | Time::Piece::Plus | 34/37 | 3/37 subtests failed; 3/13 test programs failed | 2026-08-17 | | Time::Spec | | 1 subtests failed in test files | 2026-08-28 | -| Time::Stamp | 214/215 | 1/215 subtests failed; 1/9 test programs failed | 2026-08-19 | +| Time::Stamp | 214/215 | 1/215 subtests failed; 1/9 test programs failed | 2026-09-02 | | Time::Str::PP::Calendar | | 1/26 test programs failed; 0/1587 subtests failed | 2026-08-28 | | Time::Timecode | | 5/5 test programs failed; 0/0 subtests failed | 2026-08-28 | | Time::Warp | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-21 | @@ -14503,13 +14542,13 @@ | Tk::ROSyntaxText | 0/1 | 1/1 subtests failed; 20/23 test programs failed | 2026-09-02 | | Tk::ROTextHighlight | 7/9 | 2/9 subtests failed; 3/12 test programs failed | 2026-08-27 | | Tk::StatusBar | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-28 | -| Tk::StyledButton | | 5/5 test programs failed; 0/0 subtests failed | 2026-08-19 | +| Tk::StyledButton | | 5/5 test programs failed; 0/0 subtests failed | 2026-09-02 | | Tk::Text::SuperText | 1/5 | 4/5 subtests failed; 2/3 test programs failed | 2026-08-17 | | Tk::Tree::XML | 0/3 | 3/3 subtests failed; 3/3 test programs failed | 2026-08-28 | | Tk::WidgetDump | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-28 | | TkGenerator | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-20 | | Tkx | | 8/8 test programs failed; 0/0 subtests failed | 2026-09-01 | -| Tlaloc | | 1 subtests failed in test files | 2026-08-18 | +| Tlaloc | | 1 subtests failed in test files | 2026-09-02 | | Tmpfile | | 3 subtests failed in test files | 2026-08-18 | | Toader | | 1 subtests failed in test files | 2026-09-01 | | Toadfarm | 147/148 | 1/148 subtests failed; 2/22 test programs failed | 2026-08-25 | @@ -14562,7 +14601,6 @@ | URI::Fast | | 19/19 test programs failed; 0/0 subtests failed | 2026-08-22 | | URI::Find | 48/49 | 1/49 subtests failed; 2/8 test programs failed | 2026-08-26 | | URI::GoogleChart | | 2/2 test programs failed; 0/1 subtests failed | 2026-08-23 | -| URI::PackageURL | 2717/3213 | 496/3213 subtests failed; 6/16 test programs failed | 2026-08-21 | | URI::ParseSearchString::More | 289/291 | 2/291 subtests failed; 1/5 test programs failed | 2026-08-29 | | URI::Shortener | 0/1 | 1/1 subtests failed; 1/16 test programs failed | 2026-08-26 | | URI::Template::Restrict | 139/147 | 8/147 subtests failed; 1/5 test programs failed | 2026-08-28 | @@ -14600,7 +14638,6 @@ | V::Module::Info::_version | 15/20 | 5/20 subtests failed; 5/5 test programs failed | 2026-08-20 | | VANAMBURG::SEMPROG::CloseToRule | 11/15 | 4/15 subtests failed; 10/11 test programs failed | 2026-08-23 | | VAPID | | 1 subtests failed in test files | 2026-08-27 | -| VBTK | | 1/2 test programs failed; 0/3 subtests failed | 2026-08-19 | | VCF | | 1/1 test programs failed; 0/4 subtests failed | 2026-08-21 | | VCS::CSync | 8/10 | 2/10 subtests failed; 1/4 test programs failed | 2026-08-19 | | VCS::Lite::Common | 65/68 | 3/68 subtests failed; 6/13 test programs failed | 2026-08-17 | @@ -14648,7 +14685,7 @@ | WWW::Blog::Metadata::Yadis | 0/1 | 1/1 subtests failed; 2/2 test programs failed | 2026-09-02 | | WWW::BloggerWeb | | 1 subtests failed in test files | 2026-08-20 | | WWW::Bookmark::Crawler | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-22 | -| WWW::Bugzilla::BugTree | 6/7 | 1/7 subtests failed; 1/4 test programs failed | 2026-08-17 | +| WWW::Bugzilla::BugTree | 6/7 | 1/7 subtests failed; 1/4 test programs failed | 2026-09-02 | | WWW::BurrpTV | | 1/3 test programs failed; 0/9 subtests failed | 2026-08-26 | | WWW::CPANRatings | 3/5 | 2/5 subtests failed; 2/3 test programs failed | 2026-09-02 | | WWW::CheckPad | 1/2 | 1/2 subtests failed; 1/1 test programs failed | 2026-08-26 | @@ -14816,6 +14853,7 @@ | WebService::ChangesXml | | 2/3 test programs failed; 0/3 subtests failed | 2026-08-20 | | WebService::Client | 8/9 | 1/9 subtests failed; 1/13 test programs failed | 2026-08-23 | | WebService::CloudPT | 2/3 | 1/3 subtests failed; 1/4 test programs failed | 2026-09-02 | +| WebService::Cmis | 61/62 | 1/62 subtests failed; 1/17 test programs failed | 2026-09-02 | | WebService::Coinbase | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-25 | | WebService::Connpass | | 1/3 test programs failed; 0/1 subtests failed | 2026-09-02 | | WebService::DNSMadeEasy | 3/4 | 1/4 subtests failed; 2/2 test programs failed | 2026-08-20 | @@ -14830,7 +14868,7 @@ | WebService::GialloZafferano | | 1/2 test programs failed; 0/3 subtests failed | 2026-08-24 | | WebService::Gitter | | 1/1 test programs failed; 0/0 subtests failed | 2026-09-02 | | WebService::Google::Suggest | | 1/6 test programs failed; 0/4 subtests failed | 2026-08-27 | -| WebService::GoogleAPI::Client | | 3/3 test programs failed; 0/0 subtests failed | 2026-08-16 | +| WebService::GoogleAPI::Client | | 3/3 test programs failed; 0/0 subtests failed | 2026-09-02 | | WebService::GoogleAPI::Client::AuthStorage::ConfigJSON | 22/23 | 1/23 subtests failed; 2/7 test programs failed | 2026-09-02 | | WebService::Gyazo | 119/120 | 1/120 subtests failed; 1/11 test programs failed | 2026-08-15 | | WebService::HabitRPG | 19/20 | 1/20 subtests failed; 3/8 test programs failed | 2026-08-29 | @@ -14971,7 +15009,7 @@ | Win32::SerialPort | | 7/7 test programs failed; 0/0 subtests failed | 2026-08-26 | | Win32::Service | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-20 | | Win32::Shortkeys::Kbh | 0/3 | 3/3 subtests failed; 1/1 test programs failed | 2026-08-28 | -| Win32::Sound | | 1 subtests failed in test files | 2026-08-21 | +| Win32::Sound | | 1 subtests failed in test files | 2026-09-02 | | Win32::SystemInfo::CpuUsage | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-22 | | Win32::TRADOS::Languages | | 1 subtests failed in test files | 2026-09-02 | | Win32::Unicode | 0/2 | 2/2 subtests failed; 27/27 test programs failed | 2026-08-17 | @@ -14983,18 +15021,20 @@ | Win32API::File | | 2/2 test programs failed; 0/0 subtests failed | 2026-08-22 | | Win32API::File::Time | 8/9 | 1/9 subtests failed; 1/2 test programs failed | 2026-08-28 | | Win32API::Registry | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-26 | +| Windows1257 | | 212/212 test programs failed; 0/0 subtests failed | 2026-09-02 | | Wireguard::WGmeta | | 5/5 test programs failed; 0/0 subtests failed | 2026-08-29 | | WiringPi::API | | 29/34 test programs failed; 0/1 subtests failed | 2026-08-26 | | Wishlist | | 2/2 test programs failed; 0/0 subtests failed | 2026-08-20 | | WoW::Wiki | 1/2 | 1/2 subtests failed; 1/1 test programs failed | 2026-08-28 | | Word2vec::Bst | 103/140 | 37/140 subtests failed; 5/7 test programs failed | 2026-08-21 | +| Word2vec::Interface | 103/140 | 37/140 subtests failed; 5/7 test programs failed | 2026-09-02 | | WordListRole::BinarySearch | 3/29 | 26/29 subtests failed; 1/5 test programs failed | 2026-08-24 | | WordLists::Base | 168/171 | 3/171 subtests failed; 3/13 test programs failed | 2026-08-28 | | WordNet::BestStem | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-26 | | WordNet::SenseKey | 1/2 | 1/2 subtests failed; 1/1 test programs failed | 2026-08-21 | | WordNet::SenseRelate::Algorithm::Global | | 4/4 test programs failed; 0/0 subtests failed | 2026-08-21 | | WordNet::SenseRelate::AllWords | | 3/3 test programs failed; 0/0 subtests failed | 2026-09-02 | -| WordNet::SenseRelate::WordToSet | 1/2 | 1/2 subtests failed; 1/1 test programs failed | 2026-08-17 | +| WordNet::SenseRelate::WordToSet | | 1/1 test programs failed; 0/2 subtests failed | 2026-09-02 | | WordNet::Similarity | 60/123 | 63/123 subtests failed; 20/22 test programs failed | 2026-08-19 | | WordNet::get_wn_info | 60/123 | 63/123 subtests failed; 20/22 test programs failed | 2026-08-20 | | Workflow | 140/170 | 30/170 subtests failed; 29/46 test programs failed | 2026-08-19 | @@ -15016,7 +15056,7 @@ | XIRCD | 0/1 | 1/1 subtests failed; 1/1 test programs failed | 2026-08-18 | | XML::API | 106/111 | 5/111 subtests failed; 2/11 test programs failed | 2026-08-24 | | XML::Assert | 33/41 | 8/41 subtests failed; 5/11 test programs failed | 2026-08-20 | -| XML::Atom | 172/198 | 26/198 subtests failed; 15/27 test programs failed | 2026-08-23 | +| XML::Atom | | 144 subtests failed in test files | 2026-09-02 | | XML::Atom::App | 20/21 | 1/21 subtests failed; 4/10 test programs failed | 2026-08-26 | | XML::Atom::Atompub | 105/114 | 9/114 subtests failed; 2/10 test programs failed | 2026-08-29 | | XML::Atom::Client | 172/198 | 26/198 subtests failed; 15/27 test programs failed | 2026-08-22 | @@ -15052,7 +15092,7 @@ | XML::DOM | 123/129 | 6/129 subtests failed; 6/21 test programs failed | 2026-08-27 | | XML::DOM2 | 45/46 | 1/46 subtests failed; 1/6 test programs failed | 2026-08-21 | | XML::DOM::Namespace | 183/193 | 10/193 subtests failed; 1/35 test programs failed | 2026-09-02 | -| XML::DOM::XPath | 183/193 | 10/193 subtests failed; 1/35 test programs failed | 2026-08-20 | +| XML::DOM::XPath | 183/193 | 10/193 subtests failed; 1/35 test programs failed | 2026-09-02 | | XML::DT::Sequence | | 1/3 test programs failed; 0/44 subtests failed | 2026-09-02 | | XML::Declare | | 2/6 test programs failed; 0/8 subtests failed | 2026-08-26 | | XML::DifferenceMarkup | | 5/5 test programs failed; 0/0 subtests failed | 2026-08-19 | @@ -15092,7 +15132,7 @@ | XML::LibXML::xmlsec | 0/2 | 2/2 subtests failed; 4/4 test programs failed | 2026-08-26 | | XML::Liberal | 51/221 | 170/221 subtests failed; 4/6 test programs failed | 2026-08-25 | | XML::Minifier | 81/102 | 21/102 subtests failed; 15/26 test programs failed | 2026-08-27 | -| XML::NewsML | 1/2 | 1/2 subtests failed; 1/2 test programs failed | 2026-08-21 | +| XML::NewsML | 1/2 | 1/2 subtests failed; 1/2 test programs failed | 2026-09-02 | | XML::OBEXFTP::FolderListing | 146/152 | 6/152 subtests failed; 3/7 test programs failed | 2026-08-25 | | XML::OPDS | | 3/9 test programs failed; 0/19 subtests failed | 2026-08-29 | | XML::OPML::LibXML | | 1/4 test programs failed; 0/32 subtests failed | 2026-08-21 | @@ -15100,6 +15140,7 @@ | XML::PP | 0/11 | 11/11 subtests failed; 10/17 test programs failed | 2026-08-26 | | XML::ParseDTD | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-26 | | XML::Parser::Lite | | 2/2 test programs failed; 0/5 subtests failed | 2026-08-26 | +| XML::Parser::Lite::Tree | | 9/9 test programs failed; 0/2 subtests failed | 2026-09-02 | | XML::Parser::Lite::Tree::XPath | | 27/34 test programs failed; 0/183 subtests failed | 2026-08-22 | | XML::Parser::PerlSAX | 44/45 | 1/45 subtests failed; 1/6 test programs failed | 2026-08-23 | | XML::Parser::Wrapper | 16/20 | 4/20 subtests failed; 2/4 test programs failed | 2026-08-21 | @@ -15109,7 +15150,7 @@ | XML::RSS::Parser | | 1/1 test programs failed; 0/19 subtests failed | 2026-08-19 | | XML::RSS::Parser::Lite | | 2/2 test programs failed; 0/0 subtests failed | 2026-08-26 | | XML::RSS::Tools | 51/63 | 12/63 subtests failed; 15/22 test programs failed | 2026-09-01 | -| XML::Rabbit | 67/70 | 3/70 subtests failed; 9/22 test programs failed | 2026-08-22 | +| XML::Rabbit | 66/69 | 3/69 subtests failed; 9/20 test programs failed | 2026-09-02 | | XML::SAX::EventMethodMaker | | 1/18 test programs failed; 0/257 subtests failed | 2026-08-19 | | XML::SAX::Expat::Incremental | | 2/2 test programs failed; 0/6 subtests failed | 2026-09-01 | | XML::SAX::ExpatNB | | 3/4 test programs failed; 0/5 subtests failed | 2026-08-22 | @@ -15139,6 +15180,7 @@ | XML::XML2JSON | 1/2 | 1/2 subtests failed; 1/1 test programs failed | 2026-08-28 | | XML::XMLWriter | | 1/1 test programs failed; 0/0 subtests failed | 2026-08-29 | | XML::XMetaL | 27/45 | 18/45 subtests failed; 8/12 test programs failed | 2026-08-21 | +| XML::XPath | 279/307 | 28/307 subtests failed; 18/62 test programs failed | 2026-09-02 | | XML::XPathScript | 131/135 | 4/135 subtests failed; 5/29 test programs failed | 2026-08-28 | | XML::XQL | | 28/28 test programs failed; 0/0 subtests failed | 2026-08-16 | | XML::XSS | 3/13 | 10/13 subtests failed; 13/14 test programs failed | 2026-08-23 | @@ -15211,7 +15253,7 @@ | Yote::ArrayGatekeeper | | 1/1 test programs failed; 0/1 subtests failed | 2026-08-28 | | ZMQ | 0/1 | 1/1 subtests failed; 5/5 test programs failed | 2026-08-21 | | ZMQ::CZMQ | 2/6 | 4/6 subtests failed; 4/4 test programs failed | 2026-08-24 | -| ZMQ::Declare | 56/57 | 1/57 subtests failed; 3/6 test programs failed | 2026-08-19 | +| ZMQ::Declare | 56/57 | 1/57 subtests failed; 3/6 test programs failed | 2026-09-02 | | ZMQ::FFI | | 21/21 test programs failed; 0/0 subtests failed | 2026-08-26 | | ZMQ::FFI::ContextBase | | 12/12 test programs failed; 0/0 subtests failed | 2026-08-26 | | ZMQ::LibCZMQ1 | 2/9 | 7/9 subtests failed; 5/5 test programs failed | 2026-08-26 | @@ -15243,13 +15285,14 @@ | next::XS | 0/1 | 1/1 subtests failed; 3/3 test programs failed | 2026-08-26 | | re::engine::RE2 | 14/16 | 2/16 subtests failed; 20/21 test programs failed | 2026-08-26 | | routines | | 2/2 test programs failed; 0/0 subtests failed | 2026-08-26 | +| ruby::collections::perl | 2/3 | 1/3 subtests failed; 3/3 test programs failed | 2026-09-02 | | sanity | 18/22 | 4/22 subtests failed; 1/4 test programs failed | 2026-08-26 | | self | | 17/17 test programs failed; 0/0 subtests failed | 2026-08-23 | | superclass | 48/49 | 1/49 subtests failed; 1/9 test programs failed | 2026-08-24 | | utf8::all | 84/117 | 33/117 subtests failed; 15/23 test programs failed | 2026-08-23 | | warnings::illegalproto | 4/6 | 2/6 subtests failed; 1/4 test programs failed | 2026-08-20 | -### Timeout (946 modules) +### Timeout (958 modules) | Module | Pass/Total | Error | Date | |--------|-----------|-------|------| @@ -15267,9 +15310,9 @@ | Alien::wxWidgets | | TIMEOUT (soft limit 120s exceeded; no output for 79s) | 2026-08-28 | | Ambrosia | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-23 | | Amethyst | | TIMEOUT (soft limit 120s exceeded; no output for 106s) | 2026-09-02 | -| Analizo::Command::dsm | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-17 | +| Analizo::Command::dsm | | TIMEOUT (runtime >300s; last output 2s ago) | 2026-09-02 | | AnnoCPAN::Perldoc | | TIMEOUT (soft limit 120s exceeded; no output for 104s) | 2026-08-22 | -| AnyEvent::DNS::Nameserver | | TIMEOUT (soft limit 120s exceeded; no output for 102s) | 2026-08-19 | +| AnyEvent::DNS::Nameserver | | TIMEOUT (soft limit 120s exceeded; no output for 83s) | 2026-09-02 | | AnyEvent::Gearman | | TIMEOUT (runtime >300s; last output 8s ago) | 2026-08-26 | | AnyEvent::JSONRPC::Lite | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-27 | | AnyEvent::Net::Amazon::S3 | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-27 | @@ -15327,6 +15370,7 @@ | App::Cinema | | TIMEOUT (runtime >300s; last output 6s ago) | 2026-08-29 | | App::Codit | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-27 | | App::CompleteCLIs | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-29 | +| App::Control | | TIMEOUT (soft limit 120s exceeded; no output for 114s) | 2026-09-02 | | App::Critique | | TIMEOUT (runtime >300s; last output 4s ago) | 2026-08-27 | | App::CrockfordBase32Utils | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-09-02 | | App::DesktopOpenUtils | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-09-02 | @@ -15377,7 +15421,7 @@ | App::MultiModule::Tasks::Scheduler | | TIMEOUT (runtime >300s; last output 5s ago) | 2026-08-27 | | App::MultiModule::Test::Runner | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-27 | | App::Netdisco::SSHCollector::Platform::IOSXEMac | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-08-28 | -| App::NumberUtilRangeUtils | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-17 | +| App::NumberUtilRangeUtils | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-09-02 | | App::Office::CMS | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-15 | | App::OperaUtils | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-09-01 | | App::PM::Announce | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-08-27 | @@ -15407,7 +15451,7 @@ | App::VitaminUtils | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | | App::VivaldiUtils | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | | App::XTermUtils | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | -| App::ZodiacUtils | | TIMEOUT (soft limit 120s exceeded; no output for 113s) | 2026-08-18 | +| App::ZodiacUtils | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-09-02 | | App::ZshCompleteUtils | | TIMEOUT (runtime >300s; last output 7s ago) | 2026-08-13 | | App::abgrep | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-09-01 | | App::adr2org | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-18 | @@ -15429,7 +15473,7 @@ | App::lcpan | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | | App::lcpan::Cmd::bencher_benched_mods | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-29 | | App::lcpan::Cmd::cpantesters_author | | TIMEOUT (runtime >300s; last output 4s ago) | 2026-08-29 | -| App::lcpan::Cmd::nearest_authors | | TIMEOUT (runtime >300s; last output 16s ago) | 2026-08-17 | +| App::lcpan::Cmd::nearest_authors | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-09-02 | | App::lcpan::Cmd::weaver_authors_by_bundle_count | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-27 | | App::metastasize | | TIMEOUT (runtime >300s; last output 2s ago) | 2026-08-27 | | App::nioscli | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-29 | @@ -15445,6 +15489,7 @@ | App::yamlsel | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | | Aspect | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-01 | | Aspect::Advice::AfterReturning | | TIMEOUT (runtime >300s; last output 13s ago) | 2026-09-02 | +| Astro::App::Satpass2 | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-09-02 | | Atomic::Pipe | | TIMEOUT (soft limit 120s exceeded; no output for 112s) | 2026-08-28 | | AtteanX::Model::SPARQL | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-02 | | AtteanX::Model::SPARQLCache | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-27 | @@ -15455,7 +15500,7 @@ | Attribute::Method::Typeable | | TIMEOUT (soft limit 120s exceeded; no output for 114s) | 2026-08-29 | | Autocache | | TIMEOUT (soft limit 120s exceeded; no output for 99s) | 2026-08-29 | | AxKit::XSP::Currency | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-23 | -| AxKit::XSP::L10N | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-21 | +| AxKit::XSP::L10N | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-09-02 | | AxKit::XSP::Minisession | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-26 | | BPM::Engine | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | | Babble | | TIMEOUT (soft limit 120s exceeded; no output for 106s) | 2026-08-26 | @@ -15509,19 +15554,20 @@ | Bot::Cobalt::Plugin::Weather | | TIMEOUT (runtime >300s; last output 5s ago) | 2026-08-27 | | Bot::IRC::X::Retort | | TIMEOUT (runtime >300s; last output 6s ago) | 2026-08-17 | | Bot::IRC::X::UriTitle | | TIMEOUT (runtime >300s; last output 33s ago) | 2026-08-28 | -| Buscador | | TIMEOUT (runtime >300s; last output 5s ago) | 2026-08-18 | +| Buscador | | TIMEOUT (runtime >300s; last output 2s ago) | 2026-09-02 | | Business::EDI | | TIMEOUT (soft limit 120s exceeded; no output for 90s) | 2026-08-17 | | Business::ID::NIK | | TIMEOUT (runtime >300s; last output 4s ago) | 2026-08-27 | | Business::ID::NPWP | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-27 | | Business::OnlinePayment::CyberSource | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-09-01 | | ButtonsGroups | | TIMEOUT (soft limit 120s exceeded; no output for 103s) | 2026-08-25 | | CCCP::LiveMX | | TIMEOUT (soft limit 120s exceeded; no output for 98s) | 2026-08-29 | -| CDMIUtils | | TIMEOUT (soft limit 120s exceeded; no output for 97s) | 2026-08-20 | +| CDMIUtils | | TIMEOUT (soft limit 120s exceeded; no output for 101s) | 2026-09-02 | | CGI::Application::Muto | | TIMEOUT (runtime >300s; last output 3s ago) | 2026-08-28 | | CGI::Application::Plugin::AJAXUpload | | TIMEOUT (runtime >300s; last output 5s ago) | 2026-08-28 | | CGI::Application::Plugin::Apache | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-27 | | CGI::Application::Plugin::OpenTracing | | TIMEOUT (runtime >300s; last output 7s ago) | 2026-08-25 | | CGI::Application::Structured::Tools | | TIMEOUT (runtime >300s; last output 3s ago) | 2026-08-25 | +| CGI::LogCarp | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-09-02 | | CGI::Portable | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-27 | | CHI | | TIMEOUT (runtime >300s; last output 12s ago) | 2026-08-26 | | CHI::Driver::Redis::SortedSet | | TIMEOUT (soft limit 120s exceeded; no output for 61s) | 2026-09-01 | @@ -15535,7 +15581,6 @@ | CPAN::Reporter::Smoker::Safer | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-28 | | CPAN::Test::Dummy::Perl5::VersionBump::Undef | | TIMEOUT (soft limit 120s exceeded; no output for 128s) | 2026-08-20 | | CPAN::Testers::ParseReport | | TIMEOUT (soft limit 120s exceeded; no output for 76s) | 2026-08-28 | -| CPAN::Testers::WWW::Reports | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-08-17 | | CPU::Z80::Assembler::Token | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-09-01 | | CSS::Coverage | | TIMEOUT (soft limit 120s exceeded; no output for 93s) | 2026-08-27 | | CSS::Minifier | | TIMEOUT (soft limit 120s exceeded; no output for 116s) | 2026-09-02 | @@ -15550,6 +15595,7 @@ | Catalyst::Helper::Controller::DBIC::API::REST | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-28 | | Catalyst::Model::Reaction::InterfaceModel::DBIC | | TIMEOUT (runtime >300s; last output 9s ago) | 2026-08-18 | | Catalyst::Plugin::AutoCRUD | | TIMEOUT (runtime >300s; last output 23s ago) | 2026-08-28 | +| Catalyst::Plugin::PageCache | | TIMEOUT (runtime >300s; last output 12s ago) | 2026-09-02 | | Catalyst::Plugin::Session::Store::DBIC | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-08-25 | | Catalyst::Plugin::SimpleMessage | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-28 | | CatalystX::Action::ExtJS::REST | | TIMEOUT (runtime >300s; last output 12s ago) | 2026-08-27 | @@ -15606,13 +15652,15 @@ | DBIx::Class::Fixtures::Versioned | | TIMEOUT (runtime >300s; last output 3s ago) | 2026-08-28 | | DBIx::Class::Helper::IgnoreWantarray | | TIMEOUT (runtime >300s; last output 15s ago) | 2026-08-29 | | DBIx::Class::Indexer::WebService::Dezi | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | -| DBIx::Class::LookupColumn | | TIMEOUT (runtime >300s; last output 4s ago) | 2026-08-21 | +| DBIx::Class::LookupColumn | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-09-02 | | DBIx::Class::Moo::ResultClass | | TIMEOUT (runtime >300s; last output 8s ago) | 2026-08-26 | +| DBIx::Class::MooseColumns | | TIMEOUT (runtime >300s; last output 3s ago) | 2026-09-02 | | DBIx::Class::MooseColumns::Meta::Attribute | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-08-27 | | DBIx::Class::PassphraseColumn | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | | DBIx::Class::Schema::PopulateMore | | TIMEOUT (runtime >300s; last output 2s ago) | 2026-08-21 | | DBIx::Class::Sims::REST | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-08-16 | | DBIx::NinjaORM | | TIMEOUT (runtime >300s; last output 3s ago) | 2026-08-28 | +| DBIx::NoSQL | | TIMEOUT (runtime >300s; last output 10s ago) | 2026-09-02 | | DBIx::SearchProfiles | | TIMEOUT (runtime >300s; last output 2s ago) | 2026-09-01 | | DJabberd | | TIMEOUT (soft limit 120s exceeded; no output for 104s) | 2026-08-23 | | DJabberd::Authen::DBI | | TIMEOUT (soft limit 120s exceeded; no output for 81s) | 2026-08-19 | @@ -15652,6 +15700,8 @@ | Date::Manip | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-08-27 | | DateTime::Event::Holiday::US | | TIMEOUT (soft limit 120s exceeded; no output for 61s) | 2026-09-02 | | DateTime::Format::Intl | | TIMEOUT (runtime >300s; last output 16s ago) | 2026-09-01 | +| DateTime::Format::Mail | | TIMEOUT (soft limit 120s exceeded; no output for 87s) | 2026-09-02 | +| DateTime::Precise | | TIMEOUT (soft limit 120s exceeded; no output for 113s) | 2026-09-02 | | Debian::Debarnacle::Alternatives | | TIMEOUT (soft limit 120s exceeded; no output for 116s) | 2026-08-27 | | Deeme::Backend::Meerkat | | TIMEOUT (runtime >300s; last output 17s ago) | 2026-08-28 | | Devel::CallChecker | | TIMEOUT (soft limit 120s exceeded; no output for 77s) | 2026-08-27 | @@ -15688,11 +15738,10 @@ | Dist::Zilla::Plugin::Depak | | TIMEOUT (runtime >300s; last output 2s ago) | 2026-08-27 | | Dist::Zilla::Plugin::For::App::shcompgen | | TIMEOUT (runtime >300s; last output 6s ago) | 2026-08-28 | | Dist::Zilla::Plugin::InlineIncluder | | TIMEOUT (runtime >300s; last output 7s ago) | 2026-08-28 | -| Dist::Zilla::Plugin::InsertDistImage | | TIMEOUT (runtime >300s; last output 18s ago) | 2026-08-18 | | Dist::Zilla::Plugin::Keywords | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | | Dist::Zilla::Plugin::LocalHTML | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-02 | | Dist::Zilla::Plugin::MAXMIND::WeaverConfig | | TIMEOUT (runtime >300s; last output 41s ago) | 2026-08-28 | -| Dist::Zilla::Plugin::MetaProvides::Update | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-17 | +| Dist::Zilla::Plugin::MetaProvides::Update | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-02 | | Dist::Zilla::Plugin::MungeFile | | TIMEOUT (runtime >300s; last output 38s ago) | 2026-08-28 | | Dist::Zilla::Plugin::MungeFile::WithData | | TIMEOUT (runtime >300s; last output 35s ago) | 2026-08-27 | | Dist::Zilla::Plugin::MungeFile::WithDataSection | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-01 | @@ -15749,6 +15798,7 @@ | Finance::Quote::USFedBonds | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-08-28 | | Form::Sensible | | TIMEOUT (runtime >300s; last output 11s ago) | 2026-08-28 | | Function::Parameters | | TIMEOUT (runtime >300s; last output 32s ago) | 2026-08-28 | +| FusionInventory::Agent::Task::Collect | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-02 | | GFgtk | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-26 | | GFwxFrame | | TIMEOUT (soft limit 120s exceeded; no output for 83s) | 2026-09-02 | | GO::AnnotatedGene | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-26 | @@ -15778,6 +15828,7 @@ | Gungho | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-23 | | HPC::Runner::Slurm | | TIMEOUT (runtime >300s; last output 4s ago) | 2026-08-27 | | HTML::Bricks | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-29 | +| HTML::CalendarMonth | | TIMEOUT (soft limit 120s exceeded; no output for 99s) | 2026-09-02 | | HTML::Embperl::Module | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | | HTML::FillInForm | | TIMEOUT (soft limit 120s exceeded; no output for 90s) | 2026-08-26 | | HTML::FormFu::MultiForm | | TIMEOUT (runtime >300s; last output 12s ago) | 2026-08-26 | @@ -15786,14 +15837,13 @@ | HTML::FormHandler::Generator::DBIC | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-08-26 | | HTML::FormHandler::Model::DBIC | | TIMEOUT (runtime >300s; last output 17s ago) | 2026-09-02 | | HTML::HTML5::Microdata::ToRDFa | | TIMEOUT (runtime >300s; last output 6s ago) | 2026-08-28 | -| HTML::Microformats | | TIMEOUT (runtime >300s; last output 2s ago) | 2026-08-19 | +| HTML::Microformats | | TIMEOUT (runtime >300s; last output 7s ago) | 2026-09-02 | | HTML::OSM | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-28 | | HTML::Parse | | TIMEOUT (soft limit 120s exceeded; no output for 61s) | 2026-08-27 | | HTML::StripScripts::LibXML | | TIMEOUT (soft limit 120s exceeded; no output for 102s) | 2026-08-27 | | HTML::Tested::JavaScript | | TIMEOUT (runtime >300s; last output 4s ago) | 2026-08-19 | | HTML::Tree | | TIMEOUT (soft limit 120s exceeded; no output for 70s) | 2026-08-27 | | HTTP::Engine::RequestBuilder::Dummy | | TIMEOUT (runtime >300s; last output 10s ago) | 2026-08-28 | -| HTTP::Response::Switch | | TIMEOUT (runtime >300s; last output 179s ago) | 2026-08-20 | | HTTunnel::Client | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-09-01 | | Haineko | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-23 | | Hatena::Keyword::Similar | | TIMEOUT (runtime >300s; last output 10s ago) | 2026-08-27 | @@ -15811,7 +15861,7 @@ | IOas::CP932NEC | | TIMEOUT (runtime >300s; last output 22s ago) | 2026-08-24 | | IP::Country::DNSBL | | TIMEOUT (soft limit 120s exceeded; no output for 101s) | 2026-08-26 | | IType::Business | | TIMEOUT (soft limit 120s exceeded; no output for 88s) | 2026-08-23 | -| Image::DS9 | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-08-19 | +| Image::DS9 | | TIMEOUT (runtime >300s; last output 3s ago) | 2026-09-02 | | Imager::Image::Base | | TIMEOUT (runtime >300s; last output 693s ago) | 2026-08-18 | | Indexer | | TIMEOUT (runtime >300s; last output 35s ago) | 2026-08-27 | | Inline::Octave | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | @@ -15830,6 +15880,7 @@ | KSx::Highlight::Summarizer | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-01 | | KSx::Searcher::Abstract | | TIMEOUT (soft limit 120s exceeded; no output for 75s) | 2026-08-27 | | Kafka | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-08-29 | +| Khonsu | | TIMEOUT (soft limit 120s exceeded; no output for 97s) | 2026-09-02 | | Kwiki::ModPerl | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | | LS | | TIMEOUT (soft limit 120s exceeded; no output for 104s) | 2026-08-26 | | LWP::UserAgent::Throttled | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-01 | @@ -15879,10 +15930,11 @@ | Math::SymbolicX::Calculator::Interface::Web | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | | MaxMind::DB::Reader | | TIMEOUT (runtime >300s; last output 4s ago) | 2026-08-27 | | MaxMind::DB::Verifier | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-09-01 | +| Mecom | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-02 | | Media::Convert | | TIMEOUT (runtime >300s; last output 5s ago) | 2026-08-26 | | MetaCPAN::Client::Pod::PDF | | TIMEOUT (runtime >300s; last output 24s ago) | 2026-08-26 | | Metabase::Archive::PostgreSQL | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-01 | -| Metabase::Archive::Schema | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-16 | +| Metabase::Archive::Schema | | TIMEOUT (runtime >300s; last output 37s ago) | 2026-09-02 | | Method::Signatures::PP | | TIMEOUT (soft limit 120s exceeded; no output for 89s) | 2026-08-28 | | Microsoft::AdCenter | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-08-28 | | Minilla | | TIMEOUT (runtime >300s; last output 8s ago) | 2026-08-26 | @@ -15923,7 +15975,7 @@ | Myco::Core::User | | TIMEOUT (runtime >300s; last output 13s ago) | 2026-08-18 | | NNexus | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-21 | | NOLookup | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-26 | -| Narada | | TIMEOUT (runtime >300s; last output 50s ago) | 2026-08-20 | +| Narada | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-02 | | Net::API::REST::Request::Params | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | | Net::Async::Redis::Cluster::Node::XS | | TIMEOUT (runtime >300s; last output 2s ago) | 2026-08-15 | | Net::Async::SMTP | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-28 | @@ -15978,6 +16030,7 @@ | POE::Callback | | TIMEOUT (soft limit 120s exceeded; no output for 112s) | 2026-08-18 | | POE::Component::AtomAggregator | | TIMEOUT (soft limit 120s exceeded; no output for 110s) | 2026-08-23 | | POE::Component::Client::DNS | | TIMEOUT (soft limit 120s exceeded; no output for 115s) | 2026-08-28 | +| POE::Component::Client::MPD | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-02 | | POE::Component::Client::Whois | | TIMEOUT (soft limit 120s exceeded; no output for 82s) | 2026-08-26 | | POE::Component::IRC | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-27 | | POE::Component::IRC::Plugin::QueryDNSBL | | TIMEOUT (soft limit 120s exceeded; no output for 93s) | 2026-08-25 | @@ -16099,10 +16152,11 @@ | TAP::Formatter::JUnit | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-01 | | TOML::Tiny | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-29 | | Tapper::Action | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | -| Tapper::Reports::API | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-08-16 | +| Tapper::Reports::API | | TIMEOUT (runtime >300s; last output 2s ago) | 2026-09-02 | | Taskwarrior::Kusarigama | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-27 | | Template::Flute | | TIMEOUT (runtime >300s; last output 1s ago) | 2026-08-29 | | Template::Plugin::AutoDate | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-28 | +| Term::Screen::Fixes | | TIMEOUT (soft limit 120s exceeded; no output for 99s) | 2026-09-02 | | Test2::Harness::UI::Controller::Failed | | TIMEOUT (runtime >300s; last output 15s ago) | 2026-08-27 | | Test::Alien::Build | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-24 | | Test::BDD::Infrastructure | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-17 | @@ -16114,6 +16168,7 @@ | Test::Internet | | TIMEOUT (soft limit 120s exceeded; no output for 114s) | 2026-08-22 | | Test::IsAny | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-02 | | Test::JSON::RPC::Autodoc | | TIMEOUT (runtime >300s; last output 9s ago) | 2026-08-28 | +| Test::Mock::Redis | | TIMEOUT (runtime >300s; last output 3s ago) | 2026-09-02 | | Test::Mountebank | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-17 | | Test::Run | | TIMEOUT (runtime >300s; last output 23s ago) | 2026-08-28 | | Test::Sah | | TIMEOUT (runtime >300s; last output 24s ago) | 2026-08-17 | @@ -16198,7 +16253,7 @@ | ZincExtension | | TIMEOUT (runtime >300s; last output 2s ago) | 2026-08-28 | | Zonemaster::Engine | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-08-28 | | Zuzuzoo | | TIMEOUT (runtime >300s; last output 8s ago) | 2026-08-28 | -| mod_perl | | TIMEOUT (runtime >300s; last output 0s ago) | 2026-08-22 | +| Zydeco | | TIMEOUT (soft limit 120s exceeded; no output for 60s) | 2026-09-02 | ## Skipped Modules @@ -16282,7 +16337,6 @@ These modules were recognized as intentionally skipped by the tester. | Filesys::Notify::Simple | distroprefs | 2026-08-22 | | Filter::tee | bundled | 2026-08-11 | | Fsdb | bundled | 2026-08-19 | -| HTML::Parser | bundled | 2026-08-28 | | HTTP::CookieJar::LWP | bundled | 2026-06-18 | | HTTP::Daemon | distroprefs | 2026-06-18 | | HTTP::Headers | distroprefs | 2026-06-15 | @@ -16290,6 +16344,7 @@ These modules were recognized as intentionally skipped by the tester. | HTTP::Tiny | bundled | 2026-09-02 | | Hg::Lib | bundled | 2026-08-11 | | Hook::LexWrap | distroprefs | 2026-06-18 | +| IO | bundled | 2026-09-02 | | IO::Handle::Record | bundled | 2026-08-19 | | IO::Pipe | bundled | 2026-09-02 | | Image::Magick | bundled | 2026-06-18 | @@ -16363,7 +16418,7 @@ These modules were recognized as intentionally skipped by the tester. | Unicode::LineBreak | bundled | 2026-06-18 | | WWW::RobotRules | distroprefs | 2026-06-18 | | Win32 | bundled | 2026-09-02 | -| XML::LibXML | bundled | 2026-08-26 | +| XML::LibXML | bundled | 2026-09-02 | | XML::LibXML::Devel | bundled | 2026-09-02 | | XML::LibXML::Element | bundled | 2026-08-26 | | XML::LibXML::Reader | bundled | 2026-08-26 | @@ -16376,6 +16431,7 @@ These modules were recognized as intentionally skipped by the tester. | YAML::PP | bundled | 2026-09-02 | | YAML::PP::Common | bundled | 2026-08-26 | | YAML::PP::Perl | bundled | 2026-09-02 | +| YAML::PP::v0.41.0 | bundled | 2026-09-02 | | YAML::Syck | bundled | 2026-09-02 | | bigint | bundled | 2026-06-14 | | common::sense | bundled | 2026-06-18 |