1PPIx::Regexp::StructureU:s:eRregCeoxnSterti(b3u)ted PerlPPDIoxc:u:mReengteaxtpi:o:nStructure::RegexSet(3)
2
3
4

NAME

6       PPIx::Regexp::Structure::RegexSet - Represent a regexp character set
7

SYNOPSIS

9        use PPIx::Regexp::Dumper;
10        PPIx::Regexp::Dumper->new( 'qr{(?[ \w - [fox] ])}smx' )
11            ->print();
12

INHERITANCE

14       "PPIx::Regexp::Structure::RegexSet" is a PPIx::Regexp::Structure.
15
16       "PPIx::Regexp::Structure::RegexSet" has no descendants.
17

RESTRICTION

19       When running under Perl 5.6, the extended white space characters are
20       not recognized as white space.
21

DESCRIPTION

23       This class represents a regex character set.
24
25       These were introduced in Perl 5.17.8, and documented as experimental
26       and subject to change. If changes introduced in Perl result in changes
27       in the way "PPIx::Regexp" parses the regular expression, "PPIx::Regexp"
28       will track the change, even if they are incompatible with the previous
29       parse. If this functionality is retracted and the syntax used for
30       something else, "PPIx::Regexp" will forget completely about regex
31       character sets.
32

METHODS

34       This class supports no public methods over and above those supported by
35       the superclasses.
36

SUPPORT

38       Support is by the author. Please file bug reports at
39       <http://rt.cpan.org>, or in electronic mail to the author.
40

AUTHOR

42       Thomas R. Wyant, III wyant at cpan dot org
43
45       Copyright (C) 2013 by Thomas R. Wyant, III
46
47       This program is free software; you can redistribute it and/or modify it
48       under the same terms as Perl 5.10.0. For more details, see the full
49       text of the licenses in the directory LICENSES.
50
51       This program is distributed in the hope that it will be useful, but
52       without any warranty; without even the implied warranty of
53       merchantability or fitness for a particular purpose.
54
55
56
57perl v5.16.3                      2014-06-1P0PIx::Regexp::Structure::RegexSet(3)
Impressum