logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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