We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcb0fa0 + bf147d5 commit 1e25e24Copy full SHA for 1e25e24
lib/Module/Starter/Simple.pm
@@ -665,14 +665,14 @@ sub _reference_links {
665
return (
666
{ nickname => 'RT',
667
title => 'CPAN\'s request tracker (report bugs here)',
668
- link => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=%s',
+ link => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=%s',
669
},
670
{ nickname => 'AnnoCPAN',
671
title => 'Annotated CPAN documentation',
672
link => 'http://annocpan.org/dist/%s',
673
674
{ title => 'CPAN Ratings',
675
- link => 'http://cpanratings.perl.org/d/%s',
+ link => 'https://cpanratings.perl.org/d/%s',
676
677
{ title => 'Search CPAN',
678
link => 'https://metacpan.org/release/%s',
0 commit comments