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::Statement::End - Content after the __END__ of a module

Author

       Adam Kennedy <adamk@cpan.org>

Description

       "PPI::Statement::End" is a utility class designed to serve as a contained for all of the content after
       the __END__ tag in a file.

       It doesn't cover the ENTIRE of the __END__ section, and can be interspersed with PPI::Token::Pod tokens.

Inheritance

         PPI::Statement::End
         isa PPI::Statement
             isa PPI::Node
                 isa PPI::Element

Methods

       "PPI::Statement::End" has no additional methods beyond the default ones provided by PPI::Statement,
       PPI::Node and PPI::Element.

Name

       PPI::Statement::End - Content after the __END__ of a module

Support

       See the support section in the main module.

Synopsis

         # This is normal content

         __END__

         This is part of a PPI::Statement::End statement

         =pod

         This is not part of the ::End statement, it's POD

         =cut

         This is another PPI::Statement::End statement

See Also