1PPIx::QuoteLike::Token:U:sDeerliCmointterri(b3u)ted PerlPPDIoxc:u:mQeunottaetLiiokne::Token::Delimiter(3)
2
3
4
5 perl_version_introduced
6 Experimentation with weird delimiters shows that they did not actually
7 work until Perl 5.8.3, so we return '5.008003' for such delimiters.
8
9 perl_version_removed
10 Perl 5.29.0 made fatal the use of non-standalone graphemes as string
11 delimiters. Because non-characters and permanently unassigned code
12 points are still allowed per perldeprecation, I take this to mean
13 characters that match "/\p{Mark}/" (i.e. combining diacritical marks).
14 But this regular expression does not compile under Perl 5.6.
15
16 So:
17
18 This method returns '5.029' for such delimiters provided the requisite
19 regular expression compiles. Otherwise it return "undef".
20
22 PPIx::QuoteLike::Token::Delimiter - Represent a string delimiter
23
25 This class should not be instantiated by the user. See below for public
26 methods.
27
29 "PPIx::QuoteLike::Token::Delimiter" is a PPIx::QuoteLike::Token.
30
31 "PPIx::QuoteLike::Token::Delimiter" has no descendants.
32
34 This token represents the delimiters of the string.
35
37 This class supports no public methods in addition to those of its
38 superclass.
39
41 PPIx::QuoteLike::Token.
42
44 Support is by the author. Please file bug reports at
45 <https://rt.cpan.org/Public/Dist/Display.html?Name=PPIx-QuoteLike>,
46 <https://github.com/trwyant/perl-PPIx-QuoteLike/issues>, or in
47 electronic mail to the author.
48
50 Thomas R. Wyant, III wyant at cpan dot org
51
53 Copyright (C) 2016-2022 by Thomas R. Wyant, III
54
55 This program is free software; you can redistribute it and/or modify it
56 under the same terms as Perl 5.10.0. For more details, see the full
57 text of the licenses in the directory LICENSES.
58
59 This program is distributed in the hope that it will be useful, but
60 without any warranty; without even the implied warranty of
61 merchantability or fitness for a particular purpose.
62
63
64
65perl v5.38.0 2023-07-2P1PIx::QuoteLike::Token::Delimiter(3)