Fukurama::Class::Attributes::OOStandard::Decorator - Helper-class to decorate subroutines
Version 0.01 (alpha)
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 the Fukurama::Class manpage