summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-04-03 15:41:41 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-04-03 15:41:41 +0000
commitbff4d2d34be82de363d312adc96eaf1edb003155 (patch)
tree4b3efe24d13f8a037e5be6f522f6228f17df138d /eclass/perl-module.eclass
parentInitial import wrt bug #105201 (diff)
downloadhistorical-bff4d2d34be82de363d312adc96eaf1edb003155.tar.gz
historical-bff4d2d34be82de363d312adc96eaf1edb003155.tar.bz2
historical-bff4d2d34be82de363d312adc96eaf1edb003155.zip
thanks ian. instad isn't what it used to be. we'll go with instead.
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r--eclass/perl-module.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 07e86500a0b8..3293111ddf91 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.86 2006/04/03 11:16:52 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.87 2006/04/03 15:41:41 mcummings Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
# Maintained by the Perl herd <perl@gentoo.org>
@@ -183,7 +183,7 @@ perl-module_pkg_preinst() {
perl-module_pkg_postinst() {
einfo "Man pages are not installed for most modules now."
- einfo "Please use perldoc instad."
+ einfo "Please use perldoc instead."
updatepod
}