diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-10-17 16:18:32 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-10-17 16:18:32 +0000 |
commit | 67e35159803af2f1abbc77f6edaed7e28abada69 (patch) | |
tree | 4a93517f5a350e2192285298c3eee91c1028e7b5 /eclass | |
parent | small fix0rs (diff) | |
download | gentoo-2-67e35159803af2f1abbc77f6edaed7e28abada69.tar.gz gentoo-2-67e35159803af2f1abbc77f6edaed7e28abada69.tar.bz2 gentoo-2-67e35159803af2f1abbc77f6edaed7e28abada69.zip |
eval echo no longer needed since we aren't checking perl versions
anymore
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/perl-module.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 6d1598b6c330..d05e3acfbeda 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -1,7 +1,7 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # Author: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.27 2002/10/13 11:57:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.28 2002/10/17 16:18:32 mcummings Exp $ # The perl-module eclass is designed to allow easier installation of perl # modules, and their incorporation into the Gentoo Linux system. @@ -14,7 +14,6 @@ INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_compile src_install src_test eval `perl '-V:version'` -echo "Version is: ${version}" DEPEND="${DEPEND} >=sys-devel/perl-5" SRC_PREP="no" |