diff options
author | Chris White <chriswhite@gentoo.org> | 2006-03-10 19:23:04 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2006-03-10 19:23:04 +0000 |
commit | 30e8bcc3c4dbe2b3ca019caeae18a008a4009ab9 (patch) | |
tree | 4d5d99030096984d397dd50c538d11eed6c745e6 /eclass | |
parent | app-mobilephone/ringtonetools stable on ppc. (diff) | |
download | gentoo-2-30e8bcc3c4dbe2b3ca019caeae18a008a4009ab9.tar.gz gentoo-2-30e8bcc3c4dbe2b3ca019caeae18a008a4009ab9.tar.bz2 gentoo-2-30e8bcc3c4dbe2b3ca019caeae18a008a4009ab9.zip |
Remove uneeded functions out of EXPORT_FUNCTIONS per bug #125429.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/perl-module.eclass | 4 |
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 |