File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ package # not official yet
1818use strict;
1919use warnings;
2020use vars qw( $VERSION) ;
21- $VERSION = ' 2.66 ' ;
21+ $VERSION = ' 2.67 ' ;
2222
2323use vars qw( $UA) ;
2424
@@ -1890,6 +1890,15 @@ sub dist_links {
18901890 if ($app_mode != APP_MODE_NDJSONAPI) {
18911891 print <<EOF ;
18921892<li><a class="sml" href="https://fast2-matrix.cpantesters.org/?@{[ CGI::escapeHTML($q ->query_string) ]}">Matrix via ndjson API ("fast2")</a> <!--<span class="sml">(temporary!)</span>-->
1893+ EOF
1894+ }
1895+ if (1) {
1896+ my $dist_version_part = ' ' ;
1897+ if (defined $dist_version ) {
1898+ $dist_version_part = ' /' . CGI::escapeHTML($dist_version );
1899+ }
1900+ print <<EOF ;
1901+ <li><a class="sml" href="https://matrix.perl-magpie.org/dist/$dist_html$dist_version_part ">Matrix at perl-magpie</a>
18931902EOF
18941903 }
18951904 if (1) {
You can’t perform that action at this time.
0 commit comments