package Aspect::Hook; use strict; our $VERSION = '1.04'; 1; __END__ =pod =head1 NAME Aspect::Hook - Holding area for internal generated code =head1 DESCRIPTION During the weaving process L 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. B is the namespace in which this happens. Beyond this purpose, this class services no other purpose. =head1 AUTHORS Adam Kennedy Eadamk@cpan.orgE Marcel GrEnauer Emarcel@cpan.orgE Ran Eilam Eeilara@cpan.orgE =head1 COPYRIGHT Copyright 2001 by Marcel GrEnauer 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. =cut