Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Tags: evalEmpire/mixin

Tags

v0.08

Toggle v0.08's commit message
Update meta information for release.

Version 0.08.

We've moved to Github.

v0.07

Toggle v0.07's commit message
Version 0.07 released to CPAN

v0.06

Toggle v0.06's commit message
 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

v0.05

Toggle v0.05's commit message
 r27804@windhund: schwern | 2007-03-19 20:38:12 -0700

 Declaring base.pm dependency

v0.04

Toggle v0.04's commit message
Incrementing version

v0.03

Toggle v0.03's commit message
Somewhate better carp calls to preserve the original caller.

v0.02

Toggle v0.02's commit message
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.