Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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