diff options
author | Yves Orton <demerphq@gmail.com> | 2008-11-12 19:47:21 +0000 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2008-11-12 19:47:21 +0000 |
commit | df25d2ffed6470ee4093c2b22655779430fd807b (patch) | |
tree | 5f2ca370c19a41e52d5ca5bcca3676680f3a94e7 | |
parent | 1d37e71175b7474f19e8a91cbbaa7e0cc6450b56 (diff) | |
download | perl-df25d2ffed6470ee4093c2b22655779430fd807b.tar.gz |
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
p4raw-id: //depot/perl@34828
-rw-r--r-- | lib/ExtUtils/Changes_EU-Install | 7 | ||||
-rw-r--r-- | lib/ExtUtils/Install.pm | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/lib/ExtUtils/Changes_EU-Install b/lib/ExtUtils/Changes_EU-Install index 9b6b694983..136bac8303 100644 --- a/lib/ExtUtils/Changes_EU-Install +++ b/lib/ExtUtils/Changes_EU-Install @@ -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. diff --git a/lib/ExtUtils/Install.pm b/lib/ExtUtils/Install.pm index 7b1c6094ce..d8f325a5c2 100644 --- a/lib/ExtUtils/Install.pm +++ b/lib/ExtUtils/Install.pm @@ -38,11 +38,11 @@ ExtUtils::Install - install files from here to there =head1 VERSION -1.51 +1.52 =cut -$VERSION = '1.51'; +$VERSION = '1.52'; $VERSION = eval $VERSION; =pod |