Aspect::Library::Timer - Predefined timer pointcut


Aspect-Library-Timer documentation  | view source Contained in the Aspect-Library-Timer distribution.

Index


NAME

Top

Aspect::Library::Timer - Predefined timer pointcut

SYNOPSIS

Top

  use Aspect;

  aspect Timer => call qr/^Foo::/;

  Foo::bar();

  package Foo;

  sub bar {
      sleep 1;
  }

DESCRIPTION

Top

Aspect::Library::Timer provides support for simple timers aspects.

SUPPORT

Top

Bugs should be reported via the CPAN bug tracker at

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Aspect-Library-Timer

For other issues, contact the author.

AUTHOR

Top

Adam Kennedy <adamk@cpan.org>

SEE ALSO

Top

Aspect, Aspect::Library::ZoneTimer

COPYRIGHT

Top


Aspect-Library-Timer documentation  | view source Contained in the Aspect-Library-Timer distribution.