
MooseX::Aspect::Util - utils for aspect-oriented programming

This package contains aspect-oriented programming utility functions which are to be used outside the aspect definitions themselves.
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.

Please report any bugs to http://rt.cpan.org/Dist/Display.html?Queue=MooseX-Aspect.


Toby Inkster <tobyink@cpan.org>.

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.

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.