On Thursday, 3 February 2022 09:16:54 CET Paul Gevers wrote: > I'm slightly surprised that perl6-readline isn't picked up by the > tracker. We'll need to check why that is.
I've a possible explanation. perl6-readline depends field is: Depends: libreadline8, raku-api-2021.09 rakudo tracker is set with: Affected: .depends ~ /^raku-api-/ This fails if the regexp is applied to the *whole* Depends field value because the regexp is anchored to the beginning of the string. HTH

