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

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

Build:
Build:
LAST BUILD BRANCH: v0.530
DEFAULT BRANCH: main
Ran 06 May 2026 01:29PM UTC
Jobs 1
Files 11
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

06 May 2026 01:22PM UTC coverage: 95.613%. Remained the same
25437952130

Pull #52

github

peczenyj
feat(cli): enable Getopt::Long short-option bundling

Adds `bundling` to the Getopt::Long config so power users can combine
short flags after a single dash (`-pq` == `--pretty --quiet`,
`-pv 284` == `--pretty --vendor-id 284`, last bundled short may take
a value).

Side effects of bundling:
  - Short options are case-sensitive (no_ignore_case forced ON)
    — additional defense in depth on top of PR #51's require_order
    fix for the -v/-V shadowing bug.
  - Long-option auto_abbrev is disabled. `--ver` is no longer
    accepted as a shortcut for `--version`. Always use the full
    long-option name or its single-character short alias.

Notes:
  - `gnu_compat` was considered but not included — `--opt=value`
    syntax already works without it; `gnu_compat` only changes
    `--opt=` (empty value) behavior, which we don't care about.

Documentation:
  - bin/iabtcfv2 POD: new `=head2 Short option bundling` subsection
    with examples (--man / --help still show this).
  - lib/GDPR/IAB/TCFv2.pm POD: extra example lines in the
    `=head2 iabtcfv2` block (regenerates in README.md).
  - README.md: regenerated via pod2markdown.

Tests (t/10-cli-iabtcfv2.t):
  - 'Short option bundling and = value syntax' subtest with three
    assertions: bundled flags produce valid JSON; -pq enables
    --pretty (multi-line output); -pv 1 produces same data as
    --pretty --vendor-id 1; --vendor-id=1 is parsed identically
    to --vendor-id 1.
Pull Request #52: feat(cli): enable Getopt::Long short-option bundling

1 of 1 new or added line in 1 file covered. (100.0%)

741 of 775 relevant lines covered (95.61%)

11618.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25437952130.1 06 May 2026 01:30PM UTC 11
95.61
GitHub Action Run
Source Files on build 25437952130
  • Tree
  • List 11
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #52
  • PR Base - devel (#25437541712)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc