Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Silence "used only once: possible typo" warnings for variables that are part ↵ | Simon McVittie | 2016-01-19 |
| | | | | of modules' APIs | ||
* | Switch to YAML::XS to work around insanity in YAML::Mo. Closes: #657533 | Joey Hess | 2012-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: #625713 | Joey Hess | 2011-05-12 |
| | |||
* | fix unicode with YAML::Syck | Joey Hess | 2010-03-24 |
| | | | | Syck-- it doesn't use unicode by default?! Hello, 2010 calling.. | ||
* | use perl YAML for dumping | Joey Hess | 2010-03-24 |
| | | | | Only it understands $YAML::UseHeader | ||
* | fall back from YAML::Any to just YAML | Joey Hess | 2010-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 available | Joey Hess | 2010-03-24 |
| | |||
* | fix newlines in commented defaults | Joey Hess | 2010-03-19 |
| | |||
* | load YAML on demand | Joey Hess | 2010-03-19 |
| | | | | so as not to break test suite if YAML is not avilable | ||
* | Add support for setup files written in YAML. | Joey Hess | 2010-03-19 |
Not the default. (Yet?) |