Subject: | Fails with perl < 5.14 |
Best illustrated with the matrix: http://matrix.cpantesters.org/?dist=String-Tagged%200.16
Sample fail report: http://www.cpantesters.org/cpan/report/d108a11a-5d36-11e9-89a9-b8d7670e5f16
Likely cause (untested): s///r
Found in: https://metacpan.org/source/PEVANS/String-Tagged-0.16/lib/String/Tagged.pm#L1663
my $ret = " " . ( $str =~ s/\n/./gr ) . "\n";
If you want to keep the r modifier it would be cool if you could predeclare the dependency. That way the FAILS are converted to UNKNOWNS. Details about how to do it are on this page: http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Thanks!