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

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"