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

Commit 46cda5b

Browse files
committed
Change pgindent/README to specify that we use perltidy version 20170521.
Per discussion, this is now the project's standard version. Update the obsolete URL, and explain how to install a specific version. Discussion: https://postgr.es/m/CABUevEzK3cNiHZQ18f5tK0guoT+cN_jWeVzhYYxY=r+1Q3SmoA@mail.gmail.com
1 parent 4eaf7ea commit 46cda5b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/tools/pgindent/README

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ PREREQUISITES:
1414
git clone https://git.postgresql.org/git/pg_bsd_indent.git
1515
then follow the directions in README.pg_bsd_indent therein.
1616

17-
2) Install perltidy. Please be sure it is v20090616 (older and newer
18-
versions make different formatting choices, and we want consistency). See
19-
https://sourceforge.net/projects/perltidy/files/perltidy/perltidy-20090616/
17+
2) Install perltidy. Please be sure it is version 20170521 (older and newer
18+
versions make different formatting choices, and we want consistency).
19+
You can get the correct version from
20+
https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/
21+
To install, follow the usual install process for a Perl module
22+
("man perlmodinstall" explains it). Or, if you have cpan installed,
23+
this should work:
24+
cpan SHANCOCK/Perl-Tidy-20170521.tar.gz
2025

2126
DOING THE INDENT RUN:
2227

0 commit comments

Comments
 (0)