Swank Wiki
Recently Visited

Swank v0.04.04

Type: task
Description: Convert Class::Mixer to MRO::Compat
Status: New
Priority: 3
Assigned:

Notes

Perl-5.10 and higher have < use mro 'c3' > in core, and it is presumably faster that Class::C3.

MRO::Compat allows you to use mro as far back as 5.6 by substituting Class::C3 in the older versions.

I should convert to MRO::Compat to take advantage of mro on newer perls while still being backward compatible.