Config::Model::Role::HelpAsText - Translate element help from pod to text
Contents
Copyright And License
This software is Copyright (c) 2005-2022 by Dominique Dumont.
This is free software, licensed under:
The GNU Lesser General Public License, Version 2.1, February 1999
perl v5.40.0 2024-11-30 Config::Model::Role::HelpAsText(3pm)
Description
Role used to transform Config::Model help text or description from pod to text. The provided method
should be used when the help text should be displayed on STDOUT.
This functionality is provided as a role because the interface to Pod::Text is not so easy.
Methods
get_help_as_text
Calls "get_help" and transform the Pod output to text.
SEEALSO
Pod::Text, Pod::Simple
Name
Config::Model::Role::HelpAsText - Translate element help from pod to text
Synopsis
$self->get_help_as_text( ... );
Version
version 2.155
