1PPIx::Regexp::Token::ChUasreCrlaCsosnP:tP:rIPixOb:Su:ItRXee:dg:eUPxnepkr:nl:oTwDonok(ce3un)m:e:nCthaatriColnass::POSIX::Unknown(3)
2
3
4
6 PPIx::Regexp::Token::CharClass::POSIX::Unknown - Represent an unknown
7 or unsupported POSIX character class
8
10 use PPIx::Regexp::Dumper;
11 PPIx::Regexp::Dumper->new( 'qr{ [[=a=]] }smx' )
12 -print()
13
15 "PPIx::Regexp::Token::CharClass::POSIX::Unknown" is a
16 PPIx::Regexp::Token::CharClass::POSIX.
17
18 "PPIx::Regexp::Token::CharClass::POSIX::Unknown" has no descendants.
19
21 This class represents POSIX character classes which are recognized but
22 not supported by Perl. At the moment this means "[=a=]" (equivalence
23 classes), and "[.ch.]" (collating symbols).
24
25 Caveat: If any of these becomes supported by Perl in the future, they
26 will become represented as PPIx::Regexp::Token::CharClass::POSIX
27 objects, with an appropriate "perl_version_introduced()" value.
28
30 This class provides no public methods beyond those provided by its
31 superclass.
32
34 Support is by the author. Please file bug reports at
35 <https://rt.cpan.org/Public/Dist/Display.html?Name=PPIx-Regexp>,
36 <https://github.com/trwyant/perl-PPIx-Regexp/issues>, or in electronic
37 mail to the author.
38
40 Thomas R. Wyant, III wyant at cpan dot org
41
43 Copyright (C) 2010-2021 by Thomas R. Wyant, III
44
45 This program is free software; you can redistribute it and/or modify it
46 under the same terms as Perl 5.10.0. For more details, see the full
47 text of the licenses in the directory LICENSES.
48
49 This program is distributed in the hope that it will be useful, but
50 without any warranty; without even the implied warranty of
51 merchantability or fitness for a particular purpose.
52
53
54
55perl v5.32.1 PPIx:2:0R2e1g-e0x3p-:2:6Token::CharClass::POSIX::Unknown(3)