summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-07-12 10:49:57 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-07-12 10:49:57 +0000
commit332c8db2db03e76f98cc655fc300d371644a61a3 (patch)
tree7d285377208b4a526937d8db51c9bf70e596d774 /dev-perl/ExtUtils-MakeMaker
parentUpdate to 0.9 and mark stable on x86 (diff)
downloadhistorical-332c8db2db03e76f98cc655fc300d371644a61a3.tar.gz
historical-332c8db2db03e76f98cc655fc300d371644a61a3.tar.bz2
historical-332c8db2db03e76f98cc655fc300d371644a61a3.zip
changelog fixes
Diffstat (limited to 'dev-perl/ExtUtils-MakeMaker')
-rw-r--r--dev-perl/ExtUtils-MakeMaker/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-perl/ExtUtils-MakeMaker/ChangeLog b/dev-perl/ExtUtils-MakeMaker/ChangeLog
index 709f53c363dd..d438534c5948 100644
--- a/dev-perl/ExtUtils-MakeMaker/ChangeLog
+++ b/dev-perl/ExtUtils-MakeMaker/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for dev-perl/ExtUtils-MakeMaker
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ChangeLog,v 1.22 2003/06/25 07:46:50 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ChangeLog,v 1.23 2003/07/12 10:49:57 aliz Exp $
*ExtUtils-MakeMaker-6.05-r6 (25 Jun 2003)
@@ -24,6 +24,11 @@
those portions that were pertinent and remove the perl-module dep. This caused
a loop condition during install since MakeMaker was a dep of perl-module.
+*ExtUtils-MakeMaker-6.05-r4 (21 Jun 2003)
+
+ 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Added missing changelog entry.
+
*ExtUtils-MakeMaker-6.05-r3 (30 May 2003)
30 May 2003; Seemant Kulleen <seemant@gentoo.org>