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 | |
parent | ad59450bd6f03ee48bf6eff514f9640fecd992f5 (diff) | |
download | slackbuilds-a3149f1e4c954dfdc7397b636998d729b33c1058.tar.gz |
perl/perl-Exception-Class: Updated for version 1.36.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | perl/perl-Exception-Class/perl-Exception-Class.SlackBuild | 7 | ||||
-rw-r--r-- | perl/perl-Exception-Class/perl-Exception-Class.info | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild b/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild index 1632ff8ae8..cb5d2526d1 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} diff --git a/perl/perl-Exception-Class/perl-Exception-Class.info b/perl/perl-Exception-Class/perl-Exception-Class.info index 823cbb597b..6514c638b1 100644 --- a/perl/perl-Exception-Class/perl-Exception-Class.info +++ b/perl/perl-Exception-Class/perl-Exception-Class.info @@ -1,8 +1,8 @@ PRGNAM="perl-Exception-Class" -VERSION="1.35" -HOMEPAGE="http://search.cpan.org/~drolsky/Exception-Class-1.35/" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-1.35.tar.gz" -MD5SUM="ee33fe816f95462af1327c4b633e9852" +VERSION="1.36" +HOMEPAGE="http://search.cpan.org/~drolsky/Exception-Class-1.36/" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-1.36.tar.gz" +MD5SUM="452794f0f298ed8774f265b9f5bd9001" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Class-Data-Inheritable perl-Devel-StackTrace" |