summaryrefslogtreecommitdiff
path: root/eclass
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
commit05dcbbd085790de7431bab400a5d1f18e476cfc8 (patch)
treedd3e184be1a1be551910ec3eae9804fbfa6d91e3 /eclass
parentNew version. Fixes #4381. Submitted by Holden Glova (diff)
downloadhistorical-05dcbbd085790de7431bab400a5d1f18e476cfc8.tar.gz
historical-05dcbbd085790de7431bab400a5d1f18e476cfc8.tar.bz2
historical-05dcbbd085790de7431bab400a5d1f18e476cfc8.zip
small fix0r
Diffstat (limited to '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"