Class::Fields::Inherit - Inheritance of %FIELDS


Class-Fields documentation  | view source Contained in the Class-Fields distribution.

Index


NAME

Top

Class::Fields::Inherit - Inheritance of %FIELDS

SYNOPSIS

Top

    use Class::Fields::Inherit;
    inherit_fields($derived_class, $base_class);




DESCRIPTION

Top

A simple module to handle inheritance of the %FIELDS hash. base.pm is usually its only customer, though there's nothing stopping you from using it.

inherit_fields
  inherit_fields($derived_class, $base_class);

The $derived_class will inherit all of the $base_class's fields. This is a good chunk of what happens when you use base.pm.

AUTHOR

Top

Michael G Schwern <schwern@pobox.com> largely from code liberated from fields.pm

SEE ALSO

Top

base, Class::Fields


Class-Fields documentation  | view source Contained in the Class-Fields distribution.