The versions you want are Algorithm::C3 0.02 and PathTools 3.19.
PathTools is a distribution name rather than a module name, so on the CPAN shell its better referred to via one of the contained modules, e.g. "cpan> install Cwd"
We've run into breakage with the upgrade from Algorithm-C3 v0.01 to v0.02 in code other than DBIx::Class. I've sent a bug report to the author via the CPAN RT email address, but if someone else needs to get ahold of that report, they can contact me at tcarnahan -at ideaworks.com.
Except for the breakage, we got close to 20% improvement in speed.
Comments
The versions you want are Algorithm::C3 0.02 and PathTools 3.19.
PathTools is a distribution name rather than a module name, so on the CPAN shell its better referred to via one of the contained modules, e.g. "cpan> install Cwd"
-- blblack
Except for the breakage, we got close to 20% improvement in speed.
[That has since been fixed in Alg::C3 0.04]