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

Commit 5f80cd2

Browse files
doc: update metacpan.org links to avoid redirects
The /release/ links are redirected to /dist/ and /pod/release/ to /release/../view/, so update our links accordingly to avoid 301 redirects. Discussion: https://postgr.es/m/CA672723-BAD2-436E-B6E6-163841E11A1B@yesql.se
1 parent 63c833f commit 5f80cd2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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="https://metacpan.org/release/DBD-Pg"></ulink></entry>
68+
<entry><ulink url="https://metacpan.org/dist/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
@@ -488,7 +488,7 @@ $ENV{CONFIG}="Debug";
488488
ActiveState Perl installation, nor in the ActiveState Perl Package
489489
Manager (PPM) library. To install, download the
490490
<filename>IPC-Run-&lt;version&gt;.tar.gz</filename> source archive from CPAN,
491-
at <ulink url="https://metacpan.org/release/IPC-Run"></ulink>, and
491+
at <ulink url="https://metacpan.org/dist/IPC-Run"></ulink>, and
492492
uncompress. Edit the <filename>buildenv.pl</filename> file, and add a PERL5LIB
493493
variable to point to the <filename>lib</filename> subdirectory from the
494494
extracted archive. For example:

src/test/perl/PostgreSQL/Test/Cluster.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1826,7 +1826,7 @@ sub psql
18261826
# and set the flag. Otherwise, and for any other exception, rethrow.
18271827
#
18281828
# For background, see
1829-
# https://metacpan.org/pod/release/ETHER/Try-Tiny-0.24/lib/Try/Tiny.pm
1829+
# https://metacpan.org/release/ETHER/Try-Tiny-0.24/view/lib/Try/Tiny.pm
18301830
do
18311831
{
18321832
local $@;

src/tools/perlcheck/perlcriticrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ theme = core
1313
# print the policy name as well as the normal output
1414
verbose = %f: %m at line %l, column %c. %e. ([%p] Severity: %s)\n
1515

16-
# Note: for policy descriptions see https://metacpan.org/release/Perl-Critic
16+
# Note: for policy descriptions see https://metacpan.org/dist/Perl-Critic
1717

1818

1919
# allow octal constants with leading zeros

0 commit comments

Comments
 (0)