summaryrefslogtreecommitdiff
path: root/IkiWiki/Setup/Yaml.pm
AgeCommit message (Collapse)Author
2010-03-24fix unicode with YAML::SyckJoey Hess
Syck-- it doesn't use unicode by default?! Hello, 2010 calling..
2010-03-24use perl YAML for dumpingJoey Hess
Only it understands $YAML::UseHeader
2010-03-24fall back from YAML::Any to just YAMLJoey Hess
for portabilty to old YAML in Debian stable that lacks the former.
2010-03-24use YAML::Any to allow faster versions to be used if availableJoey Hess
2010-03-19fix newlines in commented defaultsJoey Hess
2010-03-19load YAML on demandJoey Hess
so as not to break test suite if YAML is not avilable
2010-03-19Add support for setup files written in YAML.Joey Hess
Not the default. (Yet?)