Ticket #27296 (closed defect: fixed)
perl5 group: new livecheck.regex pattern (recent CPAN changes break existing pattern)
| Reported by: | larry+macports@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | haspatch | Cc: | ricci@… |
| Port: |
Description
For reasons as yet unknown to me, CPAN has changed their HTML so that many plaintext strings are now encoded using numeric character entities. This breaks the existing livecheck.regex pattern because the module name it looks for is now in encoded form.
Here is a patch that uses some new(?) JavaScript code in each page as the target for the regex pattern. Since it's a simpler pattern, this may be preferable even in the case where CPAN reverts back to the unencoded strings.
Attachments
Change History
Changed 3 years ago by larry+macports@…
- Attachment perl5-group-livecheck-regex.patch added
comment:2 Changed 3 years ago by larry+macports@…
Please be aware that livecheck is broken for roughly 800 ports until this problem is fixed.
Note: See
TracTickets for help on using
tickets.


New livecheck.regex for perl5 group