This repository was archived by the owner on Oct 11, 2024. It is now read-only.
Tags: evalEmpire/mixin
Tags
r31121@windhund: schwern | 2007-04-18 10:09:19 -0700 0.06 Wed Apr 18 10:08:59 PDT 2007 Documentation: * Documented the behavior of SUPER * The user of a mixin does not inherit from the mixin. * A mixin does not blow over existing methods [rt.cpan.org 26289] * Reference Class::Trait and Class::C3 * Talk a bit about mixins vs traits - A mixin will not warn if it has the same methods as the user
0.02 Wed Apr 17 11:05:08 EDT 2002
* Removed the caveat about mixins not having any superclasses.
* Removed the caveat about mixins not working stand-alone.
* Fixed so a mixin can use it's parent's methods during
initialization.
* Made flexible enough to work with Class::DBI, which is pretty
pathological.