wok rev 24188
updated perl-config-tiny (2.24 -> 2.27)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 14:22:34 2021 +0100 (2021-12-31) |
parents | cb2a5b86ecb0 |
children | 047f73e7e39e |
files | perl-config-tiny/description.txt perl-config-tiny/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-config-tiny/description.txt Fri Dec 31 14:22:34 2021 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +Config::Tiny is a Perl class to read and write .ini style 1.5 +configuration files with as little code as possible, 1.6 +reducing load time and memory overhead. 1.7 + 1.8 +Most of the time it is accepted that Perl applications use 1.9 +a lot of memory and modules. 1.10 + 1.11 +The *::Tiny family of modules is specifically intended to 1.12 +provide an ultralight alternative to the standard modules. 1.13 + 1.14 +This module is primarily for reading human written files, 1.15 +and anything we write shouldn't need to have documentation 1.16 +or comments. 1.17 +If you need something with more power move up to Config::Simple, 1.18 +Config::General or one of the many other Config::* modules. 1.19 + 1.20 +Lastly, Config::Tiny does not preserve your comments, 1.21 +whitespace, or the order of your config file.
2.1 --- a/perl-config-tiny/receipt Fri Dec 31 14:17:26 2021 +0100 2.2 +++ b/perl-config-tiny/receipt Fri Dec 31 14:22:34 2021 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="perl-config-tiny" 2.7 -VERSION="2.24" 2.8 +VERSION="2.27" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Perl extension Config::Tiny." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL2" 2.13 -WEB_SITE="https://metacpan.org/release/Config-Tiny" 2.14 +WEB_SITE="https://metacpan.org/pod/Config::Tiny" 2.15 +REPOLOGY="perl:config-tiny" 2.16 2.17 SOURCE="Config-Tiny" 2.18 TARBALL="$SOURCE-$VERSION.tgz" 2.19 @@ -32,6 +33,5 @@ 2.20 # Rules to gen a SliTaz package suitable for Tazpkg. 2.21 genpkg_rules() 2.22 { 2.23 - mkdir -p $fs/usr 2.24 - cp -a $install/usr/lib $fs/usr 2.25 + cook_copy_folders lib 2.26 }