Skip to content

Commit bf147d5

Browse files
authored
Use HTTPS where possible
Links should use HTTPS if the site allows HTTPS.
1 parent dcb0fa0 commit bf147d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Module/Starter/Simple.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -665,14 +665,14 @@ sub _reference_links {
665665
return (
666666
{ nickname => 'RT',
667667
title => 'CPAN\'s request tracker (report bugs here)',
668-
link => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=%s',
668+
link => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=%s',
669669
},
670670
{ nickname => 'AnnoCPAN',
671671
title => 'Annotated CPAN documentation',
672672
link => 'http://annocpan.org/dist/%s',
673673
},
674674
{ title => 'CPAN Ratings',
675-
link => 'http://cpanratings.perl.org/d/%s',
675+
link => 'https://cpanratings.perl.org/d/%s',
676676
},
677677
{ title => 'Search CPAN',
678678
link => 'https://metacpan.org/release/%s',

0 commit comments

Comments
 (0)