• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

peczenyj / GDPR-IAB-TCFv2 / 25556740268 / 1
96%
main: 96%

Build:
Build:
LAST BUILD BRANCH: v0.530
DEFAULT BRANCH: main
Ran 08 May 2026 01:06PM UTC
Files 16
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 May 2026 12:55PM UTC coverage: 95.833%. Remained the same
25556740268.1

push

github

web-flow
chore: declare MIN_PERL_VERSION 5.8.9 (last change before v0.400) (#87)

* chore: declare MIN_PERL_VERSION 5.8.9 (last change before v0.400)

Bumps the declared Perl floor from 5.8 to 5.8.9 in Makefile.PL and adds
5.8.9 to the Linux CI matrix so the claim is exercised on every push.

Why now: this is the last code change before the v0.400 release. The
Phase 6.x work and the recent observation fixes (notably PR #71's
defined-ternary swap) targeted 5.8 explicitly; 5.8.9 is the oldest
version a serious downstream is still on, and is the floor we are
willing to support in maintenance mode.

Verified locally:
  perl Makefile.PL                                            -> META "perl": "5.008009"
  prove -lr t                                                 -> 17548 pass
  AUTHOR_TESTING=1 prove -lr xt                               -> tidy + critic clean

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

* ci(linux): drop Test::CheckManifest install (blocks 5.8.9)

The 5.8.9 matrix entry added in the previous commit fails on dep
install because `Test::CheckManifest` pulls
`Pod::Coverage::TrustPod -> Mixin::Linewise -> Sub::Exporter ->
Data::OptList`, all of which declare Perl 5.12+ as their floor.

Nothing in the repo actually uses Test::CheckManifest (no
`t/00-checkmanifest.t`, no reference in lib/ or xt/). It was inherited
from a workflow template; dropping it from the manual cpanm step
unblocks 5.8.9 without touching the downstream behavior.

`cpanm --installdeps .` already pulls in `Test::Pod` and the rest of
TEST_REQUIRES from Makefile.PL, so this is purely removing dead
weight.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

* ci(linux): force Test::More upgrade for Perl 5.12.2

Perl 5.12.2 ships Test::More 0.94 — exactly the floor declared in
Makefile.PL TEST_REQUIRES — so cpanm leaves it alone. That vintage
mis-reports subtest failures as "Tests were run but no plan was
declared", which made every subtest on the 5.12.2 matrix entry... (continued)

1058 of 1104 relevant lines covered (95.83%)

7845.72 hits per line

Source Files on job 25556740268.1
  • Tree
  • List 16
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25556740268
  • 0cd83154 on github
  • Prev Job for on devel (#25552576915.1)
  • Next Job for on devel (#25558955834.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc