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 <[email protected]>Marcel Gru.nauer <[email protected]>
Ran Eilam <[email protected]>
COPYRIGHT
Copyright 2001 by Marcel Gru.nauerSome 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.