summaryrefslogtreecommitdiff
blob: 6201b65aad277e5b7cf051d3757f4a1aced9dfcb (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
25
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
MODULE_VERSION="1.002000"
MODULE_AUTHOR=HKCLARK

inherit perl-module

DESCRIPTION="Handle passing of status (success and error) messages between screens of a web application."

IUSE="test"

SLOT="0"

KEYWORDS="~amd64 ~x86"

RDEPEND="
	>=dev-perl/Catalyst-Runtime-5.8
	dev-perl/Sub-Name
	dev-perl/strictures
"
DEPEND="
	${DEPEND}
"