Add a script to detect perl compile time errors and warnings
Andrew Dunstan <andrew@dunslane.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/tools/perlcheck/find_perl_files | added | +15 −0 |
| src/tools/perlcheck/pgperlsyncheck | added | +16 −0 |
| src/tools/pgindent/pgperltidy | modified | +3 −11 |
| src/tools/pgperlcritic/pgperlcritic | modified | +3 −11 |