diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 21:11:01 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:36 +0000 |
commit | 316a90eb5de0f51a9320ea4db119675e9506345a (patch) | |
tree | b790127ca0275b18b02ab5c03c327ea3de19010a /perl/perl-Test-Most/perl-Test-Most.SlackBuild | |
parent | cde3593aab89a83492de0138293dcdfa27387567 (diff) | |
download | slackbuilds-316a90eb5de0f51a9320ea4db119675e9506345a.tar.gz |
perl/perl-Test-Most: Allow VERSION override.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-Most/perl-Test-Most.SlackBuild')
-rw-r--r-- | perl/perl-Test-Most/perl-Test-Most.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Test-Most/perl-Test-Most.SlackBuild b/perl/perl-Test-Most/perl-Test-Most.SlackBuild index b71e29cc39..db71380e99 100644 --- a/perl/perl-Test-Most/perl-Test-Most.SlackBuild +++ b/perl/perl-Test-Most/perl-Test-Most.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=perl-Test-Most SRCNAM=Test-Most -VERSION=0.34 +VERSION=${VERSION:-0.34} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |