summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-07-27 18:27:16 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-07-27 18:27:16 +0000
commit1af684d18f11f2996e8ec052298dadce7c276e07 (patch)
tree0a5db69a577edb70dc166a7678d2e2f34b901c61 /dev-perl/Test-Simple
parentUpdated wine-20020710-r1.ebuild to install /usr/wine/bin/wine regapi. Closes... (diff)
downloadhistorical-1af684d18f11f2996e8ec052298dadce7c276e07.tar.gz
historical-1af684d18f11f2996e8ec052298dadce7c276e07.tar.bz2
historical-1af684d18f11f2996e8ec052298dadce7c276e07.zip
Fixed new perl-module problems.
Diffstat (limited to 'dev-perl/Test-Simple')
-rw-r--r--dev-perl/Test-Simple/Test-Simple-0.42.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Test-Simple/Test-Simple-0.42.ebuild b/dev-perl/Test-Simple/Test-Simple-0.42.ebuild
index aa4a4a02bb88..c1fbdee8fa99 100644
--- a/dev-perl/Test-Simple/Test-Simple-0.42.ebuild
+++ b/dev-perl/Test-Simple/Test-Simple-0.42.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.42.ebuild,v 1.3 2002/07/25 04:56:39 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.42.ebuild,v 1.4 2002/07/27 18:27:16 aliz Exp $
inherit perl-module
@@ -18,6 +18,6 @@ mydoc="rfc*.txt"
newdepend ">=dev-perl/Test-Harness-1.23"
src_compile() {
- base_src_compile
+ perl-module_src_compile
make test || die "Tests didn't work out. Aborting!"
}