Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
[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"