http://www.perlmonks.org?node_id=357818


in reply to Implementing a Mixin Class

use mixin;#)

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re: schwern uses mixin
by markjugg (Curate) on Jun 02, 2004 at 19:39 UTC
    What benefits would using the mixin module have? It doesn't look very different from simple Exporter approach. If it has a benfit, I would think it's that you are declaring "Hey! A mix-in class is being used here!". And maybe that's enough benfit to make it worthwhile.

    In particular, could anyone who used the mixin module comment?

    I maintain a mix-in module myself, using the Exporter method: CGI::Application::ValidateRM.