From: Yves Orton Date: Sun, 19 Jul 2009 23:18:06 +0000 (+0200) Subject: sync to 1.52_03 (hopefully properly this time) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f0fb50b599c0d00c800bb051f92aca0fbe796cfd;p=p5sagit%2Fp5-mst-13.2.git sync to 1.52_03 (hopefully properly this time) --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index dcc5d62..6d35d25 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 e99beb8..d50a63e 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