2017-01-18 22:07:53 +01:00
|
|
|
Kirill Siminov's libyaml is arguably the best YAML implementation. The C
|
|
|
|
library is written precisely to the YAML 1.1 specification. It was originally
|
2015-12-04 18:24:41 +01:00
|
|
|
bound to Python and was later bound to Ruby.
|
|
|
|
|
2017-01-18 22:07:53 +01:00
|
|
|
This module is a Perl XS binding to libyaml which offers Perl the best YAML
|
2015-12-04 18:24:41 +01:00
|
|
|
support to date.
|
|
|
|
|
2017-01-18 22:07:53 +01:00
|
|
|
This module exports the functions Dump, Load, DumpFile and LoadFile. These
|
2015-12-04 18:24:41 +01:00
|
|
|
functions are intended to work exactly like YAML.pm's corresponding functions.
|