Skip to content

Commit 3cd4272

Browse files
committed
update additional RT URLs
1 parent a30d7fe commit 3cd4272

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
@@ -827,7 +827,7 @@ resources (
827827
license => '$license_url',
828828
#repository => 'git://github.com/$self->{author}/$self->{distro}.git',
829829
#repository => 'https://bitbucket.org/$self->{author}/$self->{distro}',
830-
bugtracker => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=$self->{distro}',
830+
bugtracker => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=$self->{distro}',
831831
);
832832
833833
configure_requires (
@@ -1694,7 +1694,7 @@ sub _module_bugs {
16941694

16951695
my $bug_email = "bug-\L$self->{distro}\E at rt.cpan.org";
16961696
my $bug_link =
1697-
"http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$self->{distro}";
1697+
"https://rt.cpan.org/NoAuth/ReportBug.html?Queue=$self->{distro}";
16981698

16991699
my $content = <<"HERE";
17001700
\=head1 BUGS

0 commit comments

Comments
 (0)