summaryrefslogtreecommitdiff
blob: 25de3a88e61961ac7ad065cc95eba008588fd345 (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
26
27
28
29
30
31
32
33
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2

MODULE_AUTHOR=BOBTFISH
inherit perl-module

DESCRIPTION="Adjusts the response Content-Type header to application/xhtml+xml if the browser accepts it."
LICENSE="|| ( Artistic GPL-2 )"

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

IUSE="test"
RDEPEND="
	dev-perl/Catalyst-Runtime
	dev-perl/Catalyst-View-TT
	dev-perl/libwww-perl
	dev-perl/MRO-Compat
	dev-perl/MooseX-Types-Structured
	dev-perl/MooseX-Types
"
DEPEND="
	${RDEPEND}
	test? (
		dev-perl/Catalyst-Action-RenderView
		dev-perl/Test-WWW-Mechanize-Catalyst
	)
"

SRC_TEST=do