# Copyright 1999-2010 Tiziano Müller
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MODULE_AUTHOR=PEVANS
inherit perl-module

DESCRIPTION="resynchronise diverged control flow"

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

SRC_TEST="do"

COMMON="dev-lang/perl"
RDEPEND="${COMMON}"
DEPEND="${COMMON}
	virtual/perl-Module-Build
	test? ( dev-perl/Test-Exception )"