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

NAME

22       PPIx::QuoteLike::Token::Delimiter - Represent a string delimiter
23

SYNOPSIS

25       This class should not be instantiated by the user. See below for public
26       methods.
27

INHERITANCE

29       "PPIx::QuoteLike::Token::Delimiter" is a PPIx::QuoteLike::Token.
30
31       "PPIx::QuoteLike::Token::Delimiter" has no descendants.
32

DESCRIPTION

34       This token represents the delimiters of the string.
35

METHODS

37       This class supports no public methods in addition to those of its
38       superclass.
39

SEE ALSO

41       PPIx::QuoteLike::Token.
42

SUPPORT

44       Support is by the author. Please file bug reports at
45       <https://github.com/trwyant/perl-PPIx-QuoteLike/issues>, or in
46       electronic mail to the author.
47

AUTHOR

49       Thomas R. Wyant, III wyant at cpan dot org
50
52       Copyright (C) 2016-2021 by Thomas R. Wyant, III
53
54       This program is free software; you can redistribute it and/or modify it
55       under the same terms as Perl 5.10.0. For more details, see the full
56       text of the licenses in the directory LICENSES.
57
58       This program is distributed in the hope that it will be useful, but
59       without any warranty; without even the implied warranty of
60       merchantability or fitness for a particular purpose.
61
62
63
64perl v5.32.1                      2021-02-0P5PIx::QuoteLike::Token::Delimiter(3)
Impressum