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

peczenyj / GDPR-IAB-TCFv2 / 25643900961
96%
main: 96%

Build:
Build:
LAST BUILD BRANCH: devel
DEFAULT BRANCH: main
Ran 11 May 2026 12:32AM UTC
Jobs 1
Files 16
Run time 1min
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

11 May 2026 12:22AM UTC coverage: 96.256%. Remained the same
25643900961

push

github

web-flow
fix: restore PAUSE indexation regressed by #72 (CMPValidator $VERSION) (#119)

* chore: add tools/bump-version helper

Adds a small Perl release-helper script that rewrites
`our $VERSION = "..."` across every `lib/**/*.pm` in place, with two
guards:

  * Refuses to downgrade: the new version must be strictly greater
    than the current dist version (read from
    `lib/GDPR/IAB/TCFv2.pm`). Same sanity check PAUSE enforces.
  * Refuses to run if any `.pm` under `lib/` lacks `$VERSION`. That
    signals a new module that forgot the convention, or hand-edit
    drift; the author resolves before bumping.

The script does not touch CHANGELOG, run git-cliff, commit, tag, or
push -- those remain manual steps in CONTRIBUTING.pod's release
flow. `^tools/` is added to MANIFEST.SKIP so the helper does not
ship in the dist tarball.

`CONTRIBUTING.pod` documents the bumper in a new `=head2 Bumping the
version` subsection. `AGENTS.md` points future agents at the helper
under "Build / test commands".

This is preparatory work for the v0.401 indexation fix: the bumper
will be the canonical bump mechanism from v0.402 onward, once
commit 3 of this branch seeds \$VERSION on the 14 sub-modules that
are currently missing it.

* chore: harden tools/bump-version + align release docs

Addresses code-review feedback on the bump-version helper commit:

  * Add `-w` pre-check before any write. The original rewrite loop
    was not atomic -- if file N's write failed mid-batch (read-only
    file, permission race), files 1..N-1 would already be at the
    new version and N..end would stay at the old, leaving the tree
    in exactly the half-bumped state the script exists to prevent.
    Refuse upfront if any .pm is non-writable; matches the existing
    all-or-nothing missing-\$VERSION refusal.

  * Align `CONTRIBUTING.pod` Step-by-step release and `AGENTS.md`
    Release flow with the new `=head2 Bumping the version` section.
    Both previously described the hand-edit pattern; ... (continued)

1157 of 1202 relevant lines covered (96.26%)

8836.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25643900961.1 11 May 2026 12:32AM UTC 16
96.26
GitHub Action Run
Source Files on build 25643900961
  • Tree
  • List 16
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 82ff822e on github
  • Prev Build on devel (#25596285607)
  • Next Build on devel (#25653054595)
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