wok annotate perl-yaml-syck/description.txt @ rev 25842

remove web-tweetdeck
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 15 11:37:45 2025 +0000 (3 months ago)
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.