diff options
-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 1632ff8ae8f9..cb5d2526d15d 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 823cbb597b01..6514c638b1ab 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" |