diff options
Diffstat (limited to 'perl/perl-Module-Build/perl-Module-Build.SlackBuild')
-rw-r--r-- | perl/perl-Module-Build/perl-Module-Build.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl/perl-Module-Build/perl-Module-Build.SlackBuild b/perl/perl-Module-Build/perl-Module-Build.SlackBuild index 493419a9b3..81fdf5c26a 100644 --- a/perl/perl-Module-Build/perl-Module-Build.SlackBuild +++ b/perl/perl-Module-Build/perl-Module-Build.SlackBuild @@ -1,6 +1,7 @@ #!/bin/sh +# # Slackware build script for perl-Module-Build. - +# # Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # @@ -22,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Module-Build -VERSION=${VERSION:-0.4212} +VERSION=${VERSION:-0.4214} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |