Subject: | Switch to YAML::XS |
We are actively discussing deprecating YAML::Syck.
I find this in your Todo file and would like to know if you'd be up for actioning it?
* done: verified the existence of the floating point bug in bleadperl
and verified that switching from YAML::Syck to YAML::XS does not resolve
it.
BTW, the switch was doable with
perl -i~ -pe 's/Syck/XS/g' lib/**/*.pm t/*.t
and should be considered as a separate TODO