The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Hades::Macro - Hades macro base class.

VERSION

Version 0.01

SYNOPSIS

Quick summary of what the module does:

Hades::Macro::Kosmos base Hades::Macro {
macro :t(ArrayRef) :d([qw/geras/])
geras $mg :t(Object) {
return q|...|;
}
}

SUBROUTINES/METHODS

new

Instantiate a new Hades::Macro object.

Hades::Macro->new

has_alias

has_alias will return true if alias accessor has a value.

$obj->has_alias

meta

call meta method. Expects param $meta to be a HashRef.

$obj->meta($meta)

ACCESSORS

macro

get or set macro.

$obj->macro;
$obj->macro($value);

alias

get or set alias.

$obj->alias;
$obj->alias($value);

AUTHOR

LNATION, <email at lnation.org>

BUGS

Please report any bugs or feature requests to bug-hades::macro at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Hades-Macro. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Hades::Macro

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

This software is Copyright (c) 2020 by LNATION.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)