]> granicus.if.org Git - postgresql/commit
Add a script to detect perl compile time errors and warnings
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 11 Jun 2018 18:47:20 +0000 (14:47 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 11 Jun 2018 18:47:20 +0000 (14:47 -0400)
commitaf616ce48347c68af7bdcfe0e62d9ad601cb8d75
treed1b9fae305d92410b9bde772b365ae3bcc5668ba
parentbe3d90026a3c17c7e6cc23d52430c37df403d869
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.
src/tools/perlcheck/find_perl_files [new file with mode: 0644]
src/tools/perlcheck/pgperlsyncheck [new file with mode: 0755]
src/tools/pgindent/pgperltidy
src/tools/pgperlcritic/pgperlcritic