diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-02 19:34:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-02 19:34:01 +0000 |
commit | 05dcbbd085790de7431bab400a5d1f18e476cfc8 (patch) | |
tree | dd3e184be1a1be551910ec3eae9804fbfa6d91e3 /eclass | |
parent | New version. Fixes #4381. Submitted by Holden Glova (diff) | |
download | historical-05dcbbd085790de7431bab400a5d1f18e476cfc8.tar.gz historical-05dcbbd085790de7431bab400a5d1f18e476cfc8.tar.bz2 historical-05dcbbd085790de7431bab400a5d1f18e476cfc8.zip |
small fix0r
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/perl-module.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index d315a70f2eae..4f12888652ca 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.11 2002/05/23 21:02:29 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.12 2002/07/02 19:34:01 seemant Exp $ # The perl-module eclass is designed to allow easier installation of perl # modules, and their incorporation into the Gentoo Linux system. @@ -32,7 +32,8 @@ base_src_test() { } base_src_install() { - + + perl_perlinfo dodir ${POD_DIR} test -z ${mytargets} && mytargets="install" |