Commit b098abf9 authored by Noah Misch's avatar Noah Misch

Document the authoritative version of perltidy.

Every whole-tree perltidy run has used this version, firmly establishing
it as the de facto standard.
parent 020140d8
...@@ -32,7 +32,8 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and ...@@ -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 7) Remove any files that generate errors and restore their original
versions. 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 find . -name \*.pl -o -name \*.pm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment