diff options
Diffstat (limited to 'perl/perl-Module-Build/perl-Module-Build.SlackBuild')
-rw-r--r-- | perl/perl-Module-Build/perl-Module-Build.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/perl/perl-Module-Build/perl-Module-Build.SlackBuild b/perl/perl-Module-Build/perl-Module-Build.SlackBuild index b79d286e0b934..493419a9b3d07 100644 --- a/perl/perl-Module-Build/perl-Module-Build.SlackBuild +++ b/perl/perl-Module-Build/perl-Module-Build.SlackBuild @@ -1,8 +1,7 @@ #!/bin/sh +# Slackware build script for perl-Module-Build. -# Slackware build script for perl-Module-Build - -# Copyright 2015 Edinaldo P. Silva <edps.mundognu@gmail.com> +# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Module-Build -VERSION=${VERSION:-0.4211} +VERSION=${VERSION:-0.4212} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |