LOCALE::PO4A::PARSER.3PM(1) User Contributed Perl Documentation NAME Locale::Po4a::SimplePod::Parser - helper module to parse POD DESCRIPTION This module serves as a helper for Locale::Po4a::SimplePod and is not meant to be used directly by end users, such as translators. TODO Stripping indentation from verbatim blocks could be useful. I'm considering using the "strip_verbatim_indent" function to control this behavior. SEE ALSO This module is based on Pod::Simple::JustPod, which performs an identity transformation from POD to POD. That module is particularly useful for understanding how to serialize parsed POD document events into the POD file format. For a foundational overview of the library, see Pod::Simple. Additionally, Locale::Po4a::SimplePod utilizes this module within po4a. AUTHORS gemmaro COPYRIGHT AND LICENSE Copyright (C) 2025 gemmaro . This program is free software; you may redistribute it and/or modify it under the terms of GPL v2.0 or later (see the COPYING file). perl v5.42.0 2025-11-22 LOCALE::PO4A::PARSER.3PM(1)