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

PPI::Token::Pod - Sections of POD in Perl documents

Author

       Adam Kennedy <adamk@cpan.org>

Description

       A single "PPI::Token::Pod" object represents a complete section of POD documentation within a Perl
       document.

Inheritance

         PPI::Token::Pod
         isa PPI::Token
             isa PPI::Element

Methods

       This class provides some additional methods beyond those provided by its PPI::Token and PPI::Element
       parent classes.

   merge@podtokens
       The "merge" constructor takes a number of "PPI::Token::Pod" objects, and returns a new object that
       represents one combined POD block with the content of all of them.

       Returns a new "PPI::Token::Pod" object, or "undef" on error.

   lines
       The "lines" method takes the string of POD and breaks it into lines, returning them as a list.

Name

       PPI::Token::Pod - Sections of POD in Perl documents

Support

       See the support section in the main module.

See Also