Name : perl-Algorithm-C3
| |
Version : 0.08
| Vendor : obs://build_opensuse_org/home:csbuild:Perl
|
Release : 4.7
| Date : 2018-05-12 01:52:27
|
Group : Development/Libraries/Perl
| Source RPM : perl-Algorithm-C3-0.08-4.7.src.rpm
|
Size : 0.02 MB
| |
Packager : (none)
| |
Summary : Algorithm::C3 - A module for merging hierarchies using the C3 algorithm
|
Description :
This module implements the C3 algorithm. I have broken this out into it\'s own module because I found myself copying and pasting it way too often for various needs. Most of the uses I have for C3 revolve around class building and metamodels, but it could also be used for things like dependency resolution as well since it tends to do such a nice job of preserving local precedence orderings.
Below is a brief explanation of C3 taken from the Class::C3 module. For more detailed information, see the \"SEE ALSO\" section and the links there.
C3 is the name of an algorithm which aims to provide a sane method resolution order under multiple inheritance. It was first introduced in the language Dylan (see links in the \"SEE ALSO\" section), and then later adopted as the preferred MRO (Method Resolution Order) for the new-style classes in Python 2.3. Most recently it has been adopted as the \'canonical\' MRO for Perl 6 classes, and the default MRO for Parrot objects as well.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/csbuild:/Perl/CentOS_7/noarch |