summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobert Coie <rac@gentoo.org>2004-08-02 18:45:37 +0000
committerRobert Coie <rac@gentoo.org>2004-08-02 18:45:37 +0000
commitf0a86c20800bdcef340b05fe588334e818825789 (patch)
tree12b519d7be5f1efa4879f35183b5f8e621ebdc70 /eclass
parentinherit eutils (Manifest recommit) (diff)
downloadgentoo-2-f0a86c20800bdcef340b05fe588334e818825789.tar.gz
gentoo-2-f0a86c20800bdcef340b05fe588334e818825789.tar.bz2
gentoo-2-f0a86c20800bdcef340b05fe588334e818825789.zip
Add PERL_MM_USE_DEFAULT to src_prep (thanks moonflux)
Diffstat (limited to 'eclass')
-rw-r--r--eclass/perl-module.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index f7602becbcd7..0955982c3fae 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.63 2004/06/25 00:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.64 2004/08/02 18:45:37 rac Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
# Maintained by the Perl herd <perl@gentoo.org>
@@ -42,6 +42,8 @@ perl-module_src_prep() {
perlinfo
+ export PERL_MM_USE_DEFAULT=1
+
SRC_PREP="yes"
if [ "${style}" == "builder" ]; then
perl ${S}/Build.PL installdirs=vendor destdir=${D}