summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-05-22 19:34:02 +0000
committerDan Armak <danarmak@gentoo.org>2002-05-22 19:34:02 +0000
commit360f92b938a5fb91a8f050367cc34296d685735f (patch)
treebbc57227352792ad180002fdb2d451f5999d0e20 /eclass
parentfix /usr/share/automake not existing bug (diff)
downloadhistorical-360f92b938a5fb91a8f050367cc34296d685735f.tar.gz
historical-360f92b938a5fb91a8f050367cc34296d685735f.tar.bz2
historical-360f92b938a5fb91a8f050367cc34296d685735f.zip
removed leftover ". inherit.eclass" line
Diffstat (limited to 'eclass')
-rw-r--r--eclass/perl-module.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 154544f921c4..055da063b1e2 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -1,12 +1,11 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
# Author: Seemant Kulleen <seemant@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.9 2002/05/06 22:26:36 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.10 2002/05/22 19:34:02 danarmak Exp $
# The perl-module eclass is designed to allow easier installation of perl
# modules, and their incorporation into the Gentoo Linux system.
#first inherit the pkg_postinst() and pkg_postrm() functions
-. /usr/portage/eclass/inherit.eclass || die
inherit perl-post
ECLASS=base