summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2006-03-10 19:23:04 +0000
committerChris White <chriswhite@gentoo.org>2006-03-10 19:23:04 +0000
commit544f0d745afafdf1cfee7a005fe6c5392f6c0f44 (patch)
treea57564398d35850cada486440990a00932f1584b /eclass
parentapp-mobilephone/ringtonetools stable on ppc. (diff)
downloadhistorical-544f0d745afafdf1cfee7a005fe6c5392f6c0f44.tar.gz
historical-544f0d745afafdf1cfee7a005fe6c5392f6c0f44.tar.bz2
historical-544f0d745afafdf1cfee7a005fe6c5392f6c0f44.zip
Remove uneeded functions out of EXPORT_FUNCTIONS per bug #125429.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/perl-module.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 31bb0b8f970a..cab036d12b16 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.83 2006/02/28 02:56:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.84 2006/03/10 19:23:04 chriswhite Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
# Maintained by the Perl herd <perl@gentoo.org>
@@ -9,7 +9,7 @@
# modules, and their incorporation into the Gentoo Linux system.
-EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm src_compile src_install src_test perlinfo fixlocalpod updatepod
+EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm src_compile src_install src_test
# 2005.04.28 mcummings
# Mounting problems with src_test functions has forced me to make the