dev-perl/Acme-Damn - 0.90.0 (gentoo)

Search

Package Information

Description:
Module that 'unblesses' Perl objects

Ebuild Details

Version EAPI Keywords Slot
0.90.0 8 ~amd64 ~ppc64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=BRTASTIC
DIST_VERSION=0.09
inherit perl-module

DESCRIPTION="Module that 'unblesses' Perl objects"

SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"

RDEPEND=""
BDEPEND="${RDEPEND}
	test? ( dev-perl/Test-Exception )
"

PATCHES=( "${FILESDIR}/${PN}-0.08-respect-cflags.patch" )

Dependencies

BDEPEND

	test? ( dev-perl/Test-Exception )