aboutsummaryrefslogtreecommitdiff
blob: a68157c468e92db4d641fe73a05b3fdf73803ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit perl-module

DESCRIPTION="Warn on implicit encoding conversions"
HOMEPAGE="http://search.cpan.org/~audreyt/encoding-warnings-0.11/lib/encoding/warnings.pm"
SRC_URI="mirror://cpan/authors/id/A/AU/AUDREYT/encoding-warnings-0.11.tar.gz"

LICENSE="|| ( Artistic GPL-2 )"

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

DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"