1PPI::Token::DashedWord(U3s)er Contributed Perl DocumentatPiPoIn::Token::DashedWord(3)
2
3
4
6 PPI::Token::DashedWord - A dashed bareword token
7
9 PPI::Token::DashedWord
10 isa PPI::Token
11 isa PPI::Element
12
14 The "dashed bareword" token represents literal values like "-foo".
15
17 There are no additional methods beyond those provided by the parent
18 PPI::Token and PPI::Element classes.
19
20 Got any ideas for methods? Submit a report to rt.cpan.org!
21
23 See the support section in the main module.
24
26 Adam Kennedy <adamk@cpan.org>
27
29 Copyright 2001 - 2006 Adam Kennedy.
30
31 This program is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself.
33
34 The full text of the license can be found in the LICENSE file included
35 with this module.
36
37
38
39perl v5.8.8 2006-09-23 PPI::Token::DashedWord(3)