NAME
Meta::Grapher::Moose::Constants - Internal constants used by Meta::Grapher::Moose
VERSION
version 1.03
SYNOPSIS
use Meta::Grapher::Moose::Constants qw(
CLASS ROLE P_ROLE
);
DESCRIPTION
This module allows you to import several constants that are used throughout the Meta::Grapher::Moose code base.
CLASS
Constant representing that the package is a Moose class.
ROLE
Constant representing that the package is a parameterized Moose role.
P_ROLE
Constant representing that the package is a non-parameterized Moose role.
ANON_ROLE
Constant representing that the package is an anonymous role created by a parameterized role
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-meta-grapher-moose@rt.cpan.org).
I am also usually active on IRC as 'drolsky' on irc://irc.perl.org
.
AUTHOR
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2016 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)