summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-12-09 14:34:01 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-12-09 14:34:01 +0000
commit34da970c2d149f21904f0d27f7c4f919c91b4e74 (patch)
tree48806e460f805b1a3c7d0aa8e9be3915a71f2777 /eclass/perl-module.eclass
parentGuess I'm too slow: 2.6.19-r14 (diff)
downloadgentoo-2-34da970c2d149f21904f0d27f7c4f919c91b4e74.tar.gz
gentoo-2-34da970c2d149f21904f0d27f7c4f919c91b4e74.tar.bz2
gentoo-2-34da970c2d149f21904f0d27f7c4f919c91b4e74.zip
For bug 157156, fixlocalpod addition
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r--eclass/perl-module.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 1c946febf6d0..21cf8678d4a6 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.103 2006/10/14 20:27:21 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.104 2006/12/09 14:34:01 mcummings Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
# Maintained by the Perl herd <perl@gentoo.org>
@@ -139,6 +139,7 @@ perl-module_src_compile() {
elif [ -f Build ]; then
perl Build build || die "compilation failed"
fi
+ fixlocalpod
}