mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-perl/Exception-Warning: Cleanup old 0.40.100-r1
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
MODULE_AUTHOR=DEXTER
|
||||
MODULE_VERSION=0.0401
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Convert simple warn into real exception object"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=">=dev-perl/Exception-Base-0.22.01"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-perl/Module-Build
|
||||
test? (
|
||||
dev-perl/Test-Assert
|
||||
>=dev-perl/Test-Unit-Lite-0.12
|
||||
virtual/perl-parent
|
||||
)"
|
||||
|
||||
SRC_TEST=do
|
||||
Reference in New Issue
Block a user