diff options
Diffstat (limited to 'perl/perl-Test-Pod/perl-Test-Pod.SlackBuild')
-rw-r--r-- | perl/perl-Test-Pod/perl-Test-Pod.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/perl/perl-Test-Pod/perl-Test-Pod.SlackBuild b/perl/perl-Test-Pod/perl-Test-Pod.SlackBuild index 17df2e5df6..18190efa7c 100644 --- a/perl/perl-Test-Pod/perl-Test-Pod.SlackBuild +++ b/perl/perl-Test-Pod/perl-Test-Pod.SlackBuild @@ -3,7 +3,8 @@ # Slackware Package Build Script for perl modules: Test::POD # Home Page http://search.cpan.org/dist/Test-Pod/ -# Copyright (c) 2008-2011, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net) +# Copyright (c) 2008-2013, Nishant Limbachia, Hoffman Estates, IL, USA +# (nishant _AT_ mnspace _DOT_ net) # All rights reserved. # Redistribution and use of this script, with or without modification, is @@ -26,12 +27,12 @@ # # Modified by the SlackBuilds.org project. -PRGNAM=perl-Test-Pod -VERSION=${VERSION:-1.45} +PRGNAM="perl-Test-Pod" +VERSION=${VERSION:-1.48} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCNAM=Test-Pod +SRCNAM="$(printf $PRGNAM | cut -f2- -d-)" if [ -z "$ARCH" ]; then case "$( uname -m )" in |