1PPIx::Regexp::Token::NoUOspe(r3)Contributed Perl DocumenPtPaItxi:o:nRegexp::Token::NoOp(3)
2
3
4
6 PPIx::Regexp::Token::NoOp - Represent a token that does nothing.
7
9 use PPIx::Regexp::Dumper;
10 PPIx::Regexp::Dumper->new( 'qr< \N{} >smx' )
11 ->print();
12
14 "PPIx::Regexp::Token::NoOp" is a PPIx::Regexp::Token.
15
16 "PPIx::Regexp::Token::NoOp" is the parent of
17 PPIx::Regexp::Token::Whitespace.
18
20 This class represents a token the does nothing.
21
23 This class provides no public methods beyond those provided by its
24 superclass.
25
27 Support is by the author. Please file bug reports at
28 <http://rt.cpan.org>, or in electronic mail to the author.
29
31 Thomas R. Wyant, III wyant at cpan dot org
32
34 Copyright (C) 2016-2018 by Thomas R. Wyant, III
35
36 This program is free software; you can redistribute it and/or modify it
37 under the same terms as Perl 5.10.0. For more details, see the full
38 text of the licenses in the directory LICENSES.
39
40 This program is distributed in the hope that it will be useful, but
41 without any warranty; without even the implied warranty of
42 merchantability or fitness for a particular purpose.
43
44
45
46perl v5.28.0 2018-08-12 PPIx::Regexp::Token::NoOp(3)