diff options
author | Dan Book <grinnz@grinnz.com> | 2019-12-26 18:53:54 -0500 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2020-01-22 10:24:31 +1100 |
commit | c23f766f6c261b334740784b1baca327e8118a87 (patch) | |
tree | ad3b82ed756a09ba3a10eb72a8d3162e01fc6389 /utils | |
parent | a491ffd38258cab175d7540104c46bb9cdc3f6c0 (diff) | |
download | perl-c23f766f6c261b334740784b1baca327e8118a87.tar.gz |
Change various search.cpan.org references to metacpan.org and www.cpan.org
Diffstat (limited to 'utils')
-rw-r--r-- | utils/h2xs.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL index 428fb98256..fca1765355 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -1937,7 +1937,7 @@ WriteMakefile( AUTHOR => '$author <$email>', #LICENSE => 'perl', #Value must be from legacy list of licenses here - #http://search.cpan.org/perldoc?Module%3A%3ABuild%3A%3AAPI + #https://metacpan.org/pod/Module::Build::API END if (!$opt_X) { # print C stuff, unless XS is disabled $opt_F = '' unless defined $opt_F; |