Package Details: perl-regexp-pattern-license 3.11.2-2

Git Clone URL: https://aur.archlinux.org/perl-regexp-pattern-license.git (read-only, click to copy)
Package Base: perl-regexp-pattern-license
Description: Regular expressions for legal licenses
Upstream URL: https://salsa.debian.org/build-common-team/regexp-pattern-license
Licenses: GPL-3.0-or-later
Submitter: J5lx
Maintainer: J5lx
Last Packager: J5lx
Votes: 1
Popularity: 0.001782
First Submitted: 2020-05-12 19:25 (UTC)
Last Updated: 2025-10-15 07:31 (UTC)

Latest Comments

J5lx commented on 2025-10-15 07:36 (UTC)

This package already depends on perl, so I’ve simply removed the dependency. So far I haven’t applied the change for the failing tests because I was never able to reproduce those test failures myself, but your suggestion has given me an idea of where to start investigating.

marmis commented on 2025-10-10 04:42 (UTC)

About that failing tests, maybe using C.UTF-8 locale might help:

  LC_ALL=C.UTF-8 make test

marmis commented on 2025-10-10 04:35 (UTC)

Hi, @J5lx. Test2::Suite was merged into Test::Simple 1.302200 (1), which is provided by perl since 5.39.4 (2). Arch Linux removed it from the provides array on version 5.42.0, so it's now a missing dependency. Could you please replace perl-test2-suite with perl-test-simple or perl-test-simple>=1.302200? Thanks!

Forty-Bot commented on 2021-07-24 18:03 (UTC)

Tests fail.

Test Summary Report
-------------------
t/02-regexp-pattern.t (Wstat: 2048 Tests: 11 Failed: 8)
  Failed tests:  3, 5-11
  Non-zero exit status: 8
t/re2.t              (Wstat: 2048 Tests: 11 Failed: 8)
  Failed tests:  3, 5-11
  Non-zero exit status: 8
Files=4, Tests=289,  5 wallclock secs ( 0.66 usr  0.08 sys +  5.08 cusr  0.16 csys =  5.98 CPU)
Result: FAIL
Failed 2/4 test programs. 16/289 subtests failed.
make: *** [Makefile:865: test_dynamic] Error 8
==> ERROR: A failure occurred in check().
    Aborting...