This patch adds handling for files with the `.PL` extension to the `tidy.pl` helper script. It will now consider them Perl files and tidy them as appropriate. I opted for explicitly listing `PL` instead of making the existing check case-insensitive because the only files I found with changed case (i.e. Perl scripts that don't have `.pl`) are: $ find . -type f -iname "*.pl" ! -name "*.pl" ./fix-perl-path.PL ./build-resources.PL ./rewrite-config.PL ./Makefile.PL Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> |
||
---|---|---|
.. | ||
add_missing_filters.pl | ||
auto_rebase.pl | ||
coverage.pl | ||
create_superlibrarian.pl | ||
create_test_data.pl | ||
get_prepared_letter.pl | ||
install_plugins.pl | ||
koha_perl_deps.pl | ||
tidy.pl | ||
update_dbix_class_files.pl |