summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-02 19:34:01 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-02 19:34:01 +0000
commit8d488b9d7e91f7b0dea53349e2fa0706e69fc941 (patch)
tree72aae4594d2ddfdbda1e3be833a35f2043db3fb7 /eclass/perl-module.eclass
parentNew version. Fixes #4381. Submitted by Holden Glova (diff)
downloadgentoo-2-8d488b9d7e91f7b0dea53349e2fa0706e69fc941.tar.gz
gentoo-2-8d488b9d7e91f7b0dea53349e2fa0706e69fc941.tar.bz2
gentoo-2-8d488b9d7e91f7b0dea53349e2fa0706e69fc941.zip
small fix0r
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r--eclass/perl-module.eclass5
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"