# HG changeset patch # User Hans-G?nter Theisgen # Date 1641116569 -3600 # Node ID 9463e45f65dc32c39ca50ddc6856e16cafdb9f6d # Parent 28a19e1dd20e4a4a53053150565c589dcf55c9e3 updated perl-yaml-syck (1.32 -> 1.34) diff -r 28a19e1dd20e -r 9463e45f65dc perl-yaml-syck/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-yaml-syck/description.txt Sun Jan 02 10:42:49 2022 +0100 @@ -0,0 +1,7 @@ +This module provides a Perl interface to the libsyck data serialization library. +It exports the Dump and Load functions for converting Perl data structures to +YAML strings, and the other way around. + +NOTE: If you are working with other language's YAML/Syck bindings (such as Ruby), +please set $YAML::Syck::ImplicitTyping to 1 before calling the Load/Dump functions. +The default setting is for preserving backward-compatibility with YAML.pm. diff -r 28a19e1dd20e -r 9463e45f65dc perl-yaml-syck/receipt --- a/perl-yaml-syck/receipt Sun Jan 02 10:39:58 2022 +0100 +++ b/perl-yaml-syck/receipt Sun Jan 02 10:42:49 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="perl-yaml-syck" -VERSION="1.32" +VERSION="1.34" CATEGORY="development" SHORT_DESC="Perl - Fast, lightweight YAML loader and dumper." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/YAML-Syck" +WEB_SITE="https://metacpan.org/pod/YAML::Syck" +REPOLOGY="perl:yaml-syck" SOURCE="YAML-Syck" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -26,12 +27,11 @@ { perl Makefile.PL -y && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders lib }