diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2013-06-05 19:45:10 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-06-05 19:45:10 -0400 |
commit | a3149f1e4c954dfdc7397b636998d729b33c1058 (patch) | |
tree | cfcd6afb28c3b0c3b3833378a7dfe9c465bef500 /perl/perl-Exception-Class/perl-Exception-Class.SlackBuild | |
parent | ad59450bd6f03ee48bf6eff514f9640fecd992f5 (diff) |
perl/perl-Exception-Class: Updated for version 1.36.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Exception-Class/perl-Exception-Class.SlackBuild')
-rw-r--r-- | perl/perl-Exception-Class/perl-Exception-Class.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild b/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild index 1632ff8ae8f96..cb5d2526d15df 100644 --- a/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild +++ b/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild @@ -1,11 +1,12 @@ #!/bin/sh -# Slackware build script for <appname> +# Slackware build script for perl-Exception-Class +# This is in the public domain. -# Written by (your name) (your contact information) +# Written by LEVAI Daniel PRGNAM=perl-Exception-Class -VERSION=${VERSION:-1.35} +VERSION=${VERSION:-1.36} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |