Slaven Rezić
Slaven Rezić
A command between backquotes even gets evaluated at some place: ``` $ cat /tmp/sitespeed/urls.txt https://www.sitespeed.io !"#$%&'()*+,-./0123456789:;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`date`abcdefghijklmnopqrstuvwxyz{|}~ ``` Results in: ``` [2021-02-10 10:24:00] ERROR: VisualMetrics failed to run Error: Command failed...
Possibly a duplicate of https://github.com/github/markup/issues/1253
I see the original problem again. Accessing https://metacpan.org/release/Devel-PPPort results in a 404 page.
Here's a similar fail report at CPAN Testers: http://www.cpantesters.org/cpan/report/102320629
This happens with the latest stable version 1.138 and with 1.139_01.
Probably? Is it allowed to reuse perlcritic policy names at all?
I see this too. A test script to reproduce: ``` if (my($y,$m) = "2019-11" =~ m{^(\d{4})\D*(\d{2})$}) { } else { } ``` Errors happen for perls between 5.18 and 5.30:...
> Where can I locate the test script t/e2e/abigint.t? Probably only available in a generated CPAN distribution, not in the github source...
... and: Git version: 1.008003 (CentOS 7).
But not only on bleadperl, it happens also with older perls, for example 5.18.2 @ freebsd 9: ``` # Current locale: de_DE.ISO8859-1/de_DE.ISO8859-1/de_DE.ISO8859-1/C/de_DE.ISO8859-1/de_DE.ISO8859-1 # Failed test 'nothing on stderr' # at...