perl-exception-class: add v1.45 (#36315)

This commit is contained in:
Alec Scott 2023-03-22 01:35:42 -07:00 committed by GitHub
parent 59fecb353c
commit a2479c13a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PerlExceptionClass(PerlPackage):
homepage = "https://metacpan.org/pod/Exception::Class"
url = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-1.43.tar.gz"
version("1.45", sha256="5482a77ef027ca1f9f39e1f48c558356e954936fc8fbbdee6c811c512701b249")
version("1.43", sha256="ff3b4b3f706e84aaa87ab0dee5cec6bd7a8fc9f72cf76d115212541fa0a13760")
depends_on("perl-devel-stacktrace", type=("build", "run"))