Class::EHierarchy is intended for use as a base class where hierarchally ordered objects are desired. This class allows you to define a parent - child relationship between objects and ensures an orderly destruction of objects according to that relationship, instead of perl's reverse order destruction sequence based on reference counting.
| Tags | Perl Perl Modules OO Class |
|---|---|
| Licenses | Artistic GPLv2 |
| Operating Systems | Unix Linux Mac OS X FreeBSD NetBSD OpenBSD IRIX |
| Implementation | Perl |
Recent releases


Release Notes: This release added automation for the declaration of methods, properties, and default property values via class arrays. The documentation was expanded and improved and covers both declaration methods. A bug in which repeated object creation with scoped methods repeatedly rewrapped the method code block was fixed.


Release Notes: This version was completely rewritten, which breaks the previous API. Some functionality has been lost, some functionality was gained.