Subject: | Tests started to fail (http vs. https?) |
My smoker systems started to report the following failures:
...
# Failed test 'Got 20th comic image'
# at t/module.t line 20.
# '<img src="https://imgs.xkcd.com/comics/ferret.jpg" alt="My brother had a ferret he loved which died since I drew this strip. RIP." />'
# doesn't match '(?^:<img src="http://imgs.xkcd.com/comics/ferret.jpg" alt=".*" />)'
# Looks like you failed 1 test of 4.
t/module.t ..............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
...
# Failed test 'Found an image'
# at t/render.t line 39.
# '
#
# Hello Sawyer
# <img src="https://imgs.xkcd.com/comics/ferret.jpg" alt="My brother had a ferret he loved which died since I drew this strip. RIP." />
# '
# doesn't match '(?^:http://imgs\.xkcd\.com/comics/ferret\.jpg)'
# Looks like you failed 1 test of 6.
t/render.t ..............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
...
It seems that the xkcd site changed to use https.