summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--lib/ExtUtils/Changes_EU-Install5
2 files changed, 6 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index dcc5d62fbb..6d35d250ad 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -667,7 +667,7 @@ package Maintainers;
'ExtUtils::Install' =>
{
'MAINTAINER' => 'yves',
- 'DISTRIBUTION' => 'YVES/ExtUtils-Install-1.52_02.tar.gz',
+ 'DISTRIBUTION' => 'YVES/ExtUtils-Install-1.52_03.tar.gz',
# MakeMaker has a basic.t too, and we use that.
'FILES' => q[lib/ExtUtils/{Install,Installed,Packlist}.pm
lib/ExtUtils/Changes_EU-Install
diff --git a/lib/ExtUtils/Changes_EU-Install b/lib/ExtUtils/Changes_EU-Install
index e99beb8551..d50a63ede8 100644
--- a/lib/ExtUtils/Changes_EU-Install
+++ b/lib/ExtUtils/Changes_EU-Install
@@ -1,5 +1,10 @@
Revision history for ExtUtils-Install
+1.52_03
+
+Missed the t/Installed.t test from core. Bumped version number to allow
+a new distro to be released.
+
1.52_02
Make _chmod verbose message use octal modes, thanks to BDFOY