Change 34828 by [EMAIL PROTECTED] on 2008/11/12 19:47:21
Bump ExtUtils-Install to 1.52 (because of CPAN persnickityness)
CPAN these days objects to "world writable" files in CPAN tar files,
which is what you'll get if you dev on a win32 box with "normal"
permissions and do a nmake dist.
And of course thats what I was doing with ExtUtils-Install,
and so CPAN rejected 1.51. Thus I changed permissions and rereleased
and this is the equivalent change to blead. /grrr
Affected files ...
... //depot/perl/lib/ExtUtils/Changes_EU-Install#2 edit
... //depot/perl/lib/ExtUtils/Install.pm#63 edit
Differences ...
==== //depot/perl/lib/ExtUtils/Changes_EU-Install#2 (text) ====
Index: perl/lib/ExtUtils/Changes_EU-Install
--- perl/lib/ExtUtils/Changes_EU-Install#1~34827~ 2008-11-12
11:23:38.000000000 -0800
+++ perl/lib/ExtUtils/Changes_EU-Install 2008-11-12 11:47:21.000000000
-0800
@@ -1,5 +1,12 @@
Revision history for ExtUtils-Install
+1.52
+
+Production rerelease of 1.51 to make the CPAN indexer happy about permissions
+(hopefully).
+
+SVN Revision 44.
+
1.51
Production release of 1.50_05. No other changes.
==== //depot/perl/lib/ExtUtils/Install.pm#63 (text) ====
Index: perl/lib/ExtUtils/Install.pm
--- perl/lib/ExtUtils/Install.pm#62~34827~ 2008-11-12 11:23:38.000000000
-0800
+++ perl/lib/ExtUtils/Install.pm 2008-11-12 11:47:21.000000000 -0800
@@ -38,11 +38,11 @@
=head1 VERSION
-1.51
+1.52
=cut
-$VERSION = '1.51';
+$VERSION = '1.52';
$VERSION = eval $VERSION;
=pod
End of Patch.