dev-perl/Test2-Tools-Explain: new package, add 0.20.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-05-02 03:41:39 +01:00
parent 9be2ea3c09
commit d6de54a7b5
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Test2-Tools-Explain-0.02.tar.gz 4091 BLAKE2B 01cdc6edc59e6d87f4e91c8f4f7a4c34710939ca4bedf57d1fa19adebec507d5bbcc08538a0c8b9fdebbee659766a6c770b5263512dcfa9b5a44c8d9cf5a7e24 SHA512 4359db90fede4aa2e6d8e0ee1e006131e372636ba8ab28c12ff1ef5c30e6f7a23fcf4b63d0ad64d54b881a2b344bbcf279cc7d7777982178065c89c3fceabf04

View File

@@ -0,0 +1,15 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=PETDANCE
DIST_VERSION=0.02
inherit perl-module
DESCRIPTION="Explain tools for Perl's Test2 framework"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-perl/Test2-Suite"

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">Test2-Tools-Explain</remote-id>
<remote-id type="cpan-module">Test2::Tools::Explain</remote-id>
</upstream>
</pkgmetadata>