# HG changeset patch # User Hans-G?nter Theisgen # Date 1640960757 -3600 # Node ID 4998a2f5cae5a5d5baa459bf9478020b5359db8a # Parent 81bba537d500c6b173c6d9f8c052034a2c1b085e updated perl-exporter-tiny (1.002001 -> 1.002002) diff -r 81bba537d500 -r 4998a2f5cae5 perl-exporter-tiny/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-exporter-tiny/description.txt Fri Dec 31 15:25:57 2021 +0100 @@ -0,0 +1,10 @@ +Exporter::Tiny supports many of Sub::Exporter's external-facing +features including renaming imported functions with the -as, +-prefix and -suffix options; explicit destinations with the into +option; and alternative installers with the installer option. +But it's written in only about 40% as many lines of code and with +zero non-core dependencies. + +Its internal-facing interface is closer to Exporter.pm, with +configuration done through the @EXPORT, @EXPORT_OK and +%EXPORT_TAGS package variables. diff -r 81bba537d500 -r 4998a2f5cae5 perl-exporter-tiny/receipt --- a/perl-exporter-tiny/receipt Fri Dec 31 15:22:55 2021 +0100 +++ b/perl-exporter-tiny/receipt Fri Dec 31 15:25:57 2021 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="perl-exporter-tiny" -VERSION="1.002001" +VERSION="1.002002" CATEGORY="development" SHORT_DESC="Perl extension Exporter::Tiny." MAINTAINER="nneul@neulinger.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Exporter-Tiny" +WEB_SITE="https://metacpan.org/pod/Exporter::Tiny" +REPOLOGY="perl:exporter-tiny" SOURCE="Exporter-Tiny" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -26,11 +27,11 @@ { perl Makefile.PL && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cook_copy_folders lib }