Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dad335b

Browse files
committed
Replace search.cpan.org with metacpan.org
search.cpan.org has been EOL'd, with metacpan.org being the official replacement to which URLs now redirect. Update links to match the new URL. Also update links to CPAN to use https as it will redirect from http. Author: Daniel Gustafsson Discussion: https://postgr.es/m/B74C0219-6BA9-46E1-A524-5B9E8CD3BDB3@yesql.se
1 parent dad5f8a commit dad335b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

contrib/fuzzystrmatch/dmetaphone.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
/***************************** COPYRIGHT NOTICES ***********************
5353
5454
Most of this code is directly from the Text::DoubleMetaphone perl module
55-
version 0.05 available from http://www.cpan.org.
55+
version 0.05 available from https://www.cpan.org/.
5656
It bears this copyright notice:
5757
5858

doc/src/sgml/acronyms.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<term><acronym>CPAN</acronym></term>
7272
<listitem>
7373
<para>
74-
<ulink url="http://www.cpan.org/">Comprehensive Perl Archive Network</ulink>
74+
<ulink url="https://www.cpan.org/">Comprehensive Perl Archive Network</ulink>
7575
</para>
7676
</listitem>
7777
</varlistentry>

doc/src/sgml/external-projects.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<entry>DBD::Pg</entry>
6666
<entry>Perl</entry>
6767
<entry>Perl DBI driver</entry>
68-
<entry><ulink url="http://search.cpan.org/dist/DBD-Pg/"></ulink></entry>
68+
<entry><ulink url="https://metacpan.org/release/DBD-Pg/"></ulink></entry>
6969
</row>
7070

7171
<row>

doc/src/sgml/install-windows.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ $ENV{CONFIG}="Debug";
473473
ActiveState Perl installation, nor in the ActiveState Perl Package
474474
Manager (PPM) library. To install, download the
475475
<filename>IPC-Run-&lt;version&gt;.tar.gz</filename> source archive from CPAN,
476-
at <ulink url="http://search.cpan.org/dist/IPC-Run/"></ulink>, and
476+
at <ulink url="https://metacpan.org/release/IPC-Run/"></ulink>, and
477477
uncompress. Edit the <filename>buildenv.pl</filename> file, and add a PERL5LIB
478478
variable to point to the <filename>lib</filename> subdirectory from the
479479
extracted archive. For example:

src/test/perl/PostgresNode.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ sub psql
12221222
# and set the flag. Otherwise, and for any other exception, rethrow.
12231223
#
12241224
# For background, see
1225-
# http://search.cpan.org/~ether/Try-Tiny-0.24/lib/Try/Tiny.pm
1225+
# https://metacpan.org/pod/release/ETHER/Try-Tiny-0.24/lib/Try/Tiny.pm
12261226
do
12271227
{
12281228
local $@;

0 commit comments

Comments
 (0)