1PPIx::QuoteLike::ConstaUnste(r3)Contributed Perl DocumenPtPaItxi:o:nQuoteLike::Constant(3)
2
3
4
6 PPIx::QuoteLike::Constant - Constants needed by PPIx-QuoteLike
7
9 This package is private to the "PPIx-QuoteLike" distribution.
10
12 This module is private to the "PPIx-QuoteLike" package. Documentation
13 is for the benefit of the author, who reserves the right to change or
14 revoke anything here, including the entire module, without notice.
15
16 This module provides importable manifest constants used by multiple
17 modules in the "PPIx-QuoteLike" package. Nothing is exported by
18 default.
19
21 The following importable constants are provided:
22
23 @CARP_NOT
24 This global variable contains the names of all modules in the package.
25 It's not a constant in the sense of "use constant", but needs to live
26 here for heredity reasons.
27
28 MINIMUM_PERL
29 The minimum version of Perl understood by this parser, as a string. It
30 is currently set to '5.000', since that is the minimum version of Perl
31 accessible to the author.
32
33 SUFFICIENT_UTF8_SUPPORT_FOR_WEIRD_DELIMITERS
34 A Boolean which is true if the running version of Perl has UTF-8
35 support sufficient for our purposes.
36
37 Currently that means 5.8.3 or greater, with the specific requirements
38 being "use open qw{ :std :encoding(utf-8) }", "/\p{Mark}/", and the
39 ability to parse things like "qr \N{U+FFFF}foo\N{U+FFFF}".
40
41 VARIABLE_RE
42 This constant is a regular expression object that matches Perl variable
43 names, without the leading sigil. Nothing is captured.
44
46 Support is by the author. Please file bug reports at
47 <http://rt.cpan.org>, or in electronic mail to the author.
48
50 Thomas R. Wyant, III wyant at cpan dot org
51
53 Copyright (C) 2016-2019 by Thomas R. Wyant, III
54
55 This program is free software; you can redistribute it and/or modify it
56 under the same terms as Perl 5.10.0. For more details, see the full
57 text of the licenses in the directory LICENSES.
58
59 This program is distributed in the hope that it will be useful, but
60 without any warranty; without even the implied warranty of
61 merchantability or fitness for a particular purpose.
62
63
64
65perl v5.28.2 2019-05-31 PPIx::QuoteLike::Constant(3)