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

NAME

Fukurama::Class::Attributes::OOStandard::InheritationCheck - Helper-class to check the inheritation of code attributes

VERSION

Version 0.02 (beta)

SYNOPSIS

- (its only a collection of methods, it's unusable outside of it's own context :)

DESCRIPTION

A helper class for Fukurama::Class::Attributes::OOStandard to check code attribute syntax.

EXPORT

-

METHODS

check_inheritation( method_name:STRING, parent_class:CLASS, child_class:CLASS, inheritation_type:STRING, definition_data:\HASH ) return:VOID

Check the inheritations of all defined declarations to avoid differend method signatures for parent and child.

AUTHOR, BUGS, SUPPORT, ACKNOWLEDGEMENTS, COPYRIGHT & LICENSE

see perldoc of Fukurama::Class