File tree 1 file changed +8
-3
lines changed 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,14 @@ PREREQUISITES:
14
14
git clone https://git.postgresql.org/git/pg_bsd_indent.git
15
15
then follow the directions in README.pg_bsd_indent therein.
16
16
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
20
25
21
26
DOING THE INDENT RUN:
22
27
You can’t perform that action at this time.
0 commit comments