YAML::Syck - Fast, lightweight YAML loader and dumper https://www.cpan.org
Go to file
2024-01-06 09:56:49 +01:00
perl-YAML-Syck.spec automatic update by autodist [release 1.30-1mamba;Sat Oct 28 2017] 2024-01-06 09:56:49 +01:00
README.md automatic version update by autodist [release 1.27-1mamba;Fri May 24 2013] 2024-01-06 09:56:49 +01:00

perl-YAML-Syck

This module provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data structures to YAML strings, and the other way around.

NOTE: If you are working with other language's YAML/Syck bindings (such as Ruby), please set $YAML::Syck::ImplicitTyping to 1 before calling the Load/Dump functions. The default setting is for preserving backward-compatibility with YAML.pm.