For bug 157156, fixlocalpod addition
authorMichael Cummings <mcummings@gentoo.org>
Sat, 9 Dec 2006 14:34:01 +0000 (14:34 +0000)
committerMichael Cummings <mcummings@gentoo.org>
Sat, 9 Dec 2006 14:34:01 +0000 (14:34 +0000)
eclass/perl-app.eclass
eclass/perl-module.eclass

index 01ff38dd2cd42f0cb1074fb68da1f3f6b5899de9..6507a02876b5a8c35c3d016bf652a53df2b7e1ae 100644 (file)
@@ -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-app.eclass,v 1.9 2006/08/28 20:22:20 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-app.eclass,v 1.10 2006/12/09 14:34:01 mcummings Exp $
 
 #
 # Author: Michael Cummings <mcummings@gentoo.org>
@@ -48,5 +48,6 @@ perl-app_src_compile() {
        elif [ -f Build ]; then
                perl Build build || die "compilation failed"
        fi
+       fixlocalpod
 
 }
index 1c946febf6d0c136fd1284dade7e25db5a3e454f..21cf8678d4a6cf9ecd43afa5d3caf70175a62970 100644 (file)
@@ -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
 
 }