Subject: | Make use of YAML instead of YAML::Syck |
I am writing a complex web application. I have to ensure that it will
run with a core perl installation, so I include all additional CPAN
modules needed.
As YAML::Syck has to be compiled, it would be nice to have a fallback to
(pure Perl) YAML it it's not installed. I do this by wrapping.
I am aware of the performance issues when using YAML instead of
YAML::Syck, but it would be very easy to implement a fallback. ;)