# HG changeset patch # User Hans-G?nter Theisgen # Date 1585496299 -3600 # Node ID f60942c6da6fb2dc3d4adf85d357c88625e06763 # Parent 964e343cc10211d96a288fdedb897f76a4cde7b6 updated perl-common-sense (3.73 -> 3.74) diff -r 964e343cc102 -r f60942c6da6f perl-common-sense/receipt --- a/perl-common-sense/receipt Sun Mar 29 16:31:27 2020 +0100 +++ b/perl-common-sense/receipt Sun Mar 29 16:38:19 2020 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="perl-common-sense" -VERSION="3.73" +VERSION="3.74" CATEGORY="development" -SHORT_DESC="common::sense module is a Perl extension." +SHORT_DESC="Perl extension common::sense." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/common-sense" + SOURCE="common-sense" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" WGET_URL="http://cpan.org/authors/id/M/ML/MLEHMANN/$TARBALL" DEPENDS="perl" @@ -26,6 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -