Skip Menu |

This queue is for tickets about the Prty CPAN distribution.

Report information
The Basics
Id: 124195
Status: resolved
Priority: 0/
Queue: Prty

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.122
Fixed in: (no value)



Subject: HTML check for fetch google page may fail
On some of my smokers the test doesn't match '(?^i:<HTML>)' fails --- because the html header looks different, starting with <!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="en"><head><meta So it seems you have to drop the ">" from the regular expression.
Am Di 23. Jan 2018, 15:50:35, SREZIC schrieb: Show quoted text
> On some of my smokers the test > > doesn't match '(?^i:<HTML>)' > > fails --- because the html header looks different, starting with > > <!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" > lang="en"><head><meta > > So it seems you have to drop the ">" from the regular expression.
Hello Slaven, thank you. I fixed the bug according to your suggestion. Regards Frank