perl-test-fatal: add v0.017 (#36390)

This commit is contained in:
Alec Scott 2023-03-24 07:42:54 -07:00 committed by GitHub
parent d367fded81
commit 00f4021e6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ class PerlTestFatal(PerlPackage):
homepage = "https://metacpan.org/pod/Test::Fatal"
url = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz"
version("0.017", sha256="37dfffdafb84b762efe96b02fb2aa41f37026c73e6b83590db76229697f3c4a6")
version("0.014", sha256="bcdcef5c7b2790a187ebca810b0a08221a63256062cfab3c3b98685d91d1cbb0")
depends_on("perl-try-tiny", type=("build", "run"))