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::Pointcut::Call - Call pointcut

Authors

       Adam Kennedy <adamk@cpan.org>

       Marcel Grünauer <marcel@cpan.org>

       Ran Eilam <eilara@cpan.org>

Description

       None yet.

Name

       Aspect::Pointcut::Call - Call pointcut

Synopsis

         use Aspect;

         # High-level creation
         my $pointcut1 = call 'one';

         # Manual creation
         my $pointcut2 = Aspect::Pointcut::Call->new('one');

See Also