summaryrefslogtreecommitdiff
blob: 7841b2b9451373ddf54890926664093b25d5c350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MODULE_AUTHOR=BOBTFISH
inherit perl-module

DESCRIPTION="[DEPRECATED] Helper for CDBI Models"
LICENSE="|| ( Artistic GPL-2 )"

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

IUSE=""
DEPEND="
	dev-perl/Catalyst-Runtime
	dev-perl/MRO-Compat
	dev-perl/Class-DBI
	>=dev-perl/Class-DBI-Loader-0.20
"

pkg_setup() {
	ewarn "This module is DEPRECATED"
}