# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Leon Brocard # $Id$ # Inherit the perl-module.eclass functions inherit perl-module MY_P=${PN}-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="The Perl Scalar::Util and List::Util Modules" SRC_URI="http://www.cpan.org/modules/by-module/Scalar/${MY_P}.tar.gz" LICENSE="Artistic | GPL-2" # Tests are important! src_compile() { perl Makefile.PL try make try make test }