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

updated phpmyadmin (5.0.2 -> 5.1.1)
author Hans-G?nter Theisgen
date Wed Jun 29 11:08:48 2022 +0100 (24 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-yaml-syck/description.txt	Wed Jun 29 11:08:48 2022 +0100
     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.