# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MODULE_AUTHOR=DANPEDER inherit perl-module DESCRIPTION="Base32 encoder/decoder" LICENSE="" # don't know SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/perl" src_install() { perl-module_src_install find "${D}" -name test1.pl -delete }