@@ -14,16 +14,16 @@ PREREQUISITES:
14
14
sibling directory src/tools/pg_bsd_indent; see the directions
15
15
in that directory's README file.
16
16
17
- 2) Install perltidy. Please be sure it is version 20170521 (older and newer
17
+ 2) Install perltidy. Please be sure it is version 20230309 (older and newer
18
18
versions make different formatting choices, and we want consistency).
19
19
You can get the correct version from
20
20
https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/
21
21
To install, follow the usual install process for a Perl module
22
22
("man perlmodinstall" explains it). Or, if you have cpan installed,
23
23
this should work:
24
- cpan SHANCOCK/Perl-Tidy-20170521 .tar.gz
24
+ cpan SHANCOCK/Perl-Tidy-20230309 .tar.gz
25
25
Or if you have cpanm installed, you can just use:
26
- cpanm https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20170521 .tar.gz
26
+ cpanm https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20230309 .tar.gz
27
27
28
28
DOING THE INDENT RUN:
29
29
@@ -38,7 +38,7 @@ DOING THE INDENT RUN:
38
38
39
39
3) Run pgindent on the C files:
40
40
41
- src/tools/pgindent/pgindent
41
+ src/tools/pgindent/pgindent .
42
42
43
43
If any files generate errors, restore their original versions with
44
44
"git checkout", and see below for cleanup ideas.
0 commit comments