1PPI::Statement::End(3)User Contributed Perl DocumentationPPI::Statement::End(3)
2
3
4

NAME

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

SYNOPSIS

9         # This is normal content
10
11         __END__
12
13         This is part of an PPI::Statement::End statement
14
15         =pod
16
17         This is not part of the ::End statement, it's POD
18
19         =cut
20
21         This is another PPI::Statement::End statement
22

INHERITANCE

24         PPI::Statement::End
25         isa PPI::Statement
26             isa PPI::Node
27                 isa PPI::Element
28

DESCRIPTION

30       "PPI::Statement::End" is a utility class designed to serve as a
31       contained for all of the content after the __END__ tag in a file.
32
33       It doesn't cover the ENTIRE of the __END__ section, and can be
34       interspersed with PPI::Token::Pod tokens.
35

METHODS

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

SUPPORT

41       See the support section in the main module.
42

AUTHOR

44       Adam Kennedy <adamk@cpan.org>
45
47       Copyright 2001 - 2011 Adam Kennedy.
48
49       This program is free software; you can redistribute it and/or modify it
50       under the same terms as Perl itself.
51
52       The full text of the license can be found in the LICENSE file included
53       with this module.
54
55
56
57perl v5.16.3                      2011-02-26            PPI::Statement::End(3)
Impressum