Aspect::Pointcut::Call - Call pointcut


Aspect documentation  | view source Contained in the Aspect distribution.

Index


NAME

Top

Aspect::Pointcut::Call - Call pointcut

SYNOPSIS

Top

  use Aspect;

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

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

DESCRIPTION

Top

None yet.

AUTHORS

Top

Adam Kennedy <adamk@cpan.org>

Marcel Grünauer <marcel@cpan.org>

Ran Eilam <eilara@cpan.org>

COPYRIGHT

Top


Aspect documentation  | view source Contained in the Aspect distribution.