diff options
author | Noah Misch | 2016-06-12 08:19:44 +0000 |
---|---|---|
committer | Noah Misch | 2016-06-12 08:19:44 +0000 |
commit | b098abf90537edf0ce9c70e8eb55320baf6e445d (patch) | |
tree | 28b2087558886ee3662efa7cbc5f843bbf963432 | |
parent | 020140d84d09e0375824074cead642e3b9435180 (diff) |
Document the authoritative version of perltidy.
Every whole-tree perltidy run has used this version, firmly establishing
it as the de facto standard.
-rw-r--r-- | src/tools/pgindent/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index 878edf697e..f9edbc1cf7 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -32,7 +32,8 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and 7) Remove any files that generate errors and restore their original versions. -8) Indent the Perl code: +8) Indent the Perl code using perltidy v20090616 (perltidy changes formatting + decisions, so older and newer versions are incompatible): ( find . -name \*.pl -o -name \*.pm |