1PPIx::Regexp::Token::UnUmsaetrchCeodn(t3r)ibuted Perl DoPcPuImxe:n:tRaetgieoxnp::Token::Unmatched(3)
2
3
4
6 PPIx::Regexp::Token::Unmatched - Represent an unmatched right bracket
7
9 use PPIx::Regexp::Dumper;
10 PPIx::Regexp::Dumper->new( 'qr{)}smx' )
11 ->print();
12
14 "PPIx::Regexp::Token::Unmatched" is a PPIx::Regexp::Token.
15
16 "PPIx::Regexp::Token::Unmatched" has no descendants.
17
19 This class is used to represent an unmatched right bracket of any sort
20 - parenthesis, square bracket, curly bracket, or whatever.
21
22 This class is not generated by the tokenizer; instead the lexer
23 reblesses a PPIx::Regexp::Token::Structure into it when it is found to
24 be unmatched.
25
27 This class provides no public methods beyond those provided by its
28 superclass.
29
31 Support is by the author. Please file bug reports at
32 <https://rt.cpan.org/Public/Dist/Display.html?Name=PPIx-Regexp>,
33 <https://github.com/trwyant/perl-PPIx-Regexp/issues>, or in electronic
34 mail to the author.
35
37 Thomas R. Wyant, III wyant at cpan dot org
38
40 Copyright (C) 2009-2021 by Thomas R. Wyant, III
41
42 This program is free software; you can redistribute it and/or modify it
43 under the same terms as Perl 5.10.0. For more details, see the full
44 text of the licenses in the directory LICENSES.
45
46 This program is distributed in the hope that it will be useful, but
47 without any warranty; without even the implied warranty of
48 merchantability or fitness for a particular purpose.
49
50
51
52perl v5.32.1 2021-03-26 PPIx::Regexp::Token::Unmatched(3)