File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ use App::CPANModuleSite;
1212my $args = { distribution => $ARGV[0] };
1313if (@ARGV > 1) {
1414 $args->{base} = $ARGV[1];
15+ $args->{base} .= '/' if $args->{base} !~ m|/$|;
1516}
1617
1718my $app = App::CPANModuleSite->new($args);
Original file line number Diff line number Diff line change 22<!doctype html>
33< html lang ="en ">
44 < head >
5- < base href ="/app-cpanmodulesite ">
5+ < base href ="/app-cpanmodulesite/ ">
66 <!-- Required meta tags -->
77 < meta charset ="utf-8 ">
88 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
Original file line number Diff line number Diff line change 22<!doctype html>
33< html lang ="en ">
44 < head >
5- < base href ="/app-cpanmodulesite ">
5+ < base href ="/app-cpanmodulesite/ ">
66 <!-- Required meta tags -->
77 < meta charset ="utf-8 ">
88 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
You can’t perform that action at this time.
0 commit comments