perl-inline: add v0.86 (#36299)

This commit is contained in:
Alec Scott 2023-03-22 01:47:17 -07:00 committed by GitHub
parent 8a48f9a479
commit e1a5228a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PerlInline(PerlPackage):
homepage = "https://metacpan.org/pod/Inline"
url = "http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Inline-0.80.tar.gz"
version("0.86", sha256="510a7de2d011b0db80b0874e8c0f7390010991000ae135cff7474df1e6d51e3a")
version("0.80", sha256="7e2bd984b1ebd43e336b937896463f2c6cb682c956cbd2c311a464363d2ccef6")
depends_on("perl-test-warn", type=("build", "run"))