API for aliasing methods to/from other classes
Class::Mixin provides a way to mix methods from one class into another, such that the target class can use both its methods as well as those of the source class. The primary advantage is that the behavior of a class can be modified to effectively be another class without changing any of the calling code -- just requires using the new class that mixes into the original.
$
pkg install p5-Class-MixinOrigin
devel/p5-Class-Mixin
Size
7.43KiB
License
not specified
Maintainer
anes@anes.su
Dependencies
1 packages
Required by
0 packages