| Locale::Po4a::SimplePod::Parser - helper module to parse POD |
Locale::Po4a::SimplePod::Parser - helper module to parse POD
This module serves as a helper for Locale::Po4a::SimplePod and is not meant to be used directly by end users, such as translators.
Stripping indentation from verbatim blocks could be useful. I'm considering using the strip_verbatim_indent function to control this behavior.
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.
gemmaro <gemmaro.dev@gmail.com>
Copyright (C) 2025 gemmaro <gemmaro.dev@gmail.com>.
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).
| Locale::Po4a::SimplePod::Parser - helper module to parse POD |