Files
packages/extra/perl-error/perl-error.toml
T
2026-03-21 12:43:00 -05:00

35 lines
747 B
TOML

[build]
type = "makefile"
[build.flags]
makefile_commands = [
"perl Makefile.PL INSTALLDIRS=vendor",
"make",
]
makefile_install_commands = ["make DESTDIR=$DESTDIR install"]
[dependencies]
runtime = [
"glibc",
"perl",
]
test = [
"perl-test-pod",
"perl-test-pod-coverage",
]
[package]
description = "Perl/CPAN Error module - Error/exception handling in an OO-ish way"
homepage = "https://search.cpan.org/dist/Error/"
license = [
"GPL-2.0-or-Later",
"Artistic-1.0-Perl",
]
name = "perl-error"
version = "0.17030"
[[source]]
extract_dir = "$name-$version"
sha256 = "34d382276c0fb0d6b38355b94c96a30b12d834d5662eb53f088ee25e3e712924"
url = "https://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-$version.tar.gz"