DhMakePerl::PodParser(3pm) | User Contributed Perl Documentation | DhMakePerl::PodParser(3pm) |
DhMakePerl::PodParser - internal helper module for DhMakePerl
DhMakePerl::PodParser is used by DhMakePerl to extract some information from the module-to-be-packaged. It sub-classes from Pod::Parser - Please refer to it for further documentation.
Gets each of the POD's commands (sections), and defines how it should react to each of them. In this particular implementation, it basically filters out anything except for the "=head" sections defined in "set_names".
Content is ignored if more than 15 lines away from the section start.
This implementation decodes "gt", "lt", "sol", "verbar" and numeric character codes, all used by "E" escape.
Pod::Parser
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2024-03-14 | perl v5.38.2 |