Provided by: libaspect-perl_1.04-1_all bug

NAME

       Aspect::Hook - Holding area for internal generated code

DESCRIPTION

       During the weaving process Aspect needs do a large amount of code generation and it is important that
       this generated code is kept away from the target packages to prevent accidental collisions and other
       pollution.

       To prevent this, all of the generated code is produced in a dedicated and isolated namespace.

       Aspect::Hook is the namespace in which this happens. Beyond this purpose, this class services no other
       purpose.

AUTHORS

       Adam Kennedy <adamk@cpan.org>

       Marcel Gruenauer <marcel@cpan.org>

       Ran Eilam <eilara@cpan.org>

COPYRIGHT

       Copyright 2001 by Marcel Gruenauer

       Some parts copyright 2009 - 2013 Adam Kennedy.

       This library is free software; you can redistribute it and/or modify it under the same terms as Perl
       itself.