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

Pod::Abstract::Parser - Internal Parser class of Pod::Abstract.

Author

       Ben Lilburne <bnej@mac.com>

Description

       This is a "Pod::Parser" subclass, used by "Pod::Abstract" to convert Pod text into a Node tree. You do
       not need to use this class yourself, the "Pod::Abstract" class will do the work of creating the parser
       and running it for you.

Methods

new
        Pod::Abstract::Parser->new( $pod_abstract );

       Requires a Pod::Abstract object to load Pod data into. Should only be called internally by Pod::Abstract.

Name

       Pod::Abstract::Parser - Internal Parser class of Pod::Abstract.

See Also