Skip Menu |

This queue is for tickets about the Rose-DB CPAN distribution.

Report information
The Basics
Id: 31535
Status: resolved
Priority: 0/
Queue: Rose-DB

People
Owner: Nobody in particular
Requestors: blackbird [...] webbird.de
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.736
Fixed in: (no value)



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. ;)
This requested change has been made in 0.747, just uploaded to CPAN.