Thu Mar 30 17:59:21 2023 UTC ()
devel/p5-Feature-Compat-Try: import p5-Feature-Compat-Try-0.05

his module makes syntax support for try/catch control flow easily
available.

Perl added such syntax at version 5.34.0, and extended it to support
optional finally blocks at 5.35.9, which is enabled by

   use feature 'try';

On that version of perl or later, this module simply enables the
core feature equivalent to using it directly. On such perls, this
module will install with no non-core dependencies, and requires no
C compiler.


(wiz)
diff -r0 -r1.1 pkgsrc/devel/p5-Feature-Compat-Try/DESCR
diff -r0 -r1.1 pkgsrc/devel/p5-Feature-Compat-Try/Makefile
diff -r0 -r1.1 pkgsrc/devel/p5-Feature-Compat-Try/distinfo

File Added: pkgsrc/devel/p5-Feature-Compat-Try/DESCR
his module makes syntax support for try/catch control flow easily
available.

Perl added such syntax at version 5.34.0, and extended it to support
optional finally blocks at 5.35.9, which is enabled by

   use feature 'try';

On that version of perl or later, this module simply enables the
core feature equivalent to using it directly. On such perls, this
module will install with no non-core dependencies, and requires no
C compiler.

File Added: pkgsrc/devel/p5-Feature-Compat-Try/Makefile
# $NetBSD: Makefile,v 1.1 2023/03/30 17:59:21 wiz Exp $

DISTNAME=	Feature-Compat-Try-0.05
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/pod/Feature::Compat::Try
COMMENT=	Perl module to make try/catch syntax available
LICENSE=	${PERL5_LICENSE}

PERL5_PACKLIST=		auto/Feature/Compat/Try/.packlist
PERL5_MODULE_TYPE=	Module::Build

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/p5-Feature-Compat-Try/distinfo
$NetBSD: distinfo,v 1.1 2023/03/30 17:59:21 wiz Exp $

BLAKE2s (Feature-Compat-Try-0.05.tar.gz) = 89966420a8d5b2447afa057fa3cbd093c72dc513cb0305a20903f9e272072ff4
SHA512 (Feature-Compat-Try-0.05.tar.gz) = bf2c87bc29509e902ea4e27a22162efc58e93452a06483a19e17b70ee6db3e2407494209708dc84f2ef9080a91c374870de100cc42038683a4ae7891b07ab683
Size (Feature-Compat-Try-0.05.tar.gz) = 17364 bytes