# HG changeset patch # User Hans-G?nter Theisgen # Date 1640956954 -3600 # Node ID 2bcb8dc78938003052b24aeb7f3ad336ffb7f826 # Parent cb2a5b86ecb000898eaacebd6f44d0084c659c71 updated perl-config-tiny (2.24 -> 2.27) diff -r cb2a5b86ecb0 -r 2bcb8dc78938 perl-config-tiny/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-config-tiny/description.txt Fri Dec 31 14:22:34 2021 +0100 @@ -0,0 +1,18 @@ +Config::Tiny is a Perl class to read and write .ini style +configuration files with as little code as possible, +reducing load time and memory overhead. + +Most of the time it is accepted that Perl applications use +a lot of memory and modules. + +The *::Tiny family of modules is specifically intended to +provide an ultralight alternative to the standard modules. + +This module is primarily for reading human written files, +and anything we write shouldn't need to have documentation +or comments. +If you need something with more power move up to Config::Simple, +Config::General or one of the many other Config::* modules. + +Lastly, Config::Tiny does not preserve your comments, +whitespace, or the order of your config file. diff -r cb2a5b86ecb0 -r 2bcb8dc78938 perl-config-tiny/receipt --- a/perl-config-tiny/receipt Fri Dec 31 14:17:26 2021 +0100 +++ b/perl-config-tiny/receipt Fri Dec 31 14:22:34 2021 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="perl-config-tiny" -VERSION="2.24" +VERSION="2.27" CATEGORY="development" SHORT_DESC="Perl extension Config::Tiny." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://metacpan.org/release/Config-Tiny" +WEB_SITE="https://metacpan.org/pod/Config::Tiny" +REPOLOGY="perl:config-tiny" SOURCE="Config-Tiny" TARBALL="$SOURCE-$VERSION.tgz" @@ -32,6 +33,5 @@ # 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 }