1PPI::Token::Quote::SingUlsee(r3)Contributed Perl DocumenPtPaIt:i:oTnoken::Quote::Single(3)
2
3
4
6 PPI::Token::Quote::Single - A 'single quote' token
7
9 PPI::Token::Quote::Single
10 isa PPI::Token::Quote
11 isa PPI::Token
12 isa PPI::Element
13
15 'This is a single quote'
16
17 q{This is a literal, but NOT a single quote}
18
20 A "PPI::Token::Quote::Single" object represents a single quoted string
21 literal.
22
24 There are no methods available for "PPI::Token::Quote::Single" beyond
25 those provided by the parent PPI::Token::Quote, PPI::Token and
26 PPI::Element classes.
27
29 See the support section in the main module.
30
32 Adam Kennedy <adamk@cpan.org>
33
35 Copyright 2001 - 2011 Adam Kennedy.
36
37 This program is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
40 The full text of the license can be found in the LICENSE file included
41 with this module.
42
43
44
45perl v5.36.0 2023-01-20 PPI::Token::Quote::Single(3)