]> granicus.if.org Git - postgresql/commitdiff
Replace search.cpan.org with metacpan.org
authorMichael Paquier <michael@paquier.xyz>
Fri, 29 Jun 2018 13:02:20 +0000 (22:02 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 29 Jun 2018 13:02:20 +0000 (22:02 +0900)
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

contrib/fuzzystrmatch/dmetaphone.c
doc/src/sgml/acronyms.sgml
doc/src/sgml/external-projects.sgml
doc/src/sgml/install-windows.sgml
src/test/perl/PostgresNode.pm

index 16e4c66167bc935068aa335681ad59830b157e09..bff20b37e686745b3700c36d523cbd3f9557f37e 100644 (file)
@@ -52,7 +52,7 @@
 /***************************** COPYRIGHT NOTICES ***********************
 
 Most of this code is directly from the Text::DoubleMetaphone perl module
-version 0.05 available from http://www.cpan.org.
+version 0.05 available from https://www.cpan.org/.
 It bears this copyright notice:
 
 
index 638ffc9fe83891efc2299bc113d5105d214c68e3..d17b6ff8f018b9dda0abb0b4d04d0a32e644d097 100644 (file)
@@ -71,7 +71,7 @@
     <term><acronym>CPAN</acronym></term>
     <listitem>
      <para>
-      <ulink url="http://www.cpan.org/">Comprehensive Perl Archive Network</ulink>
+      <ulink url="https://www.cpan.org/">Comprehensive Perl Archive Network</ulink>
      </para>
     </listitem>
    </varlistentry>
index 347b8307365add0d3308c62c31cfa66a1119482b..df5ca5498438295648093e0a269ecd4e63997df0 100644 (file)
@@ -65,7 +65,7 @@
       <entry>DBD::Pg</entry>
       <entry>Perl</entry>
       <entry>Perl DBI driver</entry>
-      <entry><ulink url="http://search.cpan.org/dist/DBD-Pg/"></ulink></entry>
+      <entry><ulink url="https://metacpan.org/release/DBD-Pg/"></ulink></entry>
      </row>
 
      <row>
index 02d2c6f846a8b66eea5c1d1ddfcc0efe0f9f6beb..e345471c8593ad96053ec5607c132a5239ad5246 100644 (file)
@@ -473,7 +473,7 @@ $ENV{CONFIG}="Debug";
       ActiveState Perl installation, nor in the ActiveState Perl Package
       Manager (PPM) library. To install, download the
       <filename>IPC-Run-&lt;version&gt;.tar.gz</filename> source archive from CPAN,
-      at <ulink url="http://search.cpan.org/dist/IPC-Run/"></ulink>, and
+      at <ulink url="https://metacpan.org/release/IPC-Run/"></ulink>, and
       uncompress. Edit the <filename>buildenv.pl</filename> file, and add a PERL5LIB
       variable to point to the <filename>lib</filename> subdirectory from the
       extracted archive. For example:
index d12dd60e732a9cf2a2c9b4dc7a8fb9adee6d3832..5f848a0db7a285946764124547ed705db1198570 100644 (file)
@@ -1222,7 +1222,7 @@ sub psql
        # and set the flag.  Otherwise, and for any other exception, rethrow.
        #
        # For background, see
-       # http://search.cpan.org/~ether/Try-Tiny-0.24/lib/Try/Tiny.pm
+       # https://metacpan.org/pod/release/ETHER/Try-Tiny-0.24/lib/Try/Tiny.pm
        do
        {
                local $@;