commit:     26530fc2313a02f79226da6075bfcf3e21bf0e07
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 18 01:41:45 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 18 01:44:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26530fc2

dev-perl/Class-Unload: add 0.120.0

I've made the Moose test dep unconditional as we generally don't want
automagic test dependencies. It's cleaner too.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Class-Unload/Class-Unload-0.120.0.ebuild | 29 +++++++++++++++++++++++
 dev-perl/Class-Unload/Manifest                    |  1 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/Class-Unload/Class-Unload-0.120.0.ebuild 
b/dev-perl/Class-Unload/Class-Unload-0.120.0.ebuild
new file mode 100644
index 000000000000..1aa5ae46e90e
--- /dev/null
+++ b/dev-perl/Class-Unload/Class-Unload-0.120.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ILMARI
+DIST_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION="Unload a class"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       dev-perl/Class-Inspector
+"
+BDEPEND="
+       ${RDEPEND}
+       test? (
+               dev-perl/Test-Requires
+               dev-perl/Moose
+       )
+"
+
+src_test() {
+       perl_rm_files t/author-{eol,no-tabs}.t t/author-pod-{coverage,syntax}.t
+       perl-module_src_test
+}

diff --git a/dev-perl/Class-Unload/Manifest b/dev-perl/Class-Unload/Manifest
index d382b5e5d809..f46c50101498 100644
--- a/dev-perl/Class-Unload/Manifest
+++ b/dev-perl/Class-Unload/Manifest
@@ -1 +1,2 @@
 DIST Class-Unload-0.11.tar.gz 11607 BLAKE2B 
c2cad8f6440d078deed31c5baf66f65a544dba90406baa64dd6afcc4dd9c0b2d3f05ab1ea916ce376991590739ef1d5aee57bbd776ded757ef0a69021dc42e81
 SHA512 
464e5c82578bf43ac97a9c434bb1b4889a7b2d5e97d51b5f6965c3de44d81016177d2b1596a93d09bfac38266ffff7bd668b1f15d11444c692530894df9348e8
+DIST Class-Unload-0.12.tar.gz 12085 BLAKE2B 
305f72f18e926d36131b910e59769b552421a75a03777b0194d19a969354bc2a1595d3acafa23af089a8ba74364d4ce86d01670c711183c2063c864dca8f28cc
 SHA512 
53c0636e7b6f211288edcdba77721ab2e7015df183f85d524c8980638d641f2db29f72ae08e1b76313aaf1aecef35d1e4319fd13a893ef12356f0f61d8d599c9

Reply via email to