24 Sep
2025
24 Sep
'25
5:08 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40872 --- Comment #1 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 186893 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186893&action=edit Bug 40872: List opac/unapi as a Perl file This patch makes `tidy.pl` treat the file as a Perl one. To test: 1. Run: $ ktd --shell k$ misc/devel/tidy.pl opac/unapi => FAIL: You get: ``` Cannot guess filetype for opac/unapi at /kohadevbox/koha/Koha/Devel/Files.pm line 241. ``` 2. Apply this patch 3. Repeat 1 => SUCCESS: The file is now tidy. 4. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.