logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Aspect::Hook - Holding area for internal generated code

Authors

       Adam Kennedy <adamk@cpan.org>

       Marcel Grünauer <marcel@cpan.org>

       Ran Eilam <eilara@cpan.org>

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.

Name

       Aspect::Hook - Holding area for internal generated code

See Also