diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-11-16 10:24:37 +0100 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-11-16 10:24:37 +0100 |
commit | 5f80cd287c29b88fd364634b16c6c155d5617e8c (patch) | |
tree | 249b3c9c943afb519a51972f5afd00a8c0b8ca38 /src/test/perl/PostgreSQL/Test/Cluster.pm | |
parent | 63c833f4bdca3251347dd622102de0908a934330 (diff) | |
download | postgresql-5f80cd287c29b88fd364634b16c6c155d5617e8c.tar.gz postgresql-5f80cd287c29b88fd364634b16c6c155d5617e8c.zip |
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
Diffstat (limited to 'src/test/perl/PostgreSQL/Test/Cluster.pm')
-rw-r--r-- | src/test/perl/PostgreSQL/Test/Cluster.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/perl/PostgreSQL/Test/Cluster.pm b/src/test/perl/PostgreSQL/Test/Cluster.pm index c7531c5efb4..b5a24976e7f 100644 --- a/src/test/perl/PostgreSQL/Test/Cluster.pm +++ b/src/test/perl/PostgreSQL/Test/Cluster.pm @@ -1826,7 +1826,7 @@ sub psql # and set the flag. Otherwise, and for any other exception, rethrow. # # For background, see - # https://metacpan.org/pod/release/ETHER/Try-Tiny-0.24/lib/Try/Tiny.pm + # https://metacpan.org/release/ETHER/Try-Tiny-0.24/view/lib/Try/Tiny.pm do { local $@; |