|
NAMEPPIx::QuoteLike::Constant - Constants needed by PPIx-QuoteLikeSYNOPSISThis package is private to the "PPIx-QuoteLike" distribution.DESCRIPTIONThis module is private to the "PPIx-QuoteLike" 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.This module provides importable manifest constants used by multiple modules in the "PPIx-QuoteLike" package. Nothing is exported by default. CONSTANTSThe following importable constants are provided:@CARP_NOTThis global variable contains the names of all modules in the package. It's not a constant in the sense of "use constant", but needs to live here for heredity reasons.ARRAY_REFThis manifest constant contains the value of "ref []", i.e. 'ARRAY'.MINIMUM_PERLThe minimum version of Perl understood by this parser, as a string. It is currently set to '5.000', since that is the minimum version of Perl accessible to the author.SUFFICIENT_UTF8_SUPPORT_FOR_WEIRD_DELIMITERSA Boolean which is true if the running version of Perl has UTF-8 support sufficient for our purposes.Currently that means 5.8.3 or greater, with the specific requirements being "use open qw{ :std :encoding(utf-8) }", "/\p{Mark}/", and the ability to parse things like "qr \N{U+FFFF}foo\N{U+FFFF}". VARIABLE_REThis constant is a regular expression object that matches Perl variable names, without the leading sigil. Nothing is captured.SUPPORTSupport is by the author. Please file bug reports at <https://rt.cpan.org/Public/Dist/Display.html?Name=PPIx-QuoteLike>, <https://github.com/trwyant/perl-PPIx-QuoteLike/issues>, or in electronic mail to the author.AUTHORThomas R. Wyant, III wyant at cpan dot orgCOPYRIGHT AND LICENSECopyright (C) 2016-2022 by Thomas R. Wyant, IIIThis 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. 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.
Visit the GSP FreeBSD Man Page Interface. |