Closes: https://bugs.gentoo.org/662294
Closes: https://bugs.gentoo.org/661808
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
+++ /dev/null
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=THALJEF
-MODULE_VERSION=0.05
-inherit perl-module
-
-DESCRIPTION="Base class for dynamic Policies"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND="dev-perl/Perl-Critic
- >=dev-perl/Devel-Symdump-2.08
- dev-perl/Readonly"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build"