| Aspect-Library-Timer documentation | view source | Contained in the Aspect-Library-Timer distribution. |
Aspect::Library::Timer - Predefined timer pointcut
use Aspect;
aspect Timer => call qr/^Foo::/;
Foo::bar();
package Foo;
sub bar {
sleep 1;
}
Aspect::Library::Timer provides support for simple timers aspects.
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.
Adam Kennedy <adamk@cpan.org>
Copyright 2009 - 2011 Adam Kennedy.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
| Aspect-Library-Timer documentation | view source | Contained in the Aspect-Library-Timer distribution. |