GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PPIx::QuoteLike::Constant(3) User Contributed Perl Documentation PPIx::QuoteLike::Constant(3)

PPIx::QuoteLike::Constant - Constants needed by PPIx-QuoteLike

This package is private to the "PPIx-QuoteLike" distribution.

This 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.

The following importable constants are provided:

This 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.

This manifest constant contains the value of "ref []", i.e. 'ARRAY'.

The 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.

A 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}".

This constant is a regular expression object that matches Perl variable names, without the leading sigil. Nothing is captured.

Support 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.

Thomas R. Wyant, III wyant at cpan dot org

Copyright (C) 2016-2022 by Thomas R. Wyant, III

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.

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.

2022-03-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.