NAME
Object::Quick::Method - Methods for Object::Quick objects.
DESCRIPTION
These are blessed codrefs used by Object::Quick to insert methods into objects. If an Object::Quick::Method object is assigned to an accessor in an Object::Quick object, that method will be run whenever the accessor is used in the future.
SYNOPSYS
use Object::Quick::Method;
my $method = Object::Quick::Method->new( sub { ... });
CLASS METHODS
AUTHORS
Chad Granum exodist7@gmail.com
COPYRIGHT
Copyright (C) 2010 Chad Granum
Object-Quick is free software; Standard perl licence.
Object-Quick is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.