logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Config::Model::Role::HelpAsText - Translate element help from pod to text

Author

       Dominique Dumont

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

See Also