https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41634

--- Comment #1 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 191507
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191507&action=edit
feat(tools): Add Pod::Tidy support for consistent POD documentation formatting

This implements bug 41634 by integrating Pod::Tidy into Koha's development
workflow, similar to how Perl::Tidy handles code formatting.

Changes:
- Add .podtidyrc configuration file with columns=120 and indent=4
- Update misc/devel/tidy.pl to run podtidy after perltidy on Perl files
- Add libpod-tidy-perl to Debian build dependencies
- Create xt/podtidy.t test to verify POD formatting
- Include .podtidyrc in Makefile.PL distribution manifest

Test Plan:
1. Install libpod-tidy-perl dependency
2. Run `./misc/devel/tidy.pl --perl` on Perl files containing POD
3. Verify POD sections are properly formatted (e.g., consistent indentation)
4. Run `prove xt/podtidy.t` to ensure all POD is tidy
5. Commit changes to trigger pre-commit hook which applies tidying
automatically

Sponsored-by: Koha Community

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to