dev-perl/Test-API: new package, add 0.10.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-06-22 10:26:47 +01:00
parent 3a0142adda
commit 161c1e74fd
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST Test-API-0.010.tar.gz 17623 BLAKE2B 191d345451ad4281373ccd5610a5cd1a1531221b90769bf7fb59efefa7d7753f49b6c959f559db9cb575bda10176d732d8b09ca9e7bb37a17572ba853c5688a8 SHA512 52d22fc23af83197ea795ebeb5d0e2380347bc78b25f7b325601ef168532f75eb04ddd61edbc8ab78dc6894375681885130d8008275b4345c779e6adcae9e732

View File

@ -0,0 +1,13 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DAGOLDEN
DIST_VERSION=0.010
inherit perl-module
DESCRIPTION="Test a list of subroutines provided by a module"
SLOT="0"
KEYWORDS="~amd64"

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Test-API</remote-id>
<remote-id type="cpan-module">Test::API</remote-id>
</upstream>
</pkgmetadata>