Closed ppisar closed 2 years ago
yes your right but was fixed an hour later, i shouldnt have put too many loose ends but im still new to project and learn code base so was distracted. the module is now used by the main code base and all test run so i will not accept this patch, thank you for your effort a lot.
PS. In case you interested. I staring a rewrite that will leave most of the old code untouched for a while with some parallel functions. All the new will be called from a central API and old will be as known via Chart::$type. There will be also some separation in tests.
lib/Chart/Color/Scheme.pm contained:
That prevented from compiling that code:
I guess it's a typo and the author did not mean using a "use" module https://metacpan.org/pod/use. Regarding %set, I guess it should be %scheme based on a similar code in Chart::Color::Named.
Another issue is with $my_set and $val:
This code looks unfinished. I simplified it to compile and do at least something.