aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Setup/Yaml.pm
Commit message (Collapse)AuthorAge
* Silence "used only once: possible typo" warnings for variables that are part ↵Simon McVittie2016-01-19
| | | | of modules' APIs
* Switch to YAML::XS to work around insanity in YAML::Mo. Closes: #657533Joey Hess2012-01-28
| | | | | | | | | 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.
* Support YAML::XS by not passing decoded unicode to Load. Closes: #625713Joey Hess2011-05-12
|
* fix unicode with YAML::SyckJoey Hess2010-03-24
| | | | Syck-- it doesn't use unicode by default?! Hello, 2010 calling..
* use perl YAML for dumpingJoey Hess2010-03-24
| | | | Only it understands $YAML::UseHeader
* fall back from YAML::Any to just YAMLJoey Hess2010-03-24
| | | | for portabilty to old YAML in Debian stable that lacks the former.
* use YAML::Any to allow faster versions to be used if availableJoey Hess2010-03-24
|
* fix newlines in commented defaultsJoey Hess2010-03-19
|
* load YAML on demandJoey Hess2010-03-19
| | | | so as not to break test suite if YAML is not avilable
* Add support for setup files written in YAML.Joey Hess2010-03-19
Not the default. (Yet?)