NAME
DB::Pluggable::Role::WatchFunction
VERSION
version 1.12
NAME
DB::Pluggable::Role::WatchFunction - Do something during the debugger's watchfunction()
IMPLEMENTING
The WatchFunction
role indicates that a plugin wants to do something during the debugger's watchfunction()
function. The plugin must provide the watchfunction()
method.
AUTHORS
Keith Carangelo <mail@kcaran.com>
Marcel Gruenauer <marcel@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2008 by Marcel Gruenauer <marcel@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.