wok-6.x annotate perl-yaml-syck/description.txt @ rev 24581
updated libspectrum and libspectrum-dev (1.4.4 -> 1.5.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 27 17:07:05 2022 +0100 (2022-02-27) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24271 | 1 This module provides a Perl interface to the libsyck data serialization library. |
Hans-G?nter@24271 | 2 It exports the Dump and Load functions for converting Perl data structures to |
Hans-G?nter@24271 | 3 YAML strings, and the other way around. |
Hans-G?nter@24271 | 4 |
Hans-G?nter@24271 | 5 NOTE: If you are working with other language's YAML/Syck bindings (such as Ruby), |
Hans-G?nter@24271 | 6 please set $YAML::Syck::ImplicitTyping to 1 before calling the Load/Dump functions. |
Hans-G?nter@24271 | 7 The default setting is for preserving backward-compatibility with YAML.pm. |