1PPI::Token::Unknown(3)User Contributed Perl DocumentationPPI::Token::Unknown(3)
2
3
4
6 PPI::Token::Unknown - Token of unknown or as-yet undetermined type
7
9 PPI::Token::Unknown
10 isa PPI::Token
11 isa PPI::Element
12
14 Object of the type "PPI::Token::Unknown" exist primarily inside the
15 tokenizer, where they are temporarily brought into existing for a very
16 short time to represent a token that could be one of a number of types.
17
18 Generally, they only exist for a character or two, after which they are
19 resolved and converted into the correct type. For an object of this
20 type to survive the parsing process is considered a major bug.
21
22 Please report any "PPI::Token::Unknown" you encounter in a PPI::Docu‐
23 ment object as a bug.
24
26 See the support section in the main module.
27
29 Adam Kennedy <adamk@cpan.org>
30
32 Copyright 2001 - 2006 Adam Kennedy.
33
34 This program is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself.
36
37 The full text of the license can be found in the LICENSE file included
38 with this module.
39
40
41
42perl v5.8.8 2006-09-23 PPI::Token::Unknown(3)