Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5f80cd2

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 301redirects.Discussion:https://postgr.es/m/CA672723-BAD2-436E-B6E6-163841E11A1B@yesql.se
1 parent63c833f commit5f80cd2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎doc/src/sgml/external-projects.sgml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp