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
p4raw-id: //depot/perl@34828
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.
=head1 VERSION
-1.51
+1.52
=cut
-$VERSION = '1.51';
+$VERSION = '1.52';
$VERSION = eval $VERSION;
=pod