diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-29 17:34:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-29 17:34:12 +0000 |
commit | c503c861f3fc11cae5743277f2acbc487feac84a (patch) | |
tree | cb6679163c8d3f71ca79865cbb8f4768f69eb089 /eclass/perl-module.eclass | |
parent | tab fix (diff) | |
download | gentoo-2-c503c861f3fc11cae5743277f2acbc487feac84a.tar.gz gentoo-2-c503c861f3fc11cae5743277f2acbc487feac84a.tar.bz2 gentoo-2-c503c861f3fc11cae5743277f2acbc487feac84a.zip |
typo fix
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r-- | eclass/perl-module.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index d8aa8f73de0d..8d636cb8799d 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.15 2002/07/27 18:28:00 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.16 2002/07/29 17:34:12 seemant Exp $ # The perl-module eclass is designed to allow easier installation of perl # modules, and their incorporation into the Gentoo Linux system. @@ -35,7 +35,7 @@ perl-module_src_test() { perl-module_src_install() { - perl_perlinfo + perl-post_perlinfo dodir ${POD_DIR} test -z ${mytargets} && mytargets="install" |