diff options
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-CPANPLUS/perl-CPANPLUS.SlackBuild | 6 | ||||
-rw-r--r-- | perl/perl-CPANPLUS/perl-CPANPLUS.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/perl/perl-CPANPLUS/perl-CPANPLUS.SlackBuild b/perl/perl-CPANPLUS/perl-CPANPLUS.SlackBuild index e312facace..24f7f29cfb 100644 --- a/perl/perl-CPANPLUS/perl-CPANPLUS.SlackBuild +++ b/perl/perl-CPANPLUS/perl-CPANPLUS.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-CPANPLUS -# Copyright 2013-2014 Andreas Voegele <andreas@andreasvoegele.com> +# Copyright 2013-2015 Andreas Voegele <andreas@andreasvoegele.com> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. PRGNAM=perl-CPANPLUS -VERSION=${VERSION:-0.9152} +VERSION=${VERSION:-0.9154} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; perl Makefile.PL \ PREFIX=/usr \ diff --git a/perl/perl-CPANPLUS/perl-CPANPLUS.info b/perl/perl-CPANPLUS/perl-CPANPLUS.info index 718d892262..5096db2151 100644 --- a/perl/perl-CPANPLUS/perl-CPANPLUS.info +++ b/perl/perl-CPANPLUS/perl-CPANPLUS.info @@ -1,8 +1,8 @@ PRGNAM="perl-CPANPLUS" -VERSION="0.9152" +VERSION="0.9154" HOMEPAGE="https://metacpan.org/pod/CPANPLUS" -DOWNLOAD="http://www.cpan.org/authors/id/B/BI/BINGOS/CPANPLUS-0.9152.tar.gz" -MD5SUM="c1c762c6d1f67d731e4ecc4d30fc5b97" +DOWNLOAD="http://www.cpan.org/authors/id/B/BI/BINGOS/CPANPLUS-0.9154.tar.gz" +MD5SUM="a41b3efb2bbbd708a573dbd8d0b6c641" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Archive-Extract perl-DBD-SQLite perl-DBIx-Simple perl-Log-Message perl-Module-Pluggable perl-Object-Accessor perl-Term-ReadLine-Gnu perl-Term-UI" |