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 ARRAY_REF
29 This manifest constant contains the value of "ref []", i.e. 'ARRAY'.
30
31 MINIMUM_PERL
32 The minimum version of Perl understood by this parser, as a string. It
33 is currently set to '5.000', since that is the minimum version of Perl
34 accessible to the author.
35
36 SUFFICIENT_UTF8_SUPPORT_FOR_WEIRD_DELIMITERS
37 A Boolean which is true if the running version of Perl has UTF-8
38 support sufficient for our purposes.
39
40 Currently that means 5.8.3 or greater, with the specific requirements
41 being "use open qw{ :std :encoding(utf-8) }", "/\p{Mark}/", and the
42 ability to parse things like "qr \N{U+FFFF}foo\N{U+FFFF}".
43
44 VARIABLE_RE
45 This constant is a regular expression object that matches Perl variable
46 names, without the leading sigil. Nothing is captured.
47
49 Support is by the author. Please file bug reports at
50 <https://rt.cpan.org/Public/Dist/Display.html?Name=PPIx-QuoteLike>,
51 <https://github.com/trwyant/perl-PPIx-QuoteLike/issues>, or in
52 electronic mail to the author.
53
55 Thomas R. Wyant, III wyant at cpan dot org
56
58 Copyright (C) 2016-2021 by Thomas R. Wyant, III
59
60 This program is free software; you can redistribute it and/or modify it
61 under the same terms as Perl 5.10.0. For more details, see the full
62 text of the licenses in the directory LICENSES.
63
64 This program is distributed in the hope that it will be useful, but
65 without any warranty; without even the implied warranty of
66 merchantability or fitness for a particular purpose.
67
68
69
70perl v5.32.1 2021-03-26 PPIx::QuoteLike::Constant(3)