File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9090 </li>
9191 <li>
9292 %% my $cpantesters_base = 'https://www.cpantesters.org/distro/' ~ $release.distribution.substr(0, 1) ~ '/' ~ $release.distribution ~ '.html?oncpan=1&distmat=1&version=' ~ uri_escape($release.distnameinfo.version)
93- <a rel="noopener nofollow" href="http ://matrix.cpantesters.org/?dist=[% uri_escape($release.distribution) %]+[% uri_escape($release.distnameinfo.version) %]" title="Matrix">Testers</a>
93+ <a rel="noopener nofollow" href="https ://fast2- matrix.cpantesters.org/?dist=[% uri_escape($release.distribution) %]+[% uri_escape($release.distnameinfo.version) %]" title="Matrix">Testers</a>
9494 %% if $release.tests.size() {
9595 <span title="(pass / fail / na)">(<a rel="noopener nofollow" href="[% $cpantesters_base ~ '&grade=2' %]" style="color: #090">[% $release.tests.pass %]</a> / <a rel="noopener nofollow" href="[% $cpantesters_base ~ '&grade=3' %]" style="color: #900">[% $release.tests.fail %]</a> / <a rel="noopener nofollow" href="[% $cpantesters_base ~ '&grade=4' %]">[% $release.tests.na %]</a>)</span>
9696 %% }
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ test_psgi app, sub {
165165
166166 $tx -> is(
167167 ' //a[@title="Matrix"]/@href' ,
168- " http ://matrix.cpantesters.org/?dist=$qs_dist +$qs_version " ,
168+ " https ://fast2- matrix.cpantesters.org/?dist=$qs_dist +$qs_version " ,
169169 ' link to test matrix'
170170 );
171171
You can’t perform that action at this time.
0 commit comments