wok diff perl-yaml-syck/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-yaml-syck/description.txt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -0,0 +1,7 @@
     1.4 +This module provides a Perl interface to the libsyck data serialization library.
     1.5 +It exports the Dump and Load functions for converting Perl data structures to
     1.6 +YAML strings, and the other way around.
     1.7 +
     1.8 +NOTE: If you are working with other language's YAML/Syck bindings (such as Ruby),
     1.9 +please set $YAML::Syck::ImplicitTyping to 1 before calling the Load/Dump functions.
    1.10 +The default setting is for preserving backward-compatibility with YAML.pm.