| Name: | perl-Class-C3 |
|---|---|
| Version: | 0.35 |
| Release: | 8.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 48717 |
| License: | GPL+ or Artistic |
| RPM: | perl-Class-C3-0.35-8.el9.noarch.rpm |
| Source RPM: | perl-Class-C3-0.35-8.el9.src.rpm |
| Build Date: | Wed Jul 13 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Class-C3 |
| Summary: | Pragma to use the C3 method resolution order algorithm |
| Description: | This is a pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method resolution order. |