Class::Delay::Message - class that represents a delayed message


NAME

Class::Delay::Message - class that represents a delayed message

Back to Top


METHODS

package

The package that the delaying method was installed into.

method

The method being called

args

The arguments the method was called with.

is_trigger

True if the Message is a release method.

Back to Top


AUTHOR

Richard Clamp <richardc@unixbeard.net>

Back to Top


COPYRIGHT

Copyright (C) 2003 Richard Clamp. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Back to Top

 Class::Delay::Message - class that represents a delayed message