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
commitb515adf7736d42fb9783c3223055d023d944077d (patch)
tree0bc4bdf765b6f9d7a9b220e3ecc69f2df5c4f53a /eclass
parentfix /usr/share/automake not existing bug (diff)
downloadgentoo-2-b515adf7736d42fb9783c3223055d023d944077d.tar.gz
gentoo-2-b515adf7736d42fb9783c3223055d023d944077d.tar.bz2
gentoo-2-b515adf7736d42fb9783c3223055d023d944077d.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