Обсуждение: pgsql: Add a script to detect perl compile time errors and warnings

Поиск
Список
Период
Сортировка

pgsql: Add a script to detect perl compile time errors and warnings

От
Andrew Dunstan
Дата:
Add a script to detect perl compile time errors and warnings

Also add a function that centralizes the logic for locating all our perl
files and use it in pgperlcritic and pgperltidy as well as the new
pgperlcheck.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/af616ce48347c68af7bdcfe0e62d9ad601cb8d75

Modified Files
--------------
src/tools/perlcheck/find_perl_files | 15 +++++++++++++++
src/tools/perlcheck/pgperlsyncheck  | 16 ++++++++++++++++
src/tools/pgindent/pgperltidy       | 14 +++-----------
src/tools/pgperlcritic/pgperlcritic | 14 +++-----------
4 files changed, 37 insertions(+), 22 deletions(-)