summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-06-27 20:20:38 +0000
committerAron Griffis <agriffis@gentoo.org>2005-06-27 20:20:38 +0000
commit63de7d1bdfbdc3daad99566a97a23d4380dadd01 (patch)
treecfac44f1e0559a56cc353ed790142515d9bc52b8 /eclass
parentRemove bogus EXPORT_FUNCTIONS (diff)
downloadhistorical-63de7d1bdfbdc3daad99566a97a23d4380dadd01.tar.gz
historical-63de7d1bdfbdc3daad99566a97a23d4380dadd01.tar.bz2
historical-63de7d1bdfbdc3daad99566a97a23d4380dadd01.zip
Remove perlinfo and updatepod from EXPORT_FUNCTIONS
Diffstat (limited to 'eclass')
-rw-r--r--eclass/perl-module.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index a46039f1a2ac..3232dbe96d17 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.71 2005/05/25 17:02:46 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.72 2005/06/27 20:20:38 agriffis Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
# Maintained by the Perl herd <perl@gentoo.org>
@@ -12,8 +12,7 @@ ECLASS=perl-module
INHERITED="${INHERITED} ${ECLASS}"
EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm \
- src_compile src_install src_test \
- perlinfo updatepod
+ src_compile src_install src_test
# 2005.04.28 mcummings
# Mounting problems with src_test functions has forced me to make the