dev-perl/Syntax-Keyword-Junction: add 0.3.9

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-08-11 01:18:05 +01:00
parent aab4f8a613
commit 77a10e1f80
2 changed files with 27 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Syntax-Keyword-Junction-0.003008.tar.gz 17511 BLAKE2B 982abbdae27def19ceb9cc74ab49a57c86ad094cdb0d727974fb6f399702df0f7c987b7750f8a92ee6c02d9d94d39fcc87fc72affbdec76b547f932fabc10d01 SHA512 e09229bf28e4af240088de3836cd666273d2b6be18148c5e7955b6c0509e18392e39e28d4d6c6a52bc52cd19ce47a7ca5138187b9103562ca9fa0eeeaa33a98c
DIST Syntax-Keyword-Junction-0.003009.tar.gz 23475 BLAKE2B 514b71ed005851b74a8326f3de24559e919862cb4f3ac212f177377668da7a7652d1792e6542083c2749ed14acc6ac96b6873d44603b8aa00f572ab6c2ba59c7 SHA512 43540a41f8d791c2518b971552727fbfb18887743ac5c188a9e76e84ca211f1d0e3586031854bc71dc920e243fec882fc0c625383618739984c973e6d76ad0df

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=HAARG
DIST_VERSION=0.003009
inherit perl-module
DESCRIPTION="Perl6 style Junction operators in Perl5"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-perl/Sub-Exporter-Progressive-0.1.6
dev-perl/syntax
"
BDEPEND="
${RDEPEND}
test? (
>=dev-perl/Test-Needs-0.2.6
)
"
PERL_RM_FILES=( "t/release-pod-syntax.t" )