Koha/misc/devel
Tomas Cohen Arazi 63cba14abd
Bug 39149: Make tidy.pl deal with .PL files
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>
2025-02-18 15:35:52 +01:00
..
add_missing_filters.pl Bug 38664: Tidy the whole codebase 2025-02-11 14:58:24 +01:00
auto_rebase.pl Bug 39106: Use LWP::UserAgent and add error checking 2025-02-17 13:10:24 +01:00
coverage.pl Bug 38664: Tidy the whole codebase 2025-02-11 14:58:24 +01:00
create_superlibrarian.pl Bug 36309: Make create_superlibrarian.pl output more useful 2024-04-22 08:57:35 +02:00
create_test_data.pl Bug 37448: Add script to allow developers to quickly generate large amounts of data for development and testing 2025-01-10 19:19:26 +01:00
get_prepared_letter.pl Bug 38664: Tidy the whole codebase 2025-02-11 14:58:24 +01:00
install_plugins.pl Bug 38664: Tidy the whole codebase 2025-02-11 14:58:24 +01:00
koha_perl_deps.pl Bug 38664: Tidy the whole codebase 2025-02-11 14:58:24 +01:00
tidy.pl Bug 39149: Make tidy.pl deal with .PL files 2025-02-18 15:35:52 +01:00
update_dbix_class_files.pl Bug 38664: Tidy the whole codebase 2025-02-11 14:58:24 +01:00