wok view perl-yaml-syck/description.txt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (19 months ago)
parents
children
line source
1 This module provides a Perl interface to the libsyck data serialization library.
2 It exports the Dump and Load functions for converting Perl data structures to
3 YAML strings, and the other way around.
5 NOTE: If you are working with other language's YAML/Syck bindings (such as Ruby),
6 please set $YAML::Syck::ImplicitTyping to 1 before calling the Load/Dump functions.
7 The default setting is for preserving backward-compatibility with YAML.pm.