The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

GX::Meta::Constants - Various constants

SYNOPSIS

    # Load the module and import all REGEX_* constants
    use GX::Meta::Constants qw( :regex );

DESCRIPTION

This module provides various constants.

CONSTANTS

    REGEX_CLASS_NAME
    REGEX_FULLY_QUALIFIED_NAME
    REGEX_FUNCTION_NAME
    REGEX_IDENTIFIER
    REGEX_METHOD_NAME
    REGEX_MODULE_NAME
    REGEX_NAME
    REGEX_PACKAGE_NAME
    REGEX_SYMBOL_NAME

SEE ALSO

AUTHOR

Jörg A. Uzarek <uzarek@runlevelnull.de>

COPYRIGHT AND LICENSE

Copyright (c) 2009-2011 Jörg A. Uzarek.

This module is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3 as published by the Free Software Foundation.