1PPIx::Regexp::Token::WhUisteerspCaocnet(r3i)buted Perl DPoPcIuxm:e:nRteagteixopn::Token::Whitespace(3)
2
3
4
6 PPIx::Regexp::Token::Whitespace - Represent whitespace
7
9 use PPIx::Regexp::Dumper;
10 PPIx::Regexp::Dumper->new( 'qr{ foo }smx' )
11 ->print();
12
14 "PPIx::Regexp::Token::Whitespace" is a PPIx::Regexp::Token.
15
16 "PPIx::Regexp::Token::Whitespace" has no descendants.
17
19 This class represents whitespace. It will appear inside the regular
20 expression only if the /x modifier is present, but it may also appear
21 between the type and the opening delimiter (e.g. "qr {foo}") or after
22 the regular expression in a bracketed substitution (e.g. "s{foo}
23 {bar}").
24
26 This class provides no public methods beyond those provided by its
27 superclass.
28
30 Support is by the author. Please file bug reports at
31 <http://rt.cpan.org>, or in electronic mail to the author.
32
34 Thomas R. Wyant, III wyant at cpan dot org
35
37 Copyright (C) 2009-2013 by Thomas R. Wyant, III
38
39 This program is free software; you can redistribute it and/or modify it
40 under the same terms as Perl 5.10.0. For more details, see the full
41 text of the licenses in the directory LICENSES.
42
43 This program is distributed in the hope that it will be useful, but
44 without any warranty; without even the implied warranty of
45 merchantability or fitness for a particular purpose.
46
47
48
49perl v5.16.3 2014-06-10PPIx::Regexp::Token::Whitespace(3)