NAME
MooseX::Aspect::Util - utils for aspect-oriented programming
DESCRIPTION
This package contains aspect-oriented programming utility functions which are to be used outside the aspect definitions themselves.
Functions
join_point(ASPECT, JOINPOINT)
-
Calls a custom join point (one created with
create_join_point
). The call is silently ignored if the aspect is not set up for the caller package.This function is exported by default.
BUGS
Please report any bugs to http://rt.cpan.org/Dist/Display.html?Queue=MooseX-Aspect.
SEE ALSO
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT AND LICENCE
This software is copyright (c) 2012 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.