Class::Mixin - API for aliasing methods to/from other classes
Symbol
To install this module type the following:
perl Makefile.PL
make
make test
make install
Blah
package Company::Subsystem::Enrollment::User::Student; use Company::User ();
use Class::Mixin to=> 'Foo::Bar';
Method used when loading class to import symbols or perform some function. In this case we take the calling classes methods and map them into the class passed in as a parameter.
Apache Request Object
This modules uses a destructor for un-mixing methods. This is done in the case that this module is unloaded for some reason. It will return modules to their original states.
Class::Mixin object
Function used to process registered 'mixins'. Typically automatically called once immediately after program compilation. Sometimes though you may want to call it manually if a modules is reloaded.
2003/06/12 Created
Stathy G. Touloumis <stathy-classmixin@stathy.com>
Copyright (C) 2003 Stathy G. Touloumis
This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.