Switch to YAML::XS to work around insanity in YAML::Mo. Closes: #657533
authorJoey Hess <joey@kitenet.net>
Sun, 29 Jan 2012 02:01:49 +0000 (22:01 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 29 Jan 2012 02:36:14 +0000 (22:36 -0400)
commit6c3cdb04ac1794d2b3fd24f7da4c9ec4aac05d11
treed0f3614f89a3a8162eae96ffba816e6a1f52680d
parente9c38d16fc587ccd5ab08166253afdc9363de65b
Switch to YAML::XS to work around insanity in YAML::Mo. Closes: #657533

https://rt.cpan.org/Ticket/Display.html?id=74487

Gave up trying to support multiple YAML backends. The XS one requires ugly
manual encoding to get unicode right, and doesn't allow dumping yaml
fragments w/o the yaml header, but at least it doesn't randomly crash
on import like YAML::Mo has started to.
Bundle/IkiWiki.pm
IkiWiki/Setup/Yaml.pm
debian/changelog
debian/control
ikiwiki.in