The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

$method = $class->new( sub {...} )

Constructor, takes a coderef as the only argument.

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.