
Fukurama::Class::Attributes::OOStandard::Decorator - Helper-class to decorate subroutines

Version 0.02 (beta)

package MyClass;
use Fukurama::Class::Attributes::OOStandard::Decorator();
my $helper = 'Fukurama::Class::Attributes::OOStandard::DefinitionCheck';
Fukurama::Class::Attributes::OOStandard::Decorator->decorate('CGI::param', \&CGI::param, $helper);

A Helper class for Fukurama::Class::Attributes::OOStandard::DefinitionCheck to decorate subroutines with a subroutine to check parameters and return values and remove the decoration.

-

Decorates the given method with some parameter and return value checks.
Remove existing decorations for parameter and return value checks.

see perldoc of Fukurama::Class