.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "PPIx::QuoteLike::Constant 3" .TH PPIx::QuoteLike::Constant 3 2024-09-01 "perl v5.40.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME PPIx::QuoteLike::Constant \- Constants needed by PPIx\-QuoteLike .SH SYNOPSIS .IX Header "SYNOPSIS" This package is private to the \f(CW\*(C`PPIx\-QuoteLike\*(C'\fR distribution. .SH DESCRIPTION .IX Header "DESCRIPTION" This module is private to the \f(CW\*(C`PPIx\-QuoteLike\*(C'\fR package. Documentation is for the benefit of the author, who reserves the right to change or revoke anything here, including the entire module, without notice. .PP This module provides importable manifest constants used by multiple modules in the \f(CW\*(C`PPIx\-QuoteLike\*(C'\fR package. Nothing is exported by default. .SH CONSTANTS .IX Header "CONSTANTS" The following importable constants are provided: .ie n .SS @CARP_NOT .el .SS \f(CW@CARP_NOT\fP .IX Subsection "@CARP_NOT" This global variable contains the names of all modules in the package. It's not a constant in the sense of \f(CW\*(C`use constant\*(C'\fR, but needs to live here for heredity reasons. .SS ARRAY_REF .IX Subsection "ARRAY_REF" This manifest constant contains the value of \f(CW\*(C`ref []\*(C'\fR, i.e. \f(CW\*(AqARRAY\*(Aq\fR. .SS MINIMUM_PERL .IX Subsection "MINIMUM_PERL" The minimum version of Perl understood by this parser, as a string. It is currently set to \f(CW\*(Aq5.000\*(Aq\fR, since that is the minimum version of Perl accessible to the author. .SS SUFFICIENT_UTF8_SUPPORT_FOR_WEIRD_DELIMITERS .IX Subsection "SUFFICIENT_UTF8_SUPPORT_FOR_WEIRD_DELIMITERS" A Boolean which is true if the running version of Perl has UTF\-8 support sufficient for our purposes. .PP Currently that means \f(CW5.8.3\fR or greater, with the specific requirements being \f(CW\*(C`use open qw{ :std :encoding(utf\-8) }\*(C'\fR, \f(CW\*(C`/\ep{Mark}/\*(C'\fR, and the ability to parse things like \f(CW\*(C`qr \eN{U+FFFF}foo\eN{U+FFFF}\*(C'\fR. .SS VARIABLE_RE .IX Subsection "VARIABLE_RE" This constant is a regular expression object that matches Perl variable names, without the leading sigil. Nothing is captured. .SH SUPPORT .IX Header "SUPPORT" Support is by the author. Please file bug reports at , , or in electronic mail to the author. .SH AUTHOR .IX Header "AUTHOR" Thomas R. Wyant, III \fIwyant at cpan dot org\fR .SH "COPYRIGHT AND LICENSE" .IX Header "COPYRIGHT AND LICENSE" Copyright (C) 2016\-2022 by Thomas R. Wyant, III .PP This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES. .PP This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.